diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-27 05:41:23 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-27 05:41:23 +0000 |
commit | c50832ed8fef1c38c2bbc85414734f98669fe495 (patch) | |
tree | 38407fd88f2d02230a800a178f55f3e4c93f6607 /DEPS | |
parent | 9e7ce265a1281aac0104a027202e6e3caa7163c3 (diff) | |
download | chromium_src-c50832ed8fef1c38c2bbc85414734f98669fe495.zip chromium_src-c50832ed8fef1c38c2bbc85414734f98669fe495.tar.gz chromium_src-c50832ed8fef1c38c2bbc85414734f98669fe495.tar.bz2 |
gyp r1246 -> r1282
The majority of these are test-only additions that don't affect existing build system functionality.
r1247 Explicit paths to tools for ninja, rather than relying on environment
r1248 Unbreak Windows build
r1249 Unbreak Mac and vs2005 - Don't run tests on OS where they're not applicable.
r1250 Fallback behaviour was broken for forcing express version
r1251 MSBuild: TargetPath should match Lib.OutputFile or Link.OutputFile to avoid the MSB8012 warning.
r1252 ninja windows: test for additional link dependencies
r1253 ninja windows: test for runtime library settings
r1254 ninja windows: test RTTI flag
r1255 ninja windows: test for function level linking
r1256 ninja windows: test ASLR (aka DYNAMICBASE) flag
r1257 ninja windows: test for additional linker options
r1258 ninja windows: test exception handling flags
r1259 ninja windows: test for additional compiler options
r1260 ninja windows: test linker subsystem flag
r1261 Add run_dumpbin as test function for VS-based testers
r1262 ninja windows: test for warning level
r1263 ninja windows: add test for delayload dlls
r1264 ninja windows: test for warning as error flag
r1265 Fix exception handling test on vs2010
r1266 Don't try to find devenv on non-Windows.
r1267 ninja windows: test for compiler optimization settings
r1268 Correct topological sort.
r1269 ninja windows: test that default libraries are correctly linked against
r1270 ninja windows: test for opt:ref/noref
r1271 ninja windows: test for opt:icf/noicf
r1272 ninja windows: test for buffer security setting
r1273 ninja windows: test for nxcompat linker flag
r1274 ninja windows: test for linker debug information flag
r1275 ninja windows: add test for RTC flag
r1276 ninja windows: test for debug format setting
r1277 ninja windows: test for incremental linking flag
r1278 ninja windows: test for linker additional library directories
r1279 ninja windows: test for linker fixed base address flag
r1280 ninja windows: Fixes for recently added tests
r1281 ninja windows: Various style fixes for recently added tests
r1282 Change build commands to use @rsp files
R=thakis@chromium.org
Review URL: http://codereview.chromium.org/9863020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129146 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@18", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1246", + (Var("googlecode_url") % "gyp") + "/trunk@1282", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), |