| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
| 9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
| 10 }, | 10 }, |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 ], | 452 ], |
| 453 }, # target_name: chromium_builder_nacl_win_integration | 453 }, # target_name: chromium_builder_nacl_win_integration |
| 454 { | 454 { |
| 455 'target_name': 'chromium_builder_perf', | 455 'target_name': 'chromium_builder_perf', |
| 456 'type': 'none', | 456 'type': 'none', |
| 457 'dependencies': [ | 457 'dependencies': [ |
| 458 '../cc/cc_tests.gyp:cc_perftests', | 458 '../cc/cc_tests.gyp:cc_perftests', |
| 459 '../chrome/chrome.gyp:chrome', | 459 '../chrome/chrome.gyp:chrome', |
| 460 '../chrome/chrome.gyp:load_library_perf_tests', | 460 '../chrome/chrome.gyp:load_library_perf_tests', |
| 461 '../chrome/chrome.gyp:performance_browser_tests', | 461 '../chrome/chrome.gyp:performance_browser_tests', |
| 462 '../chrome/chrome.gyp:performance_ui_tests', | |
| 463 '../chrome/chrome.gyp:sync_performance_tests', | 462 '../chrome/chrome.gyp:sync_performance_tests', |
| 464 '../media/media.gyp:media_perftests', | 463 '../media/media.gyp:media_perftests', |
| 465 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 464 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 466 '../tools/telemetry/telemetry.gyp:*', | 465 '../tools/telemetry/telemetry.gyp:*', |
| 467 ], | 466 ], |
| 468 'conditions': [ | 467 'conditions': [ |
| 469 ['OS!="ios" and OS!="win"', { | 468 ['OS!="ios" and OS!="win"', { |
| 470 'dependencies': [ | 469 'dependencies': [ |
| 471 '../breakpad/breakpad.gyp:minidump_stackwalk', | 470 '../breakpad/breakpad.gyp:minidump_stackwalk', |
| 472 ], | 471 ], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 487 ], | 486 ], |
| 488 }], | 487 }], |
| 489 ], | 488 ], |
| 490 }, # target_name: chromium_builder_perf | 489 }, # target_name: chromium_builder_perf |
| 491 { | 490 { |
| 492 'target_name': 'chromium_gpu_builder', | 491 'target_name': 'chromium_gpu_builder', |
| 493 'type': 'none', | 492 'type': 'none', |
| 494 'dependencies': [ | 493 'dependencies': [ |
| 495 '../chrome/chrome.gyp:chrome', | 494 '../chrome/chrome.gyp:chrome', |
| 496 '../chrome/chrome.gyp:performance_browser_tests', | 495 '../chrome/chrome.gyp:performance_browser_tests', |
| 497 '../chrome/chrome.gyp:performance_ui_tests', | |
| 498 '../content/content_shell_and_tests.gyp:content_browsertests', | 496 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 499 '../content/content_shell_and_tests.gyp:content_gl_tests', | 497 '../content/content_shell_and_tests.gyp:content_gl_tests', |
| 500 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', | 498 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', |
| 501 '../gpu/gpu.gyp:gl_tests', | 499 '../gpu/gpu.gyp:gl_tests', |
| 502 '../gpu/gpu.gyp:angle_unittests', | 500 '../gpu/gpu.gyp:angle_unittests', |
| 503 '../tools/telemetry/telemetry.gyp:*', | 501 '../tools/telemetry/telemetry.gyp:*', |
| 504 ], | 502 ], |
| 505 'conditions': [ | 503 'conditions': [ |
| 506 ['OS!="ios" and OS!="win"', { | 504 ['OS!="ios" and OS!="win"', { |
| 507 'dependencies': [ | 505 'dependencies': [ |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', | 875 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', |
| 878 ], | 876 ], |
| 879 }, | 877 }, |
| 880 { | 878 { |
| 881 'target_name': 'chromium_builder_rel', | 879 'target_name': 'chromium_builder_rel', |
| 882 'type': 'none', | 880 'type': 'none', |
| 883 'dependencies': [ | 881 'dependencies': [ |
| 884 '../cc/cc_tests.gyp:cc_unittests', | 882 '../cc/cc_tests.gyp:cc_unittests', |
| 885 '../chrome/chrome.gyp:browser_tests', | 883 '../chrome/chrome.gyp:browser_tests', |
| 886 '../chrome/chrome.gyp:performance_browser_tests', | 884 '../chrome/chrome.gyp:performance_browser_tests', |
| 887 '../chrome/chrome.gyp:performance_ui_tests', | |
| 888 '../chrome/chrome.gyp:sync_integration_tests', | 885 '../chrome/chrome.gyp:sync_integration_tests', |
| 889 '../chrome/chrome.gyp:unit_tests', | 886 '../chrome/chrome.gyp:unit_tests', |
| 890 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 887 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 891 '../components/components_tests.gyp:components_unittests', | 888 '../components/components_tests.gyp:components_unittests', |
| 892 '../content/content_shell_and_tests.gyp:content_browsertests', | 889 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 893 '../content/content_shell_and_tests.gyp:content_unittests', | 890 '../content/content_shell_and_tests.gyp:content_unittests', |
| 894 '../device/device_tests.gyp:device_unittests', | 891 '../device/device_tests.gyp:device_unittests', |
| 895 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 892 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 896 '../gpu/gpu.gyp:gpu_unittests', | 893 '../gpu/gpu.gyp:gpu_unittests', |
| 897 '../ipc/ipc.gyp:ipc_tests', | 894 '../ipc/ipc.gyp:ipc_tests', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 978 'target_name': 'chromium_builder', | 975 'target_name': 'chromium_builder', |
| 979 'type': 'none', | 976 'type': 'none', |
| 980 'dependencies': [ | 977 'dependencies': [ |
| 981 '../cc/cc_tests.gyp:cc_unittests', | 978 '../cc/cc_tests.gyp:cc_unittests', |
| 982 '../chrome/chrome.gyp:browser_tests', | 979 '../chrome/chrome.gyp:browser_tests', |
| 983 '../chrome/chrome.gyp:gcapi_test', | 980 '../chrome/chrome.gyp:gcapi_test', |
| 984 '../chrome/chrome.gyp:installer_util_unittests', | 981 '../chrome/chrome.gyp:installer_util_unittests', |
| 985 '../chrome/chrome.gyp:interactive_ui_tests', | 982 '../chrome/chrome.gyp:interactive_ui_tests', |
| 986 '../chrome/chrome.gyp:mini_installer_test', | 983 '../chrome/chrome.gyp:mini_installer_test', |
| 987 '../chrome/chrome.gyp:performance_browser_tests', | 984 '../chrome/chrome.gyp:performance_browser_tests', |
| 988 '../chrome/chrome.gyp:performance_ui_tests', | |
| 989 '../chrome/chrome.gyp:sync_integration_tests', | 985 '../chrome/chrome.gyp:sync_integration_tests', |
| 990 '../chrome/chrome.gyp:unit_tests', | 986 '../chrome/chrome.gyp:unit_tests', |
| 991 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 987 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 992 '../components/components_tests.gyp:components_unittests', | 988 '../components/components_tests.gyp:components_unittests', |
| 993 '../content/content_shell_and_tests.gyp:content_browsertests', | 989 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 994 '../content/content_shell_and_tests.gyp:content_unittests', | 990 '../content/content_shell_and_tests.gyp:content_unittests', |
| 995 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | 991 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
| 996 # mini_installer_tests depends on mini_installer. This should be | 992 # mini_installer_tests depends on mini_installer. This should be |
| 997 # defined in installer.gyp. | 993 # defined in installer.gyp. |
| 998 '../chrome/installer/mini_installer.gyp:mini_installer', | 994 '../chrome/installer/mini_installer.gyp:mini_installer', |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1230 # http://crbug.com/157234 | 1226 # http://crbug.com/157234 |
| 1231 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1227 #'../chrome/chrome.gyp:sync_integration_tests_run', |
| 1232 '../chrome/chrome.gyp:unit_tests_run', | 1228 '../chrome/chrome.gyp:unit_tests_run', |
| 1233 '../net/net.gyp:net_unittests_run', | 1229 '../net/net.gyp:net_unittests_run', |
| 1234 ], | 1230 ], |
| 1235 }, # target_name: chromium_swarm_tests | 1231 }, # target_name: chromium_swarm_tests |
| 1236 ], | 1232 ], |
| 1237 }], | 1233 }], |
| 1238 ], # conditions | 1234 ], # conditions |
| 1239 } | 1235 } |
| OLD | NEW |