Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Unified Diff: DEPS

Issue 2588333002: Move last of third_party dirs into DEPS entries (Closed)
Patch Set: Remove junit-jar from .gitignore Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | third_party/gflags/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 6c64d72e661c17bad22704c793b5f1415a1039ca..bb6566d3b2b20646e714f665671ed20d5de65603 100644
--- a/DEPS
+++ b/DEPS
@@ -9,14 +9,18 @@ vars = {
}
deps = {
+ 'src/third_party/gflags':
+ Var('chromium_git') + '/external/webrtc/deps/third_party/gflags' + '@' + '892576179b45861b53e04a112996a738309cf364',
'src/third_party/gflags/src':
- Var('chromium_git') + '/external/github.com/gflags/gflags@03bebcb065c83beff83d50ae025a55a4bf94dfca',
+ Var('chromium_git') + '/external/github.com/gflags/gflags' + '@' + '03bebcb065c83beff83d50ae025a55a4bf94dfca',
+ 'src/third_party/gtest-parallel':
+ Var('chromium_git') + '/external/webrtc/deps/third_party/gtest-parallel' + '@' + '8768563f5c580f8fc416a13c35c8f23b8a602821',
}
deps_os = {
'win': {
- 'src/third_party/winsdk_samples/src':
- Var('chromium_git') + '/external/webrtc/deps/third_party/winsdk_samples_v71@e71b549167a665d7424d6f1dadfbff4b4aad1589',
+ 'src/third_party/winsdk_samples':
+ Var('chromium_git') + '/external/webrtc/deps/third_party/winsdk_samples_v71' + '@' + '6e4f93cc0c2f597547449cbaa80a6af629215a63',
},
}
« no previous file with comments | « .gitignore ('k') | third_party/gflags/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698