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 24 matching lines...) Expand all Loading... |
35 '../ui/snapshot/snapshot.gyp:*', | 35 '../ui/snapshot/snapshot.gyp:*', |
36 '../url/url.gyp:*', | 36 '../url/url.gyp:*', |
37 ], | 37 ], |
38 'conditions': [ | 38 'conditions': [ |
39 ['OS=="ios"', { | 39 ['OS=="ios"', { |
40 'dependencies': [ | 40 'dependencies': [ |
41 '../ios/ios.gyp:*', | 41 '../ios/ios.gyp:*', |
42 # NOTE: This list of targets is present because | 42 # NOTE: This list of targets is present because |
43 # mojo_base.gyp:mojo_base cannot be built on iOS, as | 43 # mojo_base.gyp:mojo_base cannot be built on iOS, as |
44 # javascript-related targets cause v8 to be built. | 44 # javascript-related targets cause v8 to be built. |
45 '../mojo/edk/mojo_edk.gyp:mojo_public_bindings_unittests', | 45 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_bindings_unittests', |
46 '../mojo/edk/mojo_edk.gyp:mojo_public_environment_unittests', | 46 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_environment_unittests', |
47 '../mojo/edk/mojo_edk.gyp:mojo_public_system_perftests', | 47 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_perftests', |
48 '../mojo/edk/mojo_edk.gyp:mojo_public_system_unittests', | 48 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_system_unittests', |
49 '../mojo/edk/mojo_edk.gyp:mojo_public_utility_unittests', | 49 '../mojo/edk/mojo_edk_tests.gyp:mojo_public_utility_unittests', |
50 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', | 50 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', |
51 '../mojo/edk/mojo_edk.gyp:mojo_system_unittests', | 51 '../mojo/edk/mojo_edk_tests.gyp:mojo_system_unittests', |
52 '../mojo/mojo_base.gyp:mojo_common_lib', | 52 '../mojo/mojo_base.gyp:mojo_common_lib', |
53 '../mojo/mojo_base.gyp:mojo_common_unittests', | 53 '../mojo/mojo_base.gyp:mojo_common_unittests', |
54 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', | 54 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', |
55 '../mojo/public/mojo_public.gyp:mojo_public_test_utils', | 55 '../mojo/public/mojo_public.gyp:mojo_public_test_utils', |
56 '../mojo/public/mojo_public.gyp:mojo_system', | 56 '../mojo/public/mojo_public.gyp:mojo_system', |
57 '../google_apis/google_apis.gyp:google_apis_unittests', | 57 '../google_apis/google_apis.gyp:google_apis_unittests', |
58 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 58 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
59 '../ui/base/ui_base_tests.gyp:ui_unittests', | 59 '../ui/base/ui_base_tests.gyp:ui_unittests', |
60 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', | 60 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', |
61 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 61 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 ['chromeos==1 or OS=="linux" or OS=="win"', { | 269 ['chromeos==1 or OS=="linux" or OS=="win"', { |
270 'dependencies': [ | 270 'dependencies': [ |
271 '../extensions/shell/app_shell.gyp:*', | 271 '../extensions/shell/app_shell.gyp:*', |
272 ], | 272 ], |
273 }], | 273 }], |
274 ['chromeos==1', { | 274 ['chromeos==1', { |
275 'dependencies': [ | 275 'dependencies': [ |
276 '../athena/main/athena_main.gyp:*', | 276 '../athena/main/athena_main.gyp:*', |
277 ], | 277 ], |
278 }], | 278 }], |
| 279 ['envoy==1', { |
| 280 'dependencies': [ |
| 281 '../envoy/envoy.gyp:*', |
| 282 ], |
| 283 }], |
279 ], | 284 ], |
280 }, # target_name: All | 285 }, # target_name: All |
281 { | 286 { |
282 'target_name': 'All_syzygy', | 287 'target_name': 'All_syzygy', |
283 'type': 'none', | 288 'type': 'none', |
284 'conditions': [ | 289 'conditions': [ |
285 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and ' | 290 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and ' |
286 '(syzyasan==1 or syzygy_optimize==1)', { | 291 '(syzyasan==1 or syzygy_optimize==1)', { |
287 'dependencies': [ | 292 'dependencies': [ |
288 '../chrome/installer/mini_installer_syzygy.gyp:*', | 293 '../chrome/installer/mini_installer_syzygy.gyp:*', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 '../chrome/chrome.gyp:interactive_ui_tests', | 352 '../chrome/chrome.gyp:interactive_ui_tests', |
348 '../chrome/chrome.gyp:sync_integration_tests', | 353 '../chrome/chrome.gyp:sync_integration_tests', |
349 '../chrome/chrome.gyp:unit_tests', | 354 '../chrome/chrome.gyp:unit_tests', |
350 ], | 355 ], |
351 }], | 356 }], |
352 ], | 357 ], |
353 }], | 358 }], |
354 ['OS=="win"', { | 359 ['OS=="win"', { |
355 'dependencies': [ | 360 'dependencies': [ |
356 '../chrome/chrome.gyp:app_installer', | 361 '../chrome/chrome.gyp:app_installer', |
| 362 '../chrome/chrome.gyp:app_installer_unittests', |
357 '../chrome/chrome.gyp:crash_service', | 363 '../chrome/chrome.gyp:crash_service', |
358 '../chrome/chrome.gyp:installer_util_unittests', | 364 '../chrome/chrome.gyp:installer_util_unittests', |
359 # ../chrome/test/mini_installer requires mini_installer. | 365 # ../chrome/test/mini_installer requires mini_installer. |
360 '../chrome/installer/mini_installer.gyp:mini_installer', | 366 '../chrome/installer/mini_installer.gyp:mini_installer', |
361 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 367 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
362 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', | 368 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', |
363 '../courgette/courgette.gyp:courgette_unittests', | 369 '../courgette/courgette.gyp:courgette_unittests', |
364 '../sandbox/sandbox.gyp:sbox_integration_tests', | 370 '../sandbox/sandbox.gyp:sbox_integration_tests', |
365 '../sandbox/sandbox.gyp:sbox_unittests', | 371 '../sandbox/sandbox.gyp:sbox_unittests', |
366 '../sandbox/sandbox.gyp:sbox_validation_tests', | 372 '../sandbox/sandbox.gyp:sbox_validation_tests', |
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
837 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 843 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
838 '../sql/sql.gyp:sql_unittests_apk', | 844 '../sql/sql.gyp:sql_unittests_apk', |
839 '../sync/sync.gyp:sync_unit_tests_apk', | 845 '../sync/sync.gyp:sync_unit_tests_apk', |
840 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | 846 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
841 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', | 847 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
842 '../ui/base/ui_base_tests.gyp:ui_unittests_apk', | 848 '../ui/base/ui_base_tests.gyp:ui_unittests_apk', |
843 '../ui/events/events.gyp:events_unittests_apk', | 849 '../ui/events/events.gyp:events_unittests_apk', |
844 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 850 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
845 ], | 851 ], |
846 'conditions': [ | 852 'conditions': [ |
847 ['"<(libpeer_target_type)"=="static_library"', { | 853 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"',
{ |
848 'dependencies': [ | 854 'dependencies': [ |
849 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', | 855 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', |
| 856 '../components/devtools_bridge.gyp:devtools_bridge_tests2_apk', |
850 ], | 857 ], |
851 }], | 858 }], |
852 ], | 859 ], |
853 }, | 860 }, |
854 { | 861 { |
855 # WebRTC Chromium tests to run on Android. | 862 # WebRTC Chromium tests to run on Android. |
856 'target_name': 'android_builder_chromium_webrtc', | 863 'target_name': 'android_builder_chromium_webrtc', |
857 'type': 'none', | 864 'type': 'none', |
858 'dependencies': [ | 865 'dependencies': [ |
859 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', | 866 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1173 ], # targets | 1180 ], # targets |
1174 'conditions': [ | 1181 'conditions': [ |
1175 ['branding=="Chrome"', { | 1182 ['branding=="Chrome"', { |
1176 'targets': [ | 1183 'targets': [ |
1177 { | 1184 { |
1178 'target_name': 'chrome_official_builder', | 1185 'target_name': 'chrome_official_builder', |
1179 'type': 'none', | 1186 'type': 'none', |
1180 'dependencies': [ | 1187 'dependencies': [ |
1181 '../base/base.gyp:base_unittests', | 1188 '../base/base.gyp:base_unittests', |
1182 '../chrome/chrome.gyp:app_installer', | 1189 '../chrome/chrome.gyp:app_installer', |
| 1190 '../chrome/chrome.gyp:app_installer_unittests', |
1183 '../chrome/chrome.gyp:browser_tests', | 1191 '../chrome/chrome.gyp:browser_tests', |
1184 '../chrome/chrome.gyp:sync_integration_tests', | 1192 '../chrome/chrome.gyp:sync_integration_tests', |
1185 '../chrome/chrome.gyp:crash_service', | 1193 '../chrome/chrome.gyp:crash_service', |
1186 '../chrome/chrome.gyp:gcapi_dll', | 1194 '../chrome/chrome.gyp:gcapi_dll', |
1187 '../chrome/chrome.gyp:pack_policy_templates', | 1195 '../chrome/chrome.gyp:pack_policy_templates', |
1188 '../chrome/installer/mini_installer.gyp:mini_installer', | 1196 '../chrome/installer/mini_installer.gyp:mini_installer', |
1189 '../cloud_print/cloud_print.gyp:cloud_print', | 1197 '../cloud_print/cloud_print.gyp:cloud_print', |
1190 '../courgette/courgette.gyp:courgette', | 1198 '../courgette/courgette.gyp:courgette', |
1191 '../courgette/courgette.gyp:courgette64', | 1199 '../courgette/courgette.gyp:courgette64', |
1192 '../ipc/ipc.gyp:ipc_tests', | 1200 '../ipc/ipc.gyp:ipc_tests', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1361 'dependencies': [ | 1369 'dependencies': [ |
1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1370 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1363 '../ui/views/views.gyp:views', | 1371 '../ui/views/views.gyp:views', |
1364 '../ui/views/views.gyp:views_unittests', | 1372 '../ui/views/views.gyp:views_unittests', |
1365 ], | 1373 ], |
1366 }, # target_name: macviews_builder | 1374 }, # target_name: macviews_builder |
1367 ], # targets | 1375 ], # targets |
1368 }], # os=='mac' and toolkit_views==1 | 1376 }], # os=='mac' and toolkit_views==1 |
1369 ], # conditions | 1377 ], # conditions |
1370 } | 1378 } |
OLD | NEW |