diff options
author | anandc@chromium.org <anandc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-11 14:29:13 +0000 |
---|---|---|
committer | anandc@chromium.org <anandc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-11 14:29:13 +0000 |
commit | dd945647c2889098726cd2327f79a7f3160f937b (patch) | |
tree | a9047d43cb67107d5a059c5d0f48fe735b41110d /build/all.gyp | |
parent | 588bcf977c63fa07e0a3b755e99da40fb75d9848 (diff) | |
download | chromium_src-dd945647c2889098726cd2327f79a7f3160f937b.zip chromium_src-dd945647c2889098726cd2327f79a7f3160f937b.tar.gz chromium_src-dd945647c2889098726cd2327f79a7f3160f937b.tar.bz2 |
Enable building and output-ing of browser_tests.exe for official Windows builds.
BUG=379986
Review URL: https://codereview.chromium.org/323163003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 60ee4b2..a189bc6 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -1082,6 +1082,7 @@ 'type': 'none', 'dependencies': [ '../base/base.gyp:base_unittests', + '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:crash_service', '../chrome/chrome.gyp:gcapi_dll', '../chrome/chrome.gyp:pack_policy_templates', |