| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 '../mojo/mojo.gyp:mojo_shell_apk', | 67 '../mojo/mojo.gyp:mojo_shell_apk', |
| 68 '../mojo/mojo_base.gyp:mojo_test_apk', | 68 '../mojo/mojo_base.gyp:mojo_test_apk', |
| 69 '<@(android_app_targets)', | 69 '<@(android_app_targets)', |
| 70 'android_builder_tests', | 70 'android_builder_tests', |
| 71 '../android_webview/android_webview.gyp:android_webview_apk', | 71 '../android_webview/android_webview.gyp:android_webview_apk', |
| 72 '../android_webview/android_webview.gyp:system_webview_apk', | 72 '../android_webview/android_webview.gyp:system_webview_apk', |
| 73 '../android_webview/android_webview_telemetry_shell.gyp:android_webv
iew_telemetry_shell_apk', | 73 '../android_webview/android_webview_telemetry_shell.gyp:android_webv
iew_telemetry_shell_apk', |
| 74 '../chrome/chrome.gyp:chrome_shell_apk', | 74 '../chrome/chrome.gyp:chrome_shell_apk', |
| 75 '../chrome/chrome.gyp:chrome_sync_shell_apk', | 75 '../chrome/chrome.gyp:chrome_sync_shell_apk', |
| 76 '../remoting/remoting.gyp:remoting_apk', | 76 '../remoting/remoting.gyp:remoting_apk', |
| 77 '../tools/telemetry/telemetry.gyp:*#host', | |
| 78 # TODO(nyquist) This should instead by a target for sync when all of | 77 # TODO(nyquist) This should instead by a target for sync when all of |
| 79 # the sync-related code for Android has been upstreamed. | 78 # the sync-related code for Android has been upstreamed. |
| 80 # See http://crbug.com/159203 | 79 # See http://crbug.com/159203 |
| 81 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', | 80 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', |
| 82 ], | 81 ], |
| 83 'conditions': [ | 82 'conditions': [ |
| 84 ['target_arch == "arm" or target_arch == "arm64"', { | 83 ['target_arch == "arm" or target_arch == "arm64"', { |
| 85 'dependencies': [ | 84 'dependencies': [ |
| 86 # The relocation packer only works on ARM or ARM64. | 85 # The relocation packer only works on ARM or ARM64. |
| 87 '../tools/relocation_packer/relocation_packer.gyp:relocation_pac
ker_unittests#host', | 86 '../tools/relocation_packer/relocation_packer.gyp:relocation_pac
ker_unittests#host', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 '../third_party/libxslt/libxslt.gyp:*', | 131 '../third_party/libxslt/libxslt.gyp:*', |
| 133 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 132 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
| 134 '../third_party/mesa/mesa.gyp:*', | 133 '../third_party/mesa/mesa.gyp:*', |
| 135 '../third_party/modp_b64/modp_b64.gyp:*', | 134 '../third_party/modp_b64/modp_b64.gyp:*', |
| 136 '../third_party/npapi/npapi.gyp:*', | 135 '../third_party/npapi/npapi.gyp:*', |
| 137 '../third_party/ots/ots.gyp:*', | 136 '../third_party/ots/ots.gyp:*', |
| 138 '../third_party/pdfium/samples/samples.gyp:*', | 137 '../third_party/pdfium/samples/samples.gyp:*', |
| 139 '../third_party/qcms/qcms.gyp:*', | 138 '../third_party/qcms/qcms.gyp:*', |
| 140 '../tools/gn/gn.gyp:*', | 139 '../tools/gn/gn.gyp:*', |
| 141 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 140 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 142 '../tools/telemetry/telemetry.gyp:*', | |
| 143 '../v8/tools/gyp/v8.gyp:*', | 141 '../v8/tools/gyp/v8.gyp:*', |
| 144 '<(libjpeg_gyp_path):*', | 142 '<(libjpeg_gyp_path):*', |
| 145 ], | 143 ], |
| 146 }], | 144 }], |
| 147 ['OS=="mac" or OS=="ios" or OS=="win"', { | 145 ['OS=="mac" or OS=="ios" or OS=="win"', { |
| 148 'dependencies': [ | 146 'dependencies': [ |
| 149 '../third_party/nss/nss.gyp:*', | 147 '../third_party/nss/nss.gyp:*', |
| 150 ], | 148 ], |
| 151 }], | 149 }], |
| 152 ['OS=="win" or OS=="ios" or OS=="linux"', { | 150 ['OS=="win" or OS=="ios" or OS=="linux"', { |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 '../media/cast/cast.gyp:cast_unittests', | 321 '../media/cast/cast.gyp:cast_unittests', |
| 324 '../media/media.gyp:media_unittests', | 322 '../media/media.gyp:media_unittests', |
| 325 '../mojo/mojo.gyp:mojo', | 323 '../mojo/mojo.gyp:mojo', |
| 326 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 324 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 327 '../remoting/remoting.gyp:remoting_unittests', | 325 '../remoting/remoting.gyp:remoting_unittests', |
| 328 '../third_party/WebKit/public/all.gyp:all_blink', | 326 '../third_party/WebKit/public/all.gyp:all_blink', |
| 329 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 327 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 330 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 328 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 331 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 329 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 332 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 330 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 333 '../tools/telemetry/telemetry.gyp:*', | |
| 334 ], | 331 ], |
| 335 }], | 332 }], |
| 336 ['OS=="win"', { | 333 ['OS=="win"', { |
| 337 'dependencies': [ | 334 'dependencies': [ |
| 338 '../chrome/chrome.gyp:crash_service', | 335 '../chrome/chrome.gyp:crash_service', |
| 339 '../chrome/chrome.gyp:installer_util_unittests', | 336 '../chrome/chrome.gyp:installer_util_unittests', |
| 340 # ../chrome/test/mini_installer requires mini_installer. | 337 # ../chrome/test/mini_installer requires mini_installer. |
| 341 '../chrome/installer/mini_installer.gyp:mini_installer', | 338 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 342 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 339 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
| 343 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | 340 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 'target_name': 'chromium_builder_perf', | 500 'target_name': 'chromium_builder_perf', |
| 504 'type': 'none', | 501 'type': 'none', |
| 505 'dependencies': [ | 502 'dependencies': [ |
| 506 '../cc/cc_tests.gyp:cc_perftests', | 503 '../cc/cc_tests.gyp:cc_perftests', |
| 507 '../chrome/chrome.gyp:chrome', | 504 '../chrome/chrome.gyp:chrome', |
| 508 '../chrome/chrome.gyp:load_library_perf_tests', | 505 '../chrome/chrome.gyp:load_library_perf_tests', |
| 509 '../chrome/chrome.gyp:performance_browser_tests', | 506 '../chrome/chrome.gyp:performance_browser_tests', |
| 510 '../chrome/chrome.gyp:sync_performance_tests', | 507 '../chrome/chrome.gyp:sync_performance_tests', |
| 511 '../media/media.gyp:media_perftests', | 508 '../media/media.gyp:media_perftests', |
| 512 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 509 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 513 '../tools/telemetry/telemetry.gyp:*', | |
| 514 ], | 510 ], |
| 515 'conditions': [ | 511 'conditions': [ |
| 516 ['OS!="ios" and OS!="win"', { | 512 ['OS!="ios" and OS!="win"', { |
| 517 'dependencies': [ | 513 'dependencies': [ |
| 518 '../breakpad/breakpad.gyp:minidump_stackwalk', | 514 '../breakpad/breakpad.gyp:minidump_stackwalk', |
| 519 ], | 515 ], |
| 520 }], | 516 }], |
| 521 ['OS=="linux"', { | 517 ['OS=="linux"', { |
| 522 'dependencies': [ | 518 'dependencies': [ |
| 523 '../chrome/chrome.gyp:linux_symbols' | 519 '../chrome/chrome.gyp:linux_symbols' |
| (...skipping 17 matching lines...) Expand all Loading... |
| 541 'dependencies': [ | 537 'dependencies': [ |
| 542 '../chrome/chrome.gyp:chrome', | 538 '../chrome/chrome.gyp:chrome', |
| 543 '../chrome/chrome.gyp:performance_browser_tests', | 539 '../chrome/chrome.gyp:performance_browser_tests', |
| 544 '../content/content_shell_and_tests.gyp:content_browsertests', | 540 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 545 '../content/content_shell_and_tests.gyp:content_gl_tests', | 541 '../content/content_shell_and_tests.gyp:content_gl_tests', |
| 546 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', | 542 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', |
| 547 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t
est', | 543 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t
est', |
| 548 '../gpu/gpu.gyp:gl_tests', | 544 '../gpu/gpu.gyp:gl_tests', |
| 549 '../gpu/gpu.gyp:angle_unittests', | 545 '../gpu/gpu.gyp:angle_unittests', |
| 550 '../gpu/gpu.gyp:gpu_unittests', | 546 '../gpu/gpu.gyp:gpu_unittests', |
| 551 '../tools/telemetry/telemetry.gyp:*', | |
| 552 ], | 547 ], |
| 553 'conditions': [ | 548 'conditions': [ |
| 554 ['OS!="ios" and OS!="win"', { | 549 ['OS!="ios" and OS!="win"', { |
| 555 'dependencies': [ | 550 'dependencies': [ |
| 556 '../breakpad/breakpad.gyp:minidump_stackwalk', | 551 '../breakpad/breakpad.gyp:minidump_stackwalk', |
| 557 ], | 552 ], |
| 558 }], | 553 }], |
| 559 ['OS=="linux"', { | 554 ['OS=="linux"', { |
| 560 'dependencies': [ | 555 'dependencies': [ |
| 561 '../chrome/chrome.gyp:linux_symbols' | 556 '../chrome/chrome.gyp:linux_symbols' |
| (...skipping 16 matching lines...) Expand all Loading... |
| 578 'type': 'none', | 573 'type': 'none', |
| 579 'dependencies': [ | 574 'dependencies': [ |
| 580 '../chrome/chrome.gyp:chrome', | 575 '../chrome/chrome.gyp:chrome', |
| 581 '../content/content_shell_and_tests.gyp:content_browsertests', | 576 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 582 '../content/content_shell_and_tests.gyp:content_gl_tests', | 577 '../content/content_shell_and_tests.gyp:content_gl_tests', |
| 583 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', | 578 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t
est', |
| 584 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t
est', | 579 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t
est', |
| 585 '../gpu/gpu.gyp:gl_tests', | 580 '../gpu/gpu.gyp:gl_tests', |
| 586 '../gpu/gpu.gyp:angle_unittests', | 581 '../gpu/gpu.gyp:angle_unittests', |
| 587 '../gpu/gpu.gyp:gpu_unittests', | 582 '../gpu/gpu.gyp:gpu_unittests', |
| 588 '../tools/telemetry/telemetry.gyp:*', | |
| 589 ], | 583 ], |
| 590 'conditions': [ | 584 'conditions': [ |
| 591 ['OS!="ios" and OS!="win"', { | 585 ['OS!="ios" and OS!="win"', { |
| 592 'dependencies': [ | 586 'dependencies': [ |
| 593 '../breakpad/breakpad.gyp:minidump_stackwalk', | 587 '../breakpad/breakpad.gyp:minidump_stackwalk', |
| 594 ], | 588 ], |
| 595 }], | 589 }], |
| 596 ['OS=="linux"', { | 590 ['OS=="linux"', { |
| 597 'dependencies': [ | 591 'dependencies': [ |
| 598 '../chrome/chrome.gyp:linux_symbols' | 592 '../chrome/chrome.gyp:linux_symbols' |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 '../printing/printing.gyp:printing_unittests', | 880 '../printing/printing.gyp:printing_unittests', |
| 887 '../remoting/remoting.gyp:remoting_unittests', | 881 '../remoting/remoting.gyp:remoting_unittests', |
| 888 '../rlz/rlz.gyp:*', | 882 '../rlz/rlz.gyp:*', |
| 889 '../sql/sql.gyp:sql_unittests', | 883 '../sql/sql.gyp:sql_unittests', |
| 890 '../sync/sync.gyp:sync_unit_tests', | 884 '../sync/sync.gyp:sync_unit_tests', |
| 891 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 885 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 892 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 886 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 893 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 887 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 894 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 888 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 895 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 889 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 896 '../tools/telemetry/telemetry.gyp:*', | |
| 897 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 890 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 898 '../ui/base/ui_base_tests.gyp:ui_unittests', | 891 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 899 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 892 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 900 '../url/url.gyp:url_unittests', | 893 '../url/url.gyp:url_unittests', |
| 901 ], | 894 ], |
| 902 }, | 895 }, |
| 903 { | 896 { |
| 904 'target_name': 'chromium_builder_rel', | 897 'target_name': 'chromium_builder_rel', |
| 905 'type': 'none', | 898 'type': 'none', |
| 906 'dependencies': [ | 899 'dependencies': [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 924 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 917 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 925 '../printing/printing.gyp:printing_unittests', | 918 '../printing/printing.gyp:printing_unittests', |
| 926 '../remoting/remoting.gyp:remoting_unittests', | 919 '../remoting/remoting.gyp:remoting_unittests', |
| 927 '../sql/sql.gyp:sql_unittests', | 920 '../sql/sql.gyp:sql_unittests', |
| 928 '../sync/sync.gyp:sync_unit_tests', | 921 '../sync/sync.gyp:sync_unit_tests', |
| 929 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 922 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 930 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 923 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 931 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 924 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 932 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 925 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 933 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 926 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 934 '../tools/telemetry/telemetry.gyp:*', | |
| 935 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 927 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 936 '../ui/base/ui_base_tests.gyp:ui_unittests', | 928 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 937 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 929 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 938 '../url/url.gyp:url_unittests', | 930 '../url/url.gyp:url_unittests', |
| 939 ], | 931 ], |
| 940 }, | 932 }, |
| 941 { | 933 { |
| 942 'target_name': 'chromium_builder_dbg_tsan_mac', | 934 'target_name': 'chromium_builder_dbg_tsan_mac', |
| 943 'type': 'none', | 935 'type': 'none', |
| 944 'dependencies': [ | 936 'dependencies': [ |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1025 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 1017 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 1026 '../printing/printing.gyp:printing_unittests', | 1018 '../printing/printing.gyp:printing_unittests', |
| 1027 '../remoting/remoting.gyp:remoting_unittests', | 1019 '../remoting/remoting.gyp:remoting_unittests', |
| 1028 '../sql/sql.gyp:sql_unittests', | 1020 '../sql/sql.gyp:sql_unittests', |
| 1029 '../sync/sync.gyp:sync_unit_tests', | 1021 '../sync/sync.gyp:sync_unit_tests', |
| 1030 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1022 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 1031 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 1023 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 1032 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1024 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 1033 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1025 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 1034 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 1026 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 1035 '../tools/telemetry/telemetry.gyp:*', | |
| 1036 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1027 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1037 '../ui/base/ui_base_tests.gyp:ui_unittests', | 1028 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 1038 '../ui/events/events.gyp:events_unittests', | 1029 '../ui/events/events.gyp:events_unittests', |
| 1039 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1030 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1040 '../ui/views/views.gyp:views_unittests', | 1031 '../ui/views/views.gyp:views_unittests', |
| 1041 '../url/url.gyp:url_unittests', | 1032 '../url/url.gyp:url_unittests', |
| 1042 ], | 1033 ], |
| 1043 'conditions': [ | 1034 'conditions': [ |
| 1044 ['target_arch=="ia32"', { | 1035 ['target_arch=="ia32"', { |
| 1045 'dependencies': [ | 1036 'dependencies': [ |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1331 'dependencies': [ | 1322 'dependencies': [ |
| 1332 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1323 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1333 '../ui/views/views.gyp:views', | 1324 '../ui/views/views.gyp:views', |
| 1334 '../ui/views/views.gyp:views_unittests', | 1325 '../ui/views/views.gyp:views_unittests', |
| 1335 ], | 1326 ], |
| 1336 }, # target_name: macviews_builder | 1327 }, # target_name: macviews_builder |
| 1337 ], # targets | 1328 ], # targets |
| 1338 }], # os=='mac' and toolkit_views==1 | 1329 }], # os=='mac' and toolkit_views==1 |
| 1339 ], # conditions | 1330 ], # conditions |
| 1340 } | 1331 } |
| OLD | NEW |