| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'dependencies': [ | 72 'dependencies': [ |
| 73 '../content/content_shell_and_tests.gyp:*', | 73 '../content/content_shell_and_tests.gyp:*', |
| 74 # TODO: This should build on Android and the target should move to t
he list above. | 74 # TODO: This should build on Android and the target should move to t
he list above. |
| 75 '../sync/sync.gyp:*', | 75 '../sync/sync.gyp:*', |
| 76 ], | 76 ], |
| 77 }], | 77 }], |
| 78 ['OS!="ios" and OS!="android"', { | 78 ['OS!="ios" and OS!="android"', { |
| 79 'dependencies': [ | 79 'dependencies': [ |
| 80 '../third_party/re2/re2.gyp:re2', | 80 '../third_party/re2/re2.gyp:re2', |
| 81 '../chrome/chrome.gyp:*', | 81 '../chrome/chrome.gyp:*', |
| 82 '../cc/blink/cc_blink_tests.gyp:*', |
| 82 '../cc/cc_tests.gyp:*', | 83 '../cc/cc_tests.gyp:*', |
| 83 '../device/bluetooth/bluetooth.gyp:*', | 84 '../device/bluetooth/bluetooth.gyp:*', |
| 84 '../device/device_tests.gyp:*', | 85 '../device/device_tests.gyp:*', |
| 85 '../device/usb/usb.gyp:*', | 86 '../device/usb/usb.gyp:*', |
| 86 '../gin/gin.gyp:*', | 87 '../gin/gin.gyp:*', |
| 87 '../gpu/gpu.gyp:*', | 88 '../gpu/gpu.gyp:*', |
| 88 '../gpu/tools/tools.gyp:*', | 89 '../gpu/tools/tools.gyp:*', |
| 89 '../ipc/ipc.gyp:*', | 90 '../ipc/ipc.gyp:*', |
| 90 '../ipc/mojo/ipc_mojo.gyp:*', | 91 '../ipc/mojo/ipc_mojo.gyp:*', |
| 91 '../jingle/jingle.gyp:*', | 92 '../jingle/jingle.gyp:*', |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 '../sql/sql.gyp:sql_unittests', | 270 '../sql/sql.gyp:sql_unittests', |
| 270 '../sync/sync.gyp:sync_unit_tests', | 271 '../sync/sync.gyp:sync_unit_tests', |
| 271 '../ui/display/display.gyp:display_unittests', | 272 '../ui/display/display.gyp:display_unittests', |
| 272 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 273 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 273 '../ui/ui_unittests.gyp:ui_unittests', | 274 '../ui/ui_unittests.gyp:ui_unittests', |
| 274 '../url/url.gyp:url_unittests', | 275 '../url/url.gyp:url_unittests', |
| 275 ], | 276 ], |
| 276 'conditions': [ | 277 'conditions': [ |
| 277 ['OS!="ios" and OS!="android"', { | 278 ['OS!="ios" and OS!="android"', { |
| 278 'dependencies': [ | 279 'dependencies': [ |
| 280 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 279 '../cc/cc_tests.gyp:cc_unittests', | 281 '../cc/cc_tests.gyp:cc_unittests', |
| 280 '../chrome/chrome.gyp:browser_tests', | 282 '../chrome/chrome.gyp:browser_tests', |
| 281 '../chrome/chrome.gyp:chromedriver_tests', | 283 '../chrome/chrome.gyp:chromedriver_tests', |
| 282 '../chrome/chrome.gyp:chromedriver_unittests', | 284 '../chrome/chrome.gyp:chromedriver_unittests', |
| 283 '../chrome/chrome.gyp:interactive_ui_tests', | 285 '../chrome/chrome.gyp:interactive_ui_tests', |
| 284 '../chrome/chrome.gyp:sync_integration_tests', | 286 '../chrome/chrome.gyp:sync_integration_tests', |
| 285 '../chrome/chrome.gyp:unit_tests', | 287 '../chrome/chrome.gyp:unit_tests', |
| 286 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 288 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 287 '../content/content_shell_and_tests.gyp:content_browsertests', | 289 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 288 '../content/content_shell_and_tests.gyp:content_shell', | 290 '../content/content_shell_and_tests.gyp:content_shell', |
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests
', | 738 '../base/android/jni_generator/jni_generator.gyp:jni_generator_tests
', |
| 737 '../base/base.gyp:base_unittests', | 739 '../base/base.gyp:base_unittests', |
| 738 '../breakpad/breakpad.gyp:breakpad_unittests_stripped', | 740 '../breakpad/breakpad.gyp:breakpad_unittests_stripped', |
| 739 # Also compile the tools needed to deal with minidumps, they are | 741 # Also compile the tools needed to deal with minidumps, they are |
| 740 # needed to run minidump tests upstream. | 742 # needed to run minidump tests upstream. |
| 741 '../breakpad/breakpad.gyp:dump_syms#host', | 743 '../breakpad/breakpad.gyp:dump_syms#host', |
| 742 '../breakpad/breakpad.gyp:symupload#host', | 744 '../breakpad/breakpad.gyp:symupload#host', |
| 743 '../breakpad/breakpad.gyp:minidump_dump#host', | 745 '../breakpad/breakpad.gyp:minidump_dump#host', |
| 744 '../breakpad/breakpad.gyp:minidump_stackwalk#host', | 746 '../breakpad/breakpad.gyp:minidump_stackwalk#host', |
| 745 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu
ltiple_proguards_test_apk', | 747 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:mu
ltiple_proguards_test_apk', |
| 748 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 746 '../cc/cc_tests.gyp:cc_perftests_apk', | 749 '../cc/cc_tests.gyp:cc_perftests_apk', |
| 747 '../cc/cc_tests.gyp:cc_unittests', | 750 '../cc/cc_tests.gyp:cc_unittests', |
| 748 '../chrome/chrome.gyp:unit_tests', | 751 '../chrome/chrome.gyp:unit_tests', |
| 749 '../components/components_tests.gyp:components_unittests', | 752 '../components/components_tests.gyp:components_unittests', |
| 750 '../content/content_shell_and_tests.gyp:content_browsertests', | 753 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 751 '../content/content_shell_and_tests.gyp:content_gl_tests', | 754 '../content/content_shell_and_tests.gyp:content_gl_tests', |
| 752 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', | 755 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', |
| 753 '../content/content_shell_and_tests.gyp:content_shell_test_apk', | 756 '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
| 754 '../content/content_shell_and_tests.gyp:content_unittests', | 757 '../content/content_shell_and_tests.gyp:content_unittests', |
| 755 '../gpu/gpu.gyp:gl_tests', | 758 '../gpu/gpu.gyp:gl_tests', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 766 '../tools/android/android_tools.gyp:android_tools', | 769 '../tools/android/android_tools.gyp:android_tools', |
| 767 '../tools/android/android_tools.gyp:memconsumer', | 770 '../tools/android/android_tools.gyp:memconsumer', |
| 768 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', | 771 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', |
| 769 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_stripped', | 772 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_stripped', |
| 770 '../ui/events/events.gyp:events_unittests', | 773 '../ui/events/events.gyp:events_unittests', |
| 771 '../ui/ui_unittests.gyp:ui_unittests', | 774 '../ui/ui_unittests.gyp:ui_unittests', |
| 772 # Unit test bundles packaged as an apk. | 775 # Unit test bundles packaged as an apk. |
| 773 '../android_webview/android_webview.gyp:android_webview_test_apk', | 776 '../android_webview/android_webview.gyp:android_webview_test_apk', |
| 774 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', | 777 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', |
| 775 '../base/base.gyp:base_unittests_apk', | 778 '../base/base.gyp:base_unittests_apk', |
| 779 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', |
| 776 '../cc/cc_tests.gyp:cc_unittests_apk', | 780 '../cc/cc_tests.gyp:cc_unittests_apk', |
| 777 '../chrome/chrome.gyp:chrome_shell_test_apk', | 781 '../chrome/chrome.gyp:chrome_shell_test_apk', |
| 778 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', | 782 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
| 779 '../chrome/chrome.gyp:unit_tests_apk', | 783 '../chrome/chrome.gyp:unit_tests_apk', |
| 780 '../components/components_tests.gyp:components_unittests_apk', | 784 '../components/components_tests.gyp:components_unittests_apk', |
| 781 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 785 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
| 782 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | 786 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
| 783 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 787 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
| 784 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | 788 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', |
| 785 '../gpu/gpu.gyp:gl_tests_apk', | 789 '../gpu/gpu.gyp:gl_tests_apk', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 'All', | 842 'All', |
| 839 '../chrome/chrome.gyp:build_app_dmg', | 843 '../chrome/chrome.gyp:build_app_dmg', |
| 840 ], | 844 ], |
| 841 }, | 845 }, |
| 842 # These targets are here so the build bots can use them to build | 846 # These targets are here so the build bots can use them to build |
| 843 # subsets of a full tree for faster cycle times. | 847 # subsets of a full tree for faster cycle times. |
| 844 { | 848 { |
| 845 'target_name': 'chromium_builder_dbg', | 849 'target_name': 'chromium_builder_dbg', |
| 846 'type': 'none', | 850 'type': 'none', |
| 847 'dependencies': [ | 851 'dependencies': [ |
| 852 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 848 '../cc/cc_tests.gyp:cc_unittests', | 853 '../cc/cc_tests.gyp:cc_unittests', |
| 849 '../chrome/chrome.gyp:browser_tests', | 854 '../chrome/chrome.gyp:browser_tests', |
| 850 '../chrome/chrome.gyp:interactive_ui_tests', | 855 '../chrome/chrome.gyp:interactive_ui_tests', |
| 851 '../chrome/chrome.gyp:sync_integration_tests', | 856 '../chrome/chrome.gyp:sync_integration_tests', |
| 852 '../chrome/chrome.gyp:unit_tests', | 857 '../chrome/chrome.gyp:unit_tests', |
| 853 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 858 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 854 '../components/components_tests.gyp:components_unittests', | 859 '../components/components_tests.gyp:components_unittests', |
| 855 '../content/content_shell_and_tests.gyp:content_browsertests', | 860 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 856 '../content/content_shell_and_tests.gyp:content_unittests', | 861 '../content/content_shell_and_tests.gyp:content_unittests', |
| 857 '../device/device_tests.gyp:device_unittests', | 862 '../device/device_tests.gyp:device_unittests', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 875 '../tools/telemetry/telemetry.gyp:*', | 880 '../tools/telemetry/telemetry.gyp:*', |
| 876 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 881 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 877 '../ui/ui_unittests.gyp:ui_unittests', | 882 '../ui/ui_unittests.gyp:ui_unittests', |
| 878 '../url/url.gyp:url_unittests', | 883 '../url/url.gyp:url_unittests', |
| 879 ], | 884 ], |
| 880 }, | 885 }, |
| 881 { | 886 { |
| 882 'target_name': 'chromium_builder_rel', | 887 'target_name': 'chromium_builder_rel', |
| 883 'type': 'none', | 888 'type': 'none', |
| 884 'dependencies': [ | 889 'dependencies': [ |
| 890 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 885 '../cc/cc_tests.gyp:cc_unittests', | 891 '../cc/cc_tests.gyp:cc_unittests', |
| 886 '../chrome/chrome.gyp:browser_tests', | 892 '../chrome/chrome.gyp:browser_tests', |
| 887 '../chrome/chrome.gyp:performance_browser_tests', | 893 '../chrome/chrome.gyp:performance_browser_tests', |
| 888 '../chrome/chrome.gyp:sync_integration_tests', | 894 '../chrome/chrome.gyp:sync_integration_tests', |
| 889 '../chrome/chrome.gyp:unit_tests', | 895 '../chrome/chrome.gyp:unit_tests', |
| 890 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 896 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 891 '../components/components_tests.gyp:components_unittests', | 897 '../components/components_tests.gyp:components_unittests', |
| 892 '../content/content_shell_and_tests.gyp:content_browsertests', | 898 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 893 '../content/content_shell_and_tests.gyp:content_unittests', | 899 '../content/content_shell_and_tests.gyp:content_unittests', |
| 894 '../device/device_tests.gyp:device_unittests', | 900 '../device/device_tests.gyp:device_unittests', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 ], # targets | 971 ], # targets |
| 966 }], # OS="mac" | 972 }], # OS="mac" |
| 967 ['OS=="win"', { | 973 ['OS=="win"', { |
| 968 'targets': [ | 974 'targets': [ |
| 969 # These targets are here so the build bots can use them to build | 975 # These targets are here so the build bots can use them to build |
| 970 # subsets of a full tree for faster cycle times. | 976 # subsets of a full tree for faster cycle times. |
| 971 { | 977 { |
| 972 'target_name': 'chromium_builder', | 978 'target_name': 'chromium_builder', |
| 973 'type': 'none', | 979 'type': 'none', |
| 974 'dependencies': [ | 980 'dependencies': [ |
| 981 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 975 '../cc/cc_tests.gyp:cc_unittests', | 982 '../cc/cc_tests.gyp:cc_unittests', |
| 976 '../chrome/chrome.gyp:browser_tests', | 983 '../chrome/chrome.gyp:browser_tests', |
| 977 '../chrome/chrome.gyp:crash_service', | 984 '../chrome/chrome.gyp:crash_service', |
| 978 '../chrome/chrome.gyp:gcapi_test', | 985 '../chrome/chrome.gyp:gcapi_test', |
| 979 '../chrome/chrome.gyp:installer_util_unittests', | 986 '../chrome/chrome.gyp:installer_util_unittests', |
| 980 '../chrome/chrome.gyp:interactive_ui_tests', | 987 '../chrome/chrome.gyp:interactive_ui_tests', |
| 981 '../chrome/chrome.gyp:performance_browser_tests', | 988 '../chrome/chrome.gyp:performance_browser_tests', |
| 982 '../chrome/chrome.gyp:sync_integration_tests', | 989 '../chrome/chrome.gyp:sync_integration_tests', |
| 983 '../chrome/chrome.gyp:unit_tests', | 990 '../chrome/chrome.gyp:unit_tests', |
| 984 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 991 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1057 '../content/content_shell_and_tests.gyp:layout_test_helper', | 1064 '../content/content_shell_and_tests.gyp:layout_test_helper', |
| 1058 ], | 1065 ], |
| 1059 }, | 1066 }, |
| 1060 { | 1067 { |
| 1061 'target_name': 'chromium_builder_dbg_drmemory_win', | 1068 'target_name': 'chromium_builder_dbg_drmemory_win', |
| 1062 'type': 'none', | 1069 'type': 'none', |
| 1063 'dependencies': [ | 1070 'dependencies': [ |
| 1064 '../ash/ash.gyp:ash_shell_unittests', | 1071 '../ash/ash.gyp:ash_shell_unittests', |
| 1065 '../ash/ash.gyp:ash_unittests', | 1072 '../ash/ash.gyp:ash_unittests', |
| 1066 '../base/base.gyp:base_unittests', | 1073 '../base/base.gyp:base_unittests', |
| 1074 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 1067 '../cc/cc_tests.gyp:cc_unittests', | 1075 '../cc/cc_tests.gyp:cc_unittests', |
| 1068 '../chrome/chrome.gyp:browser_tests', | 1076 '../chrome/chrome.gyp:browser_tests', |
| 1069 '../chrome/chrome.gyp:chrome_app_unittests', | 1077 '../chrome/chrome.gyp:chrome_app_unittests', |
| 1070 '../chrome/chrome.gyp:chromedriver_unittests', | 1078 '../chrome/chrome.gyp:chromedriver_unittests', |
| 1071 '../chrome/chrome.gyp:installer_util_unittests', | 1079 '../chrome/chrome.gyp:installer_util_unittests', |
| 1072 '../chrome/chrome.gyp:unit_tests', | 1080 '../chrome/chrome.gyp:unit_tests', |
| 1073 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 1081 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
| 1074 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 1082 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 1075 '../components/components_tests.gyp:components_unittests', | 1083 '../components/components_tests.gyp:components_unittests', |
| 1076 '../content/content_shell_and_tests.gyp:content_browsertests', | 1084 '../content/content_shell_and_tests.gyp:content_browsertests', |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1170 ], # targets | 1178 ], # targets |
| 1171 }], # branding=="Chrome" | 1179 }], # branding=="Chrome" |
| 1172 ], # conditions | 1180 ], # conditions |
| 1173 }], # OS="win" | 1181 }], # OS="win" |
| 1174 ['use_aura==1', { | 1182 ['use_aura==1', { |
| 1175 'targets': [ | 1183 'targets': [ |
| 1176 { | 1184 { |
| 1177 'target_name': 'aura_builder', | 1185 'target_name': 'aura_builder', |
| 1178 'type': 'none', | 1186 'type': 'none', |
| 1179 'dependencies': [ | 1187 'dependencies': [ |
| 1188 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 1180 '../cc/cc_tests.gyp:cc_unittests', | 1189 '../cc/cc_tests.gyp:cc_unittests', |
| 1181 '../chrome/chrome.gyp:browser_tests', | 1190 '../chrome/chrome.gyp:browser_tests', |
| 1182 '../chrome/chrome.gyp:chrome', | 1191 '../chrome/chrome.gyp:chrome', |
| 1183 '../chrome/chrome.gyp:interactive_ui_tests', | 1192 '../chrome/chrome.gyp:interactive_ui_tests', |
| 1184 '../chrome/chrome.gyp:unit_tests', | 1193 '../chrome/chrome.gyp:unit_tests', |
| 1185 '../components/components_tests.gyp:components_unittests', | 1194 '../components/components_tests.gyp:components_unittests', |
| 1186 '../content/content_shell_and_tests.gyp:content_browsertests', | 1195 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 1187 '../content/content_shell_and_tests.gyp:content_unittests', | 1196 '../content/content_shell_and_tests.gyp:content_unittests', |
| 1188 '../device/device_tests.gyp:device_unittests', | 1197 '../device/device_tests.gyp:device_unittests', |
| 1189 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 1198 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1288 'dependencies': [ | 1297 'dependencies': [ |
| 1289 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1298 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1290 '../ui/views/views.gyp:views', | 1299 '../ui/views/views.gyp:views', |
| 1291 '../ui/views/views.gyp:views_unittests', | 1300 '../ui/views/views.gyp:views_unittests', |
| 1292 ], | 1301 ], |
| 1293 }, # target_name: macviews_builder | 1302 }, # target_name: macviews_builder |
| 1294 ], # targets | 1303 ], # targets |
| 1295 }], # os=='mac' and toolkit_views==1 | 1304 }], # os=='mac' and toolkit_views==1 |
| 1296 ], # conditions | 1305 ], # conditions |
| 1297 } | 1306 } |
| OLD | NEW |