From 516ed29f691d8d9584d48d747d4a8fd32ce8a79e Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Thu, 9 Feb 2012 19:59:17 +0000 Subject: gyp: r1187 -> r1190 Changes are: ninja: fix missing dependency for multiply-removed actions linux: drop LINKER_SUPPORTS_ICF flag linux: drop detection of --threads flag to the linker Expected impact: - ninja should get dependencies correct again - fewer linker flags due to dropping a lot of system tests BUG=gyp:250 Review URL: https://chromiumcodereview.appspot.com/9368037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121275 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 17d2236..1a1ce82 100644 --- a/DEPS +++ b/DEPS @@ -111,7 +111,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@9", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1187", + (Var("googlecode_url") % "gyp") + "/trunk@1190", "src/v8": (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"), -- cgit v1.1