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
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/
5 directory. For example:
7 { "name" : "cros_deps",
8 "url" : "http://src.chromium.org/svn/trunk/src/tools/cros.DEPS"
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,
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