diff options
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"', { |