Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: build/all.gyp

Issue 754433003: Update from https://crrev.com/305340 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/win/shortcut.cc ('k') | build/android/PRESUBMIT.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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/ios/ui_ios_tests.gyp:ui_ios_unittests', 59 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests',
60 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 60 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
61 ], 61 ],
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'VCLinkerTool': { 398 'VCLinkerTool': {
399 # Enable profile information (necessary for SyzyAsan 399 # Enable profile information (necessary for SyzyAsan
400 # instrumentation). This is incompatible with incremental 400 # instrumentation). This is incompatible with incremental
401 # linking. 401 # linking.
402 'Profile': 'true', 402 'Profile': 'true',
403 }, 403 },
404 } 404 }
405 }], 405 }],
406 ], 406 ],
407 }], 407 }],
408 ['chromeos==1', {
409 'dependencies': [
410 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
411 ],
412 }],
408 ['OS=="linux"', { 413 ['OS=="linux"', {
409 'dependencies': [ 414 'dependencies': [
410 '../dbus/dbus.gyp:dbus_unittests', 415 '../dbus/dbus.gyp:dbus_unittests',
411 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 416 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
412 ], 417 ],
413 }], 418 }],
414 ['OS=="mac"', { 419 ['OS=="mac"', {
415 'dependencies': [ 420 'dependencies': [
416 '../ui/app_list/app_list.gyp:app_list_unittests', 421 '../ui/app_list/app_list.gyp:app_list_unittests',
417 '../ui/message_center/message_center.gyp:*', 422 '../ui/message_center/message_center.gyp:*',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 'dependencies': [ 736 'dependencies': [
732 '../v8/src/d8.gyp:d8#host', 737 '../v8/src/d8.gyp:d8#host',
733 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 738 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
734 ], 739 ],
735 }], 740 }],
736 ['internal_filter_fuzzer==1', { 741 ['internal_filter_fuzzer==1', {
737 'dependencies': [ 742 'dependencies': [
738 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz zer.gyp:filter_fuzzer', 743 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz zer.gyp:filter_fuzzer',
739 ], 744 ],
740 }], # internal_filter_fuzzer 745 }], # internal_filter_fuzzer
746 ['clang==1', {
747 'dependencies': [
748 'sanitizers/sanitizers.gyp:llvm-symbolizer',
749 ],
750 }],
741 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1 ', { 751 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1 ', {
742 'dependencies': [ 752 'dependencies': [
743 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', 753 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
744 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', 754 '../content/content_shell_and_tests.gyp:content_shell_syzyasan',
745 '../pdf/pdf.gyp:pdf_syzyasan', 755 '../pdf/pdf.gyp:pdf_syzyasan',
746 ], 756 ],
747 'conditions': [ 757 'conditions': [
748 ['chrome_multiple_dll==1', { 758 ['chrome_multiple_dll==1', {
749 'dependencies': [ 759 'dependencies': [
750 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy', 760 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 '../sync/sync.gyp:sync_unit_tests_apk', 859 '../sync/sync.gyp:sync_unit_tests_apk',
850 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', 860 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk',
851 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', 861 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk',
852 '../ui/events/events.gyp:events_unittests_apk', 862 '../ui/events/events.gyp:events_unittests_apk',
853 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 863 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
854 ], 864 ],
855 'conditions': [ 865 'conditions': [
856 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', { 866 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', {
857 'dependencies': [ 867 'dependencies': [
858 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', 868 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
869 '../components/devtools_bridge.gyp:libdevtools_bridge_browsertes ts',
859 ], 870 ],
860 }], 871 }],
861 ], 872 ],
862 }, 873 },
863 { 874 {
864 # WebRTC Chromium tests to run on Android. 875 # WebRTC Chromium tests to run on Android.
865 'target_name': 'android_builder_chromium_webrtc', 876 'target_name': 'android_builder_chromium_webrtc',
866 'type': 'none', 877 'type': 'none',
867 'dependencies': [ 878 'dependencies': [
868 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds', 879 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds',
869 '../content/content_shell_and_tests.gyp:content_browsertests', 880 '../content/content_shell_and_tests.gyp:content_browsertests',
870 '../tools/android/android_tools.gyp:android_tools', 881 '../tools/android/android_tools.gyp:android_tools',
871 '../tools/android/android_tools.gyp:memconsumer', 882 '../tools/android/android_tools.gyp:memconsumer',
872 # Unit test bundles packaged as an apk. 883 # Unit test bundles packaged as an apk.
873 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', 884 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
885 '../components/devtools_bridge.gyp:libdevtools_bridge_browsertests',
874 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 886 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
875 ], 887 ],
876 }, # target_name: android_builder_chromium_webrtc 888 }, # target_name: android_builder_chromium_webrtc
877 ], # targets 889 ], # targets
878 }], # OS="android" 890 }], # OS="android"
879 ['OS=="mac"', { 891 ['OS=="mac"', {
880 'targets': [ 892 'targets': [
881 { 893 {
882 # Target to build everything plus the dmg. We don't put the dmg 894 # Target to build everything plus the dmg. We don't put the dmg
883 # in the All target because developers really don't need it. 895 # in the All target because developers really don't need it.
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 # Tests that currently only work on Linux. 1299 # Tests that currently only work on Linux.
1288 'dependencies': [ 1300 'dependencies': [
1289 '../base/base.gyp:base_unittests', 1301 '../base/base.gyp:base_unittests',
1290 '../ipc/ipc.gyp:ipc_tests', 1302 '../ipc/ipc.gyp:ipc_tests',
1291 '../sql/sql.gyp:sql_unittests', 1303 '../sql/sql.gyp:sql_unittests',
1292 '../sync/sync.gyp:sync_unit_tests', 1304 '../sync/sync.gyp:sync_unit_tests',
1293 ], 1305 ],
1294 }], 1306 }],
1295 ['chromeos==1', { 1307 ['chromeos==1', {
1296 'dependencies': [ 1308 'dependencies': [
1309 '../athena/main/athena_main.gyp:*',
1297 '../chromeos/chromeos.gyp:chromeos_unittests', 1310 '../chromeos/chromeos.gyp:chromeos_unittests',
1298 '../athena/main/athena_main.gyp:*', 1311 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
1299 ], 1312 ],
1300 }], 1313 }],
1301 ['use_ozone==1', { 1314 ['use_ozone==1', {
1302 'dependencies': [ 1315 'dependencies': [
1303 '../ui/ozone/ozone.gyp:*', 1316 '../ui/ozone/ozone.gyp:*',
1304 '../ui/ozone/demo/ozone_demos.gyp:*', 1317 '../ui/ozone/demo/ozone_demos.gyp:*',
1305 ], 1318 ],
1306 }], 1319 }],
1307 ], 1320 ],
1308 }, 1321 },
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 'dependencies': [ 1379 'dependencies': [
1367 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1380 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1368 '../ui/views/views.gyp:views', 1381 '../ui/views/views.gyp:views',
1369 '../ui/views/views.gyp:views_unittests', 1382 '../ui/views/views.gyp:views_unittests',
1370 ], 1383 ],
1371 }, # target_name: macviews_builder 1384 }, # target_name: macviews_builder
1372 ], # targets 1385 ], # targets
1373 }], # os=='mac' and toolkit_views==1 1386 }], # os=='mac' and toolkit_views==1
1374 ], # conditions 1387 ], # conditions
1375 } 1388 }
OLDNEW
« no previous file with comments | « base/win/shortcut.cc ('k') | build/android/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698