diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 20:48:30 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 20:48:30 +0000 |
commit | 98cf89de7dec4c1a97f65c633a8a93d4e5d2b47a (patch) | |
tree | 65ef64ac7eb38e480d1015b1bcfeadffa9db1f2e /chrome/chrome_tests.gypi | |
parent | 8a317d18a0f3b352d7ede38f3606d5d6158a3c3b (diff) | |
download | chromium_src-98cf89de7dec4c1a97f65c633a8a93d4e5d2b47a.zip chromium_src-98cf89de7dec4c1a97f65c633a8a93d4e5d2b47a.tar.gz chromium_src-98cf89de7dec4c1a97f65c633a8a93d4e5d2b47a.tar.bz2 |
Mac: Build interactive_ui_tests
This doesn't add them to the builders yet (which is good. because some of the tests fail due to NOTIMPLEMENTED()s).
BUG=21276
TEST=project dropdown in xcode has "interactive_ui_tests" when opening chrome.xcodeproj
Review URL: http://codereview.chromium.org/2805087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 39f632a..d58d694 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -17,6 +17,9 @@ }, 'targets': [ { + 'includes': ['test/interactive_ui/interactive_ui_tests.gypi'] + }, + { # This target contains mocks and test utilities that don't belong in # production libraries but are used by more than one test executable. 'target_name': 'test_support_common', @@ -203,7 +206,7 @@ ], }], ], - }, + }, { 'target_name': 'automated_ui_tests', 'type': 'executable', @@ -2327,10 +2330,6 @@ }], ], }, - # TODO(port): enable on mac. - { - 'includes': ['test/interactive_ui/interactive_ui_tests.gypi'] - }, ], },], # OS!="mac" ['OS=="win"', { |