diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-09 20:54:45 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-09 20:54:45 +0000 |
commit | 1def406160cc4138dd00e8849e9e123341fda0c4 (patch) | |
tree | 95cfa943137162d074557cad2774a469d72a81a1 /DEPS | |
parent | 970451967309a8ab26faaa370fa54ffccec70e24 (diff) | |
download | chromium_src-1def406160cc4138dd00e8849e9e123341fda0c4.zip chromium_src-1def406160cc4138dd00e8849e9e123341fda0c4.tar.gz chromium_src-1def406160cc4138dd00e8849e9e123341fda0c4.tar.bz2 |
roll gyp 1238:1242
1239: Allow specification of VC10 props and configuration attributes in gyp file.
1240: Make _CopyXIBFile() work with Xcode 4.3
1241: mac make and ninja: Don't require CFBundleSignature in Info.plist files.
1242: Add a test case for the CFBundleSignature happy path.
Also remove the now-unused CFBundleSignature fron app-Info.plist for launcher apps.
BUG=117498,114970
TEST=none
TBR=rsesek
Review URL: http://codereview.chromium.org/9663010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125895 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@17", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1238", + (Var("googlecode_url") % "gyp") + "/trunk@1242", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |