From 89497d22f14df5964531ca959673f0d7fd810def Mon Sep 17 00:00:00 2001 From: "cmasone@chromium.org" <cmasone@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Wed, 8 Dec 2010 23:04:45 +0000 Subject: [Chrome OS] Add README to explain wonky DEPS file use We are moving to using a DEPS file for extra chromium os deps that is checked into the main Chromium tree. As an artifact of the way gclient works, this means that devs will have a r/w version of this file in their source tree and _also_ a read-only version that gclient checks out somewhere else. This README explains this and how to update the DEPS file correctly. BUG=None TEST=None Review URL: http://codereview.chromium.org/5587011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68660 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/cros.DEPS/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tools/cros.DEPS/README (limited to 'tools/cros.DEPS') diff --git a/tools/cros.DEPS/README b/tools/cros.DEPS/README new file mode 100644 index 0000000..16a0043 --- /dev/null +++ b/tools/cros.DEPS/README @@ -0,0 +1,15 @@ +This DEPS file specifies the extra dependencies required to build +Chromium for Chromium OS. It lives here in src/tools/cros.DEPS, but +is generally checked out to another location by a custom rule in your +.gclient file, often a cros_deps/ directory next to your src/ +directory. For example: + + { "name" : "cros_deps", + "url" : "http://src.chromium.org/svn/trunk/src/tools/cros.DEPS" + }, + +If you want to rev these deps and publish them for all to see, +edit src/tools/cros.DEPS/DEPS. If you want to rev the deps locally first, +edit the file in the location to which your .gclient file checks it out +(in most cases, cros_deps/DEPS), but note that you cannot push a modification +from there. -- cgit v1.1