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'. | 8 # compilation targets to 'All'. |
9 'app_targets%': [], | 9 'app_targets%': [], |
10 # For Android-specific targets. | 10 # For Android-specific targets. |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 '../chromecast/chromecast.gyp:*', | 218 '../chromecast/chromecast.gyp:*', |
219 ], | 219 ], |
220 }], | 220 }], |
221 ['use_x11==1', { | 221 ['use_x11==1', { |
222 'dependencies': [ | 222 'dependencies': [ |
223 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 223 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
224 ], | 224 ], |
225 }], | 225 }], |
226 ['OS=="win"', { | 226 ['OS=="win"', { |
227 'dependencies': [ | 227 'dependencies': [ |
228 '../chrome/tools/crash_service/caps/caps.gyp:*', | |
229 '../chrome_elf/chrome_elf.gyp:*', | 228 '../chrome_elf/chrome_elf.gyp:*', |
230 '../courgette/courgette.gyp:*', | 229 '../courgette/courgette.gyp:*', |
231 '../rlz/rlz.gyp:*', | 230 '../rlz/rlz.gyp:*', |
232 '../sandbox/sandbox.gyp:*', | 231 '../sandbox/sandbox.gyp:*', |
233 '<(angle_path)/src/angle.gyp:*', | 232 '<(angle_path)/src/angle.gyp:*', |
234 '../third_party/bspatch/bspatch.gyp:*', | 233 '../third_party/bspatch/bspatch.gyp:*', |
235 '../tools/win/static_initializers/static_initializers.gyp:*', | 234 '../tools/win/static_initializers/static_initializers.gyp:*', |
236 ], | 235 ], |
237 }], | 236 }], |
238 ['toolkit_views==1', { | 237 ['toolkit_views==1', { |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
634 ['OS!="ios" and OS!="win"', { | 633 ['OS!="ios" and OS!="win"', { |
635 'dependencies': [ | 634 'dependencies': [ |
636 '../breakpad/breakpad.gyp:minidump_stackwalk', | 635 '../breakpad/breakpad.gyp:minidump_stackwalk', |
637 ], | 636 ], |
638 }], | 637 }], |
639 ['OS=="linux"', { | 638 ['OS=="linux"', { |
640 'dependencies': [ | 639 'dependencies': [ |
641 '../chrome/chrome.gyp:linux_symbols' | 640 '../chrome/chrome.gyp:linux_symbols' |
642 ], | 641 ], |
643 }], | 642 }], |
644 ['OS=="win"', { | |
645 'dependencies': [ | |
646 '../chrome/chrome.gyp:crash_service', | |
647 ], | |
648 }], | |
649 ['OS=="win" and target_arch=="ia32"', { | |
650 'dependencies': [ | |
651 '../chrome/chrome.gyp:crash_service_win64', | |
652 ], | |
653 }], | |
654 ], | 643 ], |
655 }, # target_name: chromium_gpu_debug_builder | 644 }, # target_name: chromium_gpu_debug_builder |
656 { | 645 { |
657 # This target contains everything we need to run tests on the special | 646 # This target contains everything we need to run tests on the special |
658 # device-equipped WebRTC bots. We have device-requiring tests in | 647 # device-equipped WebRTC bots. We have device-requiring tests in |
659 # browser_tests and content_browsertests. | 648 # browser_tests and content_browsertests. |
660 'target_name': 'chromium_builder_webrtc', | 649 'target_name': 'chromium_builder_webrtc', |
661 'type': 'none', | 650 'type': 'none', |
662 'dependencies': [ | 651 'dependencies': [ |
663 'chromium_builder_perf', | 652 'chromium_builder_perf', |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
994 'targets': [ | 983 'targets': [ |
995 # These targets are here so the build bots can use them to build | 984 # These targets are here so the build bots can use them to build |
996 # subsets of a full tree for faster cycle times. | 985 # subsets of a full tree for faster cycle times. |
997 { | 986 { |
998 'target_name': 'chromium_builder', | 987 'target_name': 'chromium_builder', |
999 'type': 'none', | 988 'type': 'none', |
1000 'dependencies': [ | 989 'dependencies': [ |
1001 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 990 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
1002 '../cc/cc_tests.gyp:cc_unittests', | 991 '../cc/cc_tests.gyp:cc_unittests', |
1003 '../chrome/chrome.gyp:browser_tests', | 992 '../chrome/chrome.gyp:browser_tests', |
1004 '../chrome/chrome.gyp:crash_service', | |
1005 '../chrome/chrome.gyp:gcapi_test', | 993 '../chrome/chrome.gyp:gcapi_test', |
1006 '../chrome/chrome.gyp:installer_util_unittests', | 994 '../chrome/chrome.gyp:installer_util_unittests', |
1007 '../chrome/chrome.gyp:interactive_ui_tests', | 995 '../chrome/chrome.gyp:interactive_ui_tests', |
1008 '../chrome/chrome.gyp:performance_browser_tests', | 996 '../chrome/chrome.gyp:performance_browser_tests', |
1009 '../chrome/chrome.gyp:setup_unittests', | 997 '../chrome/chrome.gyp:setup_unittests', |
1010 '../chrome/chrome.gyp:sync_integration_tests', | 998 '../chrome/chrome.gyp:sync_integration_tests', |
1011 '../chrome/chrome.gyp:unit_tests', | 999 '../chrome/chrome.gyp:unit_tests', |
1012 '../components/components_tests.gyp:components_unittests', | 1000 '../components/components_tests.gyp:components_unittests', |
1013 '../content/content_shell_and_tests.gyp:content_browsertests', | 1001 '../content/content_shell_and_tests.gyp:content_browsertests', |
1014 '../content/content_shell_and_tests.gyp:content_unittests', | 1002 '../content/content_shell_and_tests.gyp:content_unittests', |
(...skipping 21 matching lines...) Expand all Loading... |
1036 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 1024 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
1037 '../third_party/catapult/telemetry/telemetry.gyp:*', | 1025 '../third_party/catapult/telemetry/telemetry.gyp:*', |
1038 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1026 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
1039 '../ui/events/events_unittests.gyp:events_unittests', | 1027 '../ui/events/events_unittests.gyp:events_unittests', |
1040 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1028 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
1041 '../ui/gl/gl_tests.gyp:gl_unittests', | 1029 '../ui/gl/gl_tests.gyp:gl_unittests', |
1042 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 1030 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
1043 '../ui/views/views.gyp:views_unittests', | 1031 '../ui/views/views.gyp:views_unittests', |
1044 '../url/url.gyp:url_unittests', | 1032 '../url/url.gyp:url_unittests', |
1045 ], | 1033 ], |
1046 'conditions': [ | |
1047 ['target_arch=="ia32"', { | |
1048 'dependencies': [ | |
1049 '../chrome/chrome.gyp:crash_service_win64', | |
1050 ], | |
1051 }], | |
1052 ], | |
1053 }, | 1034 }, |
1054 { | 1035 { |
1055 'target_name': 'chromium_builder_dbg_tsan_win', | 1036 'target_name': 'chromium_builder_dbg_tsan_win', |
1056 'type': 'none', | 1037 'type': 'none', |
1057 'dependencies': [ | 1038 'dependencies': [ |
1058 '../base/base.gyp:base_unittests', | 1039 '../base/base.gyp:base_unittests', |
1059 '../components/components_tests.gyp:components_unittests', | 1040 '../components/components_tests.gyp:components_unittests', |
1060 '../content/content_shell_and_tests.gyp:content_unittests', | 1041 '../content/content_shell_and_tests.gyp:content_unittests', |
1061 '../crypto/crypto.gyp:crypto_unittests', | 1042 '../crypto/crypto.gyp:crypto_unittests', |
1062 '../ipc/ipc.gyp:ipc_tests', | 1043 '../ipc/ipc.gyp:ipc_tests', |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1147 ], | 1128 ], |
1148 }, | 1129 }, |
1149 ], # targets | 1130 ], # targets |
1150 'conditions': [ | 1131 'conditions': [ |
1151 ['branding=="Chrome"', { | 1132 ['branding=="Chrome"', { |
1152 'targets': [ | 1133 'targets': [ |
1153 { | 1134 { |
1154 'target_name': 'chrome_official_builder_no_unittests', | 1135 'target_name': 'chrome_official_builder_no_unittests', |
1155 'type': 'none', | 1136 'type': 'none', |
1156 'dependencies': [ | 1137 'dependencies': [ |
1157 '../chrome/chrome.gyp:crash_service', | |
1158 '../chrome/chrome.gyp:gcapi_dll', | 1138 '../chrome/chrome.gyp:gcapi_dll', |
1159 '../chrome/chrome.gyp:pack_policy_templates', | 1139 '../chrome/chrome.gyp:pack_policy_templates', |
1160 '../chrome/installer/mini_installer.gyp:mini_installer', | 1140 '../chrome/installer/mini_installer.gyp:mini_installer', |
1161 '../courgette/courgette.gyp:courgette', | 1141 '../courgette/courgette.gyp:courgette', |
1162 '../courgette/courgette.gyp:courgette64', | 1142 '../courgette/courgette.gyp:courgette64', |
1163 '../remoting/remoting.gyp:remoting_webapp', | 1143 '../remoting/remoting.gyp:remoting_webapp', |
1164 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 1144 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
1165 ], | 1145 ], |
1166 'conditions': [ | 1146 'conditions': [ |
1167 ['target_arch=="ia32"', { | |
1168 'dependencies': [ | |
1169 '../chrome/chrome.gyp:crash_service_win64', | |
1170 ], | |
1171 }], | |
1172 ['component != "shared_library" and wix_exists == "True" and \ | 1147 ['component != "shared_library" and wix_exists == "True" and \ |
1173 sas_dll_exists == "True"', { | 1148 sas_dll_exists == "True"', { |
1174 'dependencies': [ | 1149 'dependencies': [ |
1175 '../remoting/remoting.gyp:remoting_host_installation', | 1150 '../remoting/remoting.gyp:remoting_host_installation', |
1176 ], | 1151 ], |
1177 }], # component != "shared_library" | 1152 }], # component != "shared_library" |
1178 ] | 1153 ] |
1179 }, { | 1154 }, { |
1180 'target_name': 'chrome_official_builder', | 1155 'target_name': 'chrome_official_builder', |
1181 'type': 'none', | 1156 'type': 'none', |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1260 '../ui/events/events.gyp:*', | 1235 '../ui/events/events.gyp:*', |
1261 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1236 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
1262 '../ui/gl/gl_tests.gyp:gl_unittests', | 1237 '../ui/gl/gl_tests.gyp:gl_unittests', |
1263 '../ui/keyboard/keyboard.gyp:*', | 1238 '../ui/keyboard/keyboard.gyp:*', |
1264 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 1239 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
1265 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 1240 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
1266 '../ui/wm/wm.gyp:*', | 1241 '../ui/wm/wm.gyp:*', |
1267 'blink_tests', | 1242 'blink_tests', |
1268 ], | 1243 ], |
1269 'conditions': [ | 1244 'conditions': [ |
1270 ['OS=="win"', { | |
1271 'dependencies': [ | |
1272 '../chrome/chrome.gyp:crash_service', | |
1273 ], | |
1274 }], | |
1275 ['OS=="win" and target_arch=="ia32"', { | |
1276 'dependencies': [ | |
1277 '../chrome/chrome.gyp:crash_service_win64', | |
1278 ], | |
1279 }], | |
1280 ['OS=="linux"', { | 1245 ['OS=="linux"', { |
1281 # Tests that currently only work on Linux. | 1246 # Tests that currently only work on Linux. |
1282 'dependencies': [ | 1247 'dependencies': [ |
1283 '../base/base.gyp:base_unittests', | 1248 '../base/base.gyp:base_unittests', |
1284 '../ipc/ipc.gyp:ipc_tests', | 1249 '../ipc/ipc.gyp:ipc_tests', |
1285 '../sql/sql.gyp:sql_unittests', | 1250 '../sql/sql.gyp:sql_unittests', |
1286 '../sync/sync.gyp:sync_unit_tests', | 1251 '../sync/sync.gyp:sync_unit_tests', |
1287 ], | 1252 ], |
1288 }], | 1253 }], |
1289 ['chromeos==1', { | 1254 ['chromeos==1', { |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1375 'dependencies': [ | 1340 'dependencies': [ |
1376 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1341 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1377 '../ui/views/views.gyp:views', | 1342 '../ui/views/views.gyp:views', |
1378 '../ui/views/views.gyp:views_unittests', | 1343 '../ui/views/views.gyp:views_unittests', |
1379 ], | 1344 ], |
1380 }, # target_name: macviews_builder | 1345 }, # target_name: macviews_builder |
1381 ], # targets | 1346 ], # targets |
1382 }], # os=='mac' and toolkit_views==1 | 1347 }], # os=='mac' and toolkit_views==1 |
1383 ], # conditions | 1348 ], # conditions |
1384 } | 1349 } |
OLD | NEW |