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

Side by Side Diff: tools/cros.DEPS/README

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, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/cros.DEPS/DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 This DEPS file specifies the extra dependencies required to build 1 This DEPS file specifies the extra dependencies required to build
2 Chromium for Chromium OS. It lives here in src/tools/cros.DEPS, but 2 Chromium for Chromium OS. It lives here in src/tools/cros.DEPS, but
3 is generally checked out to another location by a custom rule in your 3 is generally checked out to another location by a custom rule in your
4 .gclient file, often a cros_deps/ directory next to your src/ 4 .gclient file, often a cros_deps/ directory next to your src/
5 directory. For example: 5 directory. For example:
6 6
7 { "name" : "cros_deps", 7 { "name" : "cros_deps",
8 "url" : "http://src.chromium.org/svn/trunk/src/tools/cros.DEPS" 8 "url" : "http://src.chromium.org/svn/trunk/src/tools/cros.DEPS"
9 }, 9 },
10 10
11 If you want to rev these deps and publish them for all to see, 11 If you want to rev these deps and publish them for all to see,
12 edit src/tools/cros.DEPS/DEPS. If you want to rev the deps locally first, 12 edit src/tools/cros.DEPS/DEPS. If you want to rev the deps locally first,
13 edit the file in the location to which your .gclient file checks it out 13 edit the file in the location to which your .gclient file checks it out
14 (in most cases, cros_deps/DEPS), but note that you cannot push a modification 14 (in most cases, cros_deps/DEPS), but note that you cannot push a modification
15 from there. 15 from there.
OLDNEW
« no previous file with comments | « tools/cros.DEPS/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698