| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index d79182b0fd4f76cbd08ae1bdb97ef366c655b5ef..00953bf3f6f8966b31ae3998d7944a8a24367c53 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -315,11 +315,19 @@
|
| 'dependencies': [
|
| '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
|
| '../cc/cc_tests.gyp:cc_unittests',
|
| + '../chrome/chrome.gyp:browser_tests',
|
| + '../chrome/chrome.gyp:chromedriver_tests',
|
| + '../chrome/chrome.gyp:chromedriver_unittests',
|
| + '../chrome/chrome.gyp:interactive_ui_tests',
|
| + '../chrome/chrome.gyp:sync_integration_tests',
|
| + '../chrome/chrome.gyp:unit_tests',
|
| '../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
| '../content/content_shell_and_tests.gyp:content_browsertests',
|
| '../content/content_shell_and_tests.gyp:content_shell',
|
| '../content/content_shell_and_tests.gyp:content_unittests',
|
| '../device/device_tests.gyp:device_unittests',
|
| + '../extensions/extensions_tests.gyp:extensions_browsertests',
|
| + '../extensions/extensions_tests.gyp:extensions_unittests',
|
| '../gin/gin.gyp:gin_unittests',
|
| '../google_apis/google_apis.gyp:google_apis_unittests',
|
| '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
|
| @@ -340,18 +348,6 @@
|
| '../tools/telemetry/telemetry.gyp:*',
|
| ],
|
| }],
|
| - ['OS!="ios" and OS!="android" and chromecast==0', {
|
| - 'dependencies': [
|
| - '../chrome/chrome.gyp:browser_tests',
|
| - '../chrome/chrome.gyp:chromedriver_tests',
|
| - '../chrome/chrome.gyp:chromedriver_unittests',
|
| - '../chrome/chrome.gyp:interactive_ui_tests',
|
| - '../chrome/chrome.gyp:sync_integration_tests',
|
| - '../chrome/chrome.gyp:unit_tests',
|
| - '../extensions/extensions_tests.gyp:extensions_browsertests',
|
| - '../extensions/extensions_tests.gyp:extensions_unittests',
|
| - ],
|
| - }],
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| '../chrome/chrome.gyp:app_installer',
|
| @@ -440,10 +436,6 @@
|
| '../ui/app_list/app_list.gyp:app_list_unittests',
|
| '../ui/aura/aura.gyp:aura_unittests',
|
| '../ui/compositor/compositor.gyp:compositor_unittests',
|
| - ],
|
| - }],
|
| - ['use_aura==1 and chromecast==0', {
|
| - 'dependencies': [
|
| '../ui/keyboard/keyboard.gyp:keyboard_unittests',
|
| '../ui/views/views.gyp:views_unittests',
|
| ],
|
| @@ -1311,19 +1303,13 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../base/base.gyp:base_unittests_run',
|
| + '../chrome/chrome.gyp:browser_tests_run',
|
| + '../chrome/chrome.gyp:interactive_ui_tests_run',
|
| + '../chrome/chrome.gyp:sync_integration_tests_run',
|
| + '../chrome/chrome.gyp:unit_tests_run',
|
| '../content/content_shell_and_tests.gyp:content_browsertests_run',
|
| '../content/content_shell_and_tests.gyp:content_unittests_run',
|
| '../net/net.gyp:net_unittests_run',
|
| - ],
|
| - 'conditions': [
|
| - ['chromecast==0', {
|
| - 'dependencies': [
|
| - '../chrome/chrome.gyp:browser_tests_run',
|
| - '../chrome/chrome.gyp:interactive_ui_tests_run',
|
| - '../chrome/chrome.gyp:sync_integration_tests_run',
|
| - '../chrome/chrome.gyp:unit_tests_run',
|
| - ],
|
| - }],
|
| ],
|
| }, # target_name: chromium_swarm_tests
|
| ],
|
|
|