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

Unified Diff: tools/cros.DEPS/DEPS

Issue 10696062: Revert 145000 - chromeos: Merge tools/cros.DEPS/DEPS into the main DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1191/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 | « DEPS ('k') | tools/cros.DEPS/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cros.DEPS/DEPS
===================================================================
--- tools/cros.DEPS/DEPS (revision 145068)
+++ tools/cros.DEPS/DEPS (working copy)
@@ -1,3 +1,13 @@
-# TODO(satorux): Remove this file after a month.
-print 'ERROR: src/tools/cros.DEPS/DEPS has been merged into src/DEPS.'
-print 'ERROR: Please remove cros.DEPS rule from your .gclient file.'
+# When adding a new dependency, please update the top-level .gitignore file
+# to list the dependency's destination directory.
+
+vars = {
+ "chromiumos_git": "http://git.chromium.org/chromiumos",
+}
+
+deps_os = {
+ "unix" : {
+ "src/third_party/cros_system_api":
+ Var("chromiumos_git") + "/platform/system_api.git@a6b76c4e",
+ }
+}
« no previous file with comments | « DEPS ('k') | tools/cros.DEPS/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698