diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-23 17:10:05 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-23 17:10:05 +0000 |
commit | e0cdaec9171637cc3f3546be5a38eca2c28c2780 (patch) | |
tree | 09bb629db12ba70a4633a9216cd409e69c66f41e /DEPS | |
parent | 753296ca11c512e7f4382f0492937351d6404f97 (diff) | |
download | chromium_src-e0cdaec9171637cc3f3546be5a38eca2c28c2780.zip chromium_src-e0cdaec9171637cc3f3546be5a38eca2c28c2780.tar.gz chromium_src-e0cdaec9171637cc3f3546be5a38eca2c28c2780.tar.bz2 |
Rolling grit-i18n 57:58
r58: When looking up a file in the first IDs list, and the file is outside of the tree starting at SRCDIR, just use the filename as key
Review URL: https://chromiumcodereview.appspot.com/10790118
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147865 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ deps = { (Var("googlecode_url") % "snappy") + "/trunk@63", "src/tools/grit": - (Var("googlecode_url") % "grit-i18n") + "/trunk@57", + (Var("googlecode_url") % "grit-i18n") + "/trunk@58", "src/tools/gyp": (Var("googlecode_url") % "gyp") + "/trunk@1431", |