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

Unified Diff: DEPS

Issue 1647803004: Move base to DEPS (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 months 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') | base/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 05e3a654771a69ad752577e8d7a457cacbf6149f..ae596d9d1b4bd9be75a7fe32fdacb7af5cdfab7e 100644
--- a/DEPS
+++ b/DEPS
@@ -21,6 +21,7 @@ vars = {
'chromium_git': 'https://chromium.googlesource.com',
'skia_revision': 'db284c52e62e8d16708e2065495a3b693b238771',
'v8_revision': '3f036fc0ba4ca4483fe77822f8605c277d37ee24',
+ 'base_revision': '6c89618151eb0e23d330778e6d6ea16fc6105010',
'angle_revision': '46ccef1992a8ede16a596c3dd73cff13c047267d',
'buildtools_revision': '222bd42ce39d1bd8f08fe089b066f49c469e1cdf',
'dart_revision': '109e9e2c2d6ce5da597b670396571300360a3e0f',
@@ -41,6 +42,9 @@ allowed_hosts = [
]
deps = {
+ 'src/base':
+ Var('chromium_git') + '/external/github.com/domokit/base' + '@' + Var('base_revision'),
+
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
« no previous file with comments | « .gitignore ('k') | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698