diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-29 04:35:14 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-29 04:35:14 +0000 |
commit | e56bc1ed87edf4f90949a161046f0bbc9760f146 (patch) | |
tree | 10acee863f198ba8a501fe2348030cfd27c8a05c /DEPS | |
parent | d1c8bb00d18fb44a7aa6acd604409b83896be1a5 (diff) | |
download | chromium_src-e56bc1ed87edf4f90949a161046f0bbc9760f146.zip chromium_src-e56bc1ed87edf4f90949a161046f0bbc9760f146.tar.gz chromium_src-e56bc1ed87edf4f90949a161046f0bbc9760f146.tar.bz2 |
roll gyp r1484:r1487
1485: Land an empty chmod+x file. gcl try can't deal with them else.
1486: mac ninja&make: Expose SDKROOT to the environment.
1487: ninja: Don't replace spaces with '_' in action / rule descriptions.
BUG=131867
TBR=mark
Review URL: https://chromiumcodereview.appspot.com/10895026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@67", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1484", + (Var("googlecode_url") % "gyp") + "/trunk@1487", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |