diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-28 20:01:46 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-28 20:01:46 +0000 |
commit | 3e6f122964ba44a1702073b01a7b6b52c36930d2 (patch) | |
tree | 56d6e694c12f61e601718a77939fdd31148856d6 /DEPS | |
parent | 5daa38711e20f97c86a86e7ae0429956fbe4aec7 (diff) | |
download | chromium_src-3e6f122964ba44a1702073b01a7b6b52c36930d2.zip chromium_src-3e6f122964ba44a1702073b01a7b6b52c36930d2.tar.gz chromium_src-3e6f122964ba44a1702073b01a7b6b52c36930d2.tar.bz2 |
roll gyp 1769:1773
r1770 ninja/mac: Add extra plist item DTPlatformVersion and DTPlatformBuild.
r1771 Fix linking on sun and aix after r1741.
r1772 Re-land r1745: "Add an option to prune targets"
r1773 Fix parallel execution, and enable by default
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/49133002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ deps = { (Var("googlecode_url") % "grit-i18n") + "/trunk@136", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1769", + (Var("googlecode_url") % "gyp") + "/trunk@1773", "src/tools/swarm_client": "/trunk/tools/swarm_client@" + Var("swarm_revision"), |