diff options
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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": |