diff options
author | laforge@chromium.org <laforge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-22 04:53:05 +0000 |
---|---|---|
committer | laforge@chromium.org <laforge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-22 04:53:05 +0000 |
commit | b5ca240e58096c3f3ee02ae241319a3776bbf797 (patch) | |
tree | 8acdad5aed9c503bb8b0292bcbb12888c4978a8d /build | |
parent | e49df854ad26a7bfe0006d57c69befe6d86e74ad (diff) | |
download | chromium_src-b5ca240e58096c3f3ee02ae241319a3776bbf797.zip chromium_src-b5ca240e58096c3f3ee02ae241319a3776bbf797.tar.gz chromium_src-b5ca240e58096c3f3ee02ae241319a3776bbf797.tar.bz2 |
Emergency CL to fix official compile issue.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242311 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp index 9851bb0..3025548 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -969,8 +969,6 @@ 'dependencies': [ '../chrome/chrome.gyp:crash_service_win64', '../chrome_frame/chrome_frame.gyp:npchrome_frame', - # Omitting tests from Win64 to speed up cycle times. - '../chrome/chrome.gyp:interactive_ui_tests', ], }], ['component != "shared_library" and wix_exists == "True" and \ |