diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-05 04:28:29 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-05 04:28:29 +0000 |
commit | 6e5691e94188562582435c373a6426643f7a3a38 (patch) | |
tree | 6554120fbc85a233f2ca36b1a22ce3fd4f4ee907 /DEPS | |
parent | a348f5432fe510e69590f9e92f2f78ce59c18c23 (diff) | |
download | chromium_src-6e5691e94188562582435c373a6426643f7a3a38.zip chromium_src-6e5691e94188562582435c373a6426643f7a3a38.tar.gz chromium_src-6e5691e94188562582435c373a6426643f7a3a38.tar.bz2 |
roll gyp to 1806
r1786 Fix error message when using exclusion
r1787 Use exec and proper quoting in top-level gyp command.
r1788 win: Fix behaviour of MinimumRequiredVersion
r1789 xcode: Xcode 5 changes the "up_to_date_ending" again.
r1790 ninja: When the installed Xcode is Xcode 5 or later, use ['x86_64'] as
r1791 ninja: use cc and c++ instead of gcc and g++ by default on non-Windows.
r1792 .close() build.ninja in ninja generator
r1794 Add BaseAddress (/BASE) support to gyp's msvs ninja generator.
r1795 ninja/mac: Add more support for signing iOS binaries with ninja builds.
r1796 CMake generator.
r1797 make: Support the generator_filelist_paths input info.
r1798 Fix default ARCHS value for iOS project.
r1799 Disable building simulator for "x86_64"
r1800 win ninja: Speculative fix for pdb locking errors
r1801 Adds an helper class to shard mspdbsrv.
r1802 ninja/win: Support VCLinkerTool.GenerateManifest
r1803 Support Visual C++ PGO in Ninja generator
r1804 Clean up the filters in the MSVS generator.
r1805 win: support linker warnings-as-errors
r1806 Ignore pylint blacklist on Windows too
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/105743003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238891 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@140", "src/tools/gyp": - (Var("googlecode_url") % "gyp") + "/trunk@1785", + (Var("googlecode_url") % "gyp") + "/trunk@1806", "src/tools/swarming_client": Var("chromium_git") + "/external/swarming.client.git@" + |