Index: tools/cros.DEPS/DEPS |
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS |
index 097c41b4b41c1006a597b77b3225e1ba487d14df..7a030246f95537d8aee84f184b3321030e46b387 100644 |
--- a/tools/cros.DEPS/DEPS |
+++ b/tools/cros.DEPS/DEPS |
@@ -2,9 +2,11 @@ vars = { |
"chromiumos_git": "http://git.chromium.org/chromiumos", |
} |
-deps = { |
- "src/third_party/cros": |
- Var("chromiumos_git") + "/platform/cros.git@56c93050", |
- "src/third_party/cros_system_api": |
- Var("chromiumos_git") + "/platform/system_api.git@d56d4785", |
+deps_os = { |
+ "unix" : { |
+ "src/third_party/cros": |
+ Var("chromiumos_git") + "/platform/cros.git@56c93050", |
+ "src/third_party/cros_system_api": |
+ Var("chromiumos_git") + "/platform/system_api.git@d56d4785", |
+ } |
} |