diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-22 03:24:51 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-22 03:24:51 +0000 |
commit | ea5e03b3249edaba54b4a31a833012b0b99332cd (patch) | |
tree | 9d64b0ecbfcb9129fb5b2154d42f16b775a23c26 /build/gyp_chromium | |
parent | c54729ca5f5df93783b2a376f308f5551a206567 (diff) | |
download | chromium_src-ea5e03b3249edaba54b4a31a833012b0b99332cd.zip chromium_src-ea5e03b3249edaba54b4a31a833012b0b99332cd.tar.gz chromium_src-ea5e03b3249edaba54b4a31a833012b0b99332cd.tar.bz2 |
Re-enable 2013 with corrected hashes
TBR=iannucci@chromium.org
BUG=323300,309197
Review URL: https://codereview.chromium.org/176143002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252738 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/gyp_chromium')
-rwxr-xr-x | build/gyp_chromium | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium index ddd38e4..c940832 100755 --- a/build/gyp_chromium +++ b/build/gyp_chromium @@ -454,8 +454,7 @@ if __name__ == '__main__': depot_tools_win_toolchain = \ bool(int(os.environ.get('DEPOT_TOOLS_WIN_TOOLCHAIN', '1'))) # TODO(scottmg): temp build fix while switching to 2013. - if False and \ - sys.platform in ('win32', 'cygwin') and depot_tools_win_toolchain: + if sys.platform in ('win32', 'cygwin') and depot_tools_win_toolchain: import find_depot_tools depot_tools_path = find_depot_tools.add_depot_tools_to_path() temp_handle, data_file = tempfile.mkstemp(suffix='.json') |