From c50832ed8fef1c38c2bbc85414734f98669fe495 Mon Sep 17 00:00:00 2001 From: "scottmg@chromium.org" Date: Tue, 27 Mar 2012 05:41:23 +0000 Subject: 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 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 6d49d67..219b532 100644 --- a/DEPS +++ b/DEPS @@ -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"), -- cgit v1.1