| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 634a977242026de495317c2f7c8a20bdfe5663c5..b890f2ccb7d3c0d4f3f4018ff922b363b7d5098e 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -103,6 +103,7 @@
|
| ['OS!="ios" and OS!="android"', {
|
| 'dependencies': [
|
| '../third_party/re2/re2.gyp:re2',
|
| + '../chrome/chrome.gyp:*',
|
| '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
|
| '../cc/blink/cc_blink_tests.gyp:*',
|
| '../cc/cc_tests.gyp:*',
|
| @@ -147,21 +148,6 @@
|
| '../v8/tools/gyp/v8.gyp:*',
|
| '<(libjpeg_gyp_path):*',
|
| ],
|
| - 'conditions': [
|
| - ['use_athena==1' , {
|
| - 'dependencies': [
|
| - # Athena temporarily depends upon a subset of chrome. Since most
|
| - # tests do not compile, we only include dependencies to tests we
|
| - # want to build.
|
| - '../chrome/chrome.gyp:chrome',
|
| - '../chrome/chrome.gyp:browser_tests',
|
| - ]
|
| - }, {
|
| - 'dependencies': [
|
| - '../chrome/chrome.gyp:*',
|
| - ],
|
| - }],
|
| - ],
|
| }],
|
| ['use_openssl==0 and (OS=="mac" or OS=="ios" or OS=="win")', {
|
| 'dependencies': [
|
| @@ -328,6 +314,9 @@
|
| '../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',
|
| @@ -353,15 +342,6 @@
|
| '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
|
| '../tools/telemetry/telemetry.gyp:*',
|
| ],
|
| - 'conditions': [
|
| - ['use_athena!=1', {
|
| - 'dependencies' : [
|
| - '../chrome/chrome.gyp:interactive_ui_tests',
|
| - '../chrome/chrome.gyp:sync_integration_tests',
|
| - '../chrome/chrome.gyp:unit_tests',
|
| - ],
|
| - }],
|
| - ],
|
| }],
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| @@ -1274,6 +1254,8 @@
|
| '../cc/cc_tests.gyp:cc_unittests',
|
| '../chrome/chrome.gyp:browser_tests',
|
| '../chrome/chrome.gyp:chrome',
|
| + '../chrome/chrome.gyp:interactive_ui_tests',
|
| + '../chrome/chrome.gyp:unit_tests',
|
| '../components/components_tests.gyp:components_unittests',
|
| '../content/content_shell_and_tests.gyp:content_browsertests',
|
| '../content/content_shell_and_tests.gyp:content_unittests',
|
| @@ -1300,12 +1282,6 @@
|
| 'blink_tests',
|
| ],
|
| 'conditions': [
|
| - ['use_athena!=1', {
|
| - 'dependencies': [
|
| - '../chrome/chrome.gyp:interactive_ui_tests',
|
| - '../chrome/chrome.gyp:unit_tests',
|
| - ],
|
| - }],
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| '../chrome/chrome.gyp:crash_service',
|
| @@ -1370,19 +1346,13 @@
|
| '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' : [
|
| - ['use_athena!=1', {
|
| - 'dependencies': [
|
| - '../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
|
| ],
|
| }],
|
|
|