diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 19:53:03 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-13 19:53:03 +0000 |
commit | d9ae45858e477835d908b77e90ba0c2c9cce4d4d (patch) | |
tree | 737d86e2b04d7ef893197a838d6ba82aeb0473a5 /DEPS | |
parent | e47ae947f945ce92d276287ee2df2987f7b1c2af (diff) | |
download | chromium_src-d9ae45858e477835d908b77e90ba0c2c9cce4d4d.zip chromium_src-d9ae45858e477835d908b77e90ba0c2c9cce4d4d.tar.gz chromium_src-d9ae45858e477835d908b77e90ba0c2c9cce4d4d.tar.bz2 |
roll gyp 1064:1070
1065: Move the warning about ~/.gyp/include.gypi to stdout
1066: Make the MSVS generator work when given an absolute path for the .gyp file.
1067: make: Set MACH_O_TYPE and PRODUCT_TYPE.
1068: Add openbsd5 to the list of platforms using make.
1069: Scanned image of a physical codereview.
1070: make: Export CHROMIUM_STRIP_SAVE_FILE for postbuilds.
STRIPFLAGS isn't used with the default GYP_DEFINES, so this should be enough to
run make on the mac trybots.
BUG=90052
TEST=none
TBR=mark
Review URL: http://codereview.chromium.org/8274008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@5", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1064", + (Var("googlecode_url") % "gyp") + "/trunk@1070", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |