diff options
author | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 23:55:17 +0000 |
---|---|---|
committer | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 23:55:17 +0000 |
commit | 5affc15f3a8a51f42debbf37806087dfbc84818f (patch) | |
tree | 3026d88cfe779989c9437bd01acb21042538b13c /gears/DEPS | |
parent | e8d2a6a661bdcb16dad07df9159bb29bed84c8d1 (diff) | |
download | chromium_src-5affc15f3a8a51f42debbf37806087dfbc84818f.zip chromium_src-5affc15f3a8a51f42debbf37806087dfbc84818f.tar.gz chromium_src-5affc15f3a8a51f42debbf37806087dfbc84818f.tar.bz2 |
Update Gears to pull in latest revision from svn.
Fix scons breakage in the wince Gears port.
Review URL: http://codereview.chromium.org/8776
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gears/DEPS')
-rw-r--r-- | gears/DEPS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ -# We pull 3 components from the Chrome tree at this revision. -chrome_rev = '@4086' +# We pull 3 components from the Chrome tree at the trunk. +chrome_rev = '' # We pull 2 components from the Gears tree at this revision. -gears_rev = '@2951' +gears_rev = '@2955' deps = { "src/build": |