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

Unified Diff: DEPS

Issue 10696055: chromeos: Merge tools/cros.DEPS/DEPS into the main DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | « no previous file | tools/cros.DEPS/DEPS » ('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 d71e8a59dafab58170d140c6501f547d46674c77..d6ec83c7e993e8fb6798b0d13ab39ce4b69cd697 100644
--- a/DEPS
+++ b/DEPS
@@ -10,6 +10,7 @@ vars = {
"nacl_trunk": "http://src.chromium.org/native_client/trunk",
"webkit_revision": "121540",
"chromium_git": "http://git.chromium.org/git",
+ "chromiumos_git": "http://git.chromium.org/chromiumos",
"swig_revision": "69281",
"nacl_revision": "9053",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS
@@ -442,6 +443,10 @@ deps_os = {
"src/third_party/gold":
"/trunk/deps/third_party/gold@124239",
+
+ # For Chromium OS.
+ "src/third_party/cros_system_api":
+ Var("chromiumos_git") + "/platform/system_api.git@a6b76c4e",
},
"android": {
"src/third_party/freetype":
« no previous file with comments | « no previous file | tools/cros.DEPS/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698