| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 5bb502f299b9b42e5a56f0bdfd8e2bcedb586578..4023eddf03d27cea078e1ffbbd0341ad9158b04c 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3154,20 +3154,20 @@
|
| 'interactive_ui_tests',
|
| # Disabled from running in coverage_posix.py.
|
| # We need to build this during compile step, so enabling here.
|
| - 'browser_tests',
|
| + '../content/content.gyp:content_browsertests',
|
| '../courgette/courgette.gyp:courgette_unittests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| - 'chromedriver_unittests',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl_unittests',
|
| - 'gpu_tests',
|
| '../jingle/jingle.gyp:jingle_unittests',
|
| '../net/net.gyp:net_perftests',
|
| + '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gyp:webkit_unit_tests',
|
| + '../url/url.gyp:googleurl_unittests',
|
| + 'browser_tests',
|
| + 'chromedriver_unittests',
|
| + 'gpu_tests',
|
| 'performance_ui_tests',
|
| + 'pyautolib',
|
| 'reliability_tests',
|
| 'sync_integration_tests',
|
| - '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gyp:webkit_unit_tests',
|
| - 'pyautolib',
|
| - '../content/content.gyp:content_browsertests',
|
| ]}],
|
| ['OS=="mac"', {
|
| 'dependencies': [
|
|
|