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": |