diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-23 07:19:55 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-23 07:19:55 +0000 |
commit | 907cb98d47f133ee307fefb7cce6ff19f6885e80 (patch) | |
tree | ac4fd529e640f8fd55962bdd4e0643c0752d4ecd /build/gyp_chromium | |
parent | e3b328da0175255119d66e83224ceff43086ebec (diff) | |
download | chromium_src-907cb98d47f133ee307fefb7cce6ff19f6885e80.zip chromium_src-907cb98d47f133ee307fefb7cce6ff19f6885e80.tar.gz chromium_src-907cb98d47f133ee307fefb7cce6ff19f6885e80.tar.bz2 |
Revert 252837 "trial run of vs2013 with iterator debugging off t..."
> trial run of vs2013 with iterator debugging off to see if browser_tests are timing-related
>
> BUG=
>
> Review URL: https://codereview.chromium.org/165693005
TBR=scottmg@chromium.org
Review URL: https://codereview.chromium.org/176203003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252844 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/gyp_chromium')
-rwxr-xr-x | build/gyp_chromium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium index 626fb27..a158f39 100755 --- a/build/gyp_chromium +++ b/build/gyp_chromium @@ -458,7 +458,7 @@ if __name__ == '__main__': vs2013_runtime_dll_dirs = None # TODO(scottmg): Temporarily default to off, see http://crbug.com/345993. depot_tools_win_toolchain = \ - bool(int(os.environ.get('DEPOT_TOOLS_WIN_TOOLCHAIN', '1'))) + bool(int(os.environ.get('DEPOT_TOOLS_WIN_TOOLCHAIN', '0'))) 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() |