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

Unified Diff: DEPS

Issue 2750463006: ChromePrompt Mojo IPC interface (Closed)
Patch Set: Standard directory layout Created 3 years, 9 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 | « BUILD.gn ('k') | GITDEPS » ('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 81cc0b2d0bb9df17ea16df81247d5972feea1beb..218a8018f77fe7492ede03fb36f99589c336da4d 100644
--- a/DEPS
+++ b/DEPS
@@ -1,4 +1,4 @@
-# Copyright 2014 Google Inc. All Rights Reserved.
+# Copyright 2017 The Chromium Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -19,7 +19,9 @@ vars = {
"python_path": "python",
"chromium_git": "https://chromium.googlesource.com",
+
"buildtools_revision": "a7cc7a3e21a061975b33dcdcd81a9716ba614c3c",
+ "catapult_revision": "e9f547be045d4e50cb2d4927261d500e425c364c",
"icu_revision": "9cd2828740572ba6f694b9365236a8356fd06147",
}
@@ -27,6 +29,10 @@ deps = {
Var("root") + "/buildtools":
(Var('chromium_git') + '/chromium/buildtools.git' + '@' +
Var('buildtools_revision')),
+ Var("root") + "/third_party/catapult":
+ Var('chromium_git') +
+ '/external/github.com/catapult-project/catapult.git' + '@' +
+ Var('catapult_revision'),
Var("root") + "/third_party/icu":
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + Var('icu_revision'),
}
« no previous file with comments | « BUILD.gn ('k') | GITDEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698