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

Unified Diff: tools/cros.DEPS/DEPS

Issue 7663010: Make sure cros.DEPS dependencies are only checked out on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698