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

Side by Side Diff: build/all.gyp

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moving assert_matching_enum from content/publi/common to content/common Created 6 years, 6 months 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 | « no previous file | content/common/DEPS » ('j') | content/content_tests.gypi » ('J')
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 '../third_party/mesa/mesa.gyp:*', 101 '../third_party/mesa/mesa.gyp:*',
102 '../third_party/modp_b64/modp_b64.gyp:*', 102 '../third_party/modp_b64/modp_b64.gyp:*',
103 '../third_party/npapi/npapi.gyp:*', 103 '../third_party/npapi/npapi.gyp:*',
104 '../third_party/ots/ots.gyp:*', 104 '../third_party/ots/ots.gyp:*',
105 '../third_party/pdfium/samples/samples.gyp:*', 105 '../third_party/pdfium/samples/samples.gyp:*',
106 '../third_party/qcms/qcms.gyp:*', 106 '../third_party/qcms/qcms.gyp:*',
107 '../tools/gn/gn.gyp:*', 107 '../tools/gn/gn.gyp:*',
108 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 108 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
109 '../tools/telemetry/telemetry.gyp:*', 109 '../tools/telemetry/telemetry.gyp:*',
110 '../v8/tools/gyp/v8.gyp:*', 110 '../v8/tools/gyp/v8.gyp:*',
111 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*',
112 '<(libjpeg_gyp_path):*', 111 '<(libjpeg_gyp_path):*',
113 ], 112 ],
114 }], 113 }],
115 ['OS!="android" and OS!="ios"', { 114 ['OS!="android" and OS!="ios"', {
116 'dependencies': [ 115 'dependencies': [
117 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', 116 '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
118 ], 117 ],
119 }], 118 }],
120 ['OS=="mac" or OS=="ios" or OS=="win"', { 119 ['OS=="mac" or OS=="ios" or OS=="win"', {
121 'dependencies': [ 120 'dependencies': [
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 '../media/cast/cast.gyp:cast_unittests', 288 '../media/cast/cast.gyp:cast_unittests',
290 '../media/media.gyp:media_unittests', 289 '../media/media.gyp:media_unittests',
291 '../mojo/mojo.gyp:mojo', 290 '../mojo/mojo.gyp:mojo',
292 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 291 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
293 '../remoting/remoting.gyp:remoting_unittests', 292 '../remoting/remoting.gyp:remoting_unittests',
294 '../third_party/WebKit/public/all.gyp:all_blink', 293 '../third_party/WebKit/public/all.gyp:all_blink',
295 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 294 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
296 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 295 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
297 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 296 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
298 '../tools/telemetry/telemetry.gyp:*', 297 '../tools/telemetry/telemetry.gyp:*',
299 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
300 ], 298 ],
301 }], 299 }],
302 ['OS=="win"', { 300 ['OS=="win"', {
303 'dependencies': [ 301 'dependencies': [
304 '../chrome/chrome.gyp:crash_service', 302 '../chrome/chrome.gyp:crash_service',
305 '../chrome/chrome.gyp:installer_util_unittests', 303 '../chrome/chrome.gyp:installer_util_unittests',
306 # ../chrome/test/mini_installer requires mini_installer. 304 # ../chrome/test/mini_installer requires mini_installer.
307 '../chrome/installer/mini_installer.gyp:mini_installer', 305 '../chrome/installer/mini_installer.gyp:mini_installer',
308 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 306 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
309 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', 307 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 '../gpu/gpu.gyp:gpu_unittests_apk', 766 '../gpu/gpu.gyp:gpu_unittests_apk',
769 '../ipc/ipc.gyp:ipc_tests_apk', 767 '../ipc/ipc.gyp:ipc_tests_apk',
770 '../media/media.gyp:media_unittests_apk', 768 '../media/media.gyp:media_unittests_apk',
771 '../net/net.gyp:net_unittests_apk', 769 '../net/net.gyp:net_unittests_apk',
772 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 770 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
773 '../sql/sql.gyp:sql_unittests_apk', 771 '../sql/sql.gyp:sql_unittests_apk',
774 '../sync/sync.gyp:sync_unit_tests_apk', 772 '../sync/sync.gyp:sync_unit_tests_apk',
775 '../ui/events/events.gyp:events_unittests_apk', 773 '../ui/events/events.gyp:events_unittests_apk',
776 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 774 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
777 '../ui/ui_unittests.gyp:ui_unittests_apk', 775 '../ui/ui_unittests.gyp:ui_unittests_apk',
778 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests_apk'
779 ], 776 ],
780 }, 777 },
781 { 778 {
782 # WebRTC Android APK tests. 779 # WebRTC Android APK tests.
783 'target_name': 'android_builder_webrtc', 780 'target_name': 'android_builder_webrtc',
784 'type': 'none', 781 'type': 'none',
785 'variables': { 782 'variables': {
786 # Set default value for include_tests to '0'. It is normally only 783 # Set default value for include_tests to '0'. It is normally only
787 # used in WebRTC GYP files. It is set to '1' only when building 784 # used in WebRTC GYP files. It is set to '1' only when building
788 # WebRTC for Android, inside a Chromium checkout. 785 # WebRTC for Android, inside a Chromium checkout.
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 '../sql/sql.gyp:sql_unittests', 847 '../sql/sql.gyp:sql_unittests',
851 '../sync/sync.gyp:sync_unit_tests', 848 '../sync/sync.gyp:sync_unit_tests',
852 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 849 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
853 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 850 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
854 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 851 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
855 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 852 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
856 '../tools/telemetry/telemetry.gyp:*', 853 '../tools/telemetry/telemetry.gyp:*',
857 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 854 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
858 '../ui/ui_unittests.gyp:ui_unittests', 855 '../ui/ui_unittests.gyp:ui_unittests',
859 '../url/url.gyp:url_unittests', 856 '../url/url.gyp:url_unittests',
860 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
861 ], 857 ],
862 }, 858 },
863 { 859 {
864 'target_name': 'chromium_builder_rel', 860 'target_name': 'chromium_builder_rel',
865 'type': 'none', 861 'type': 'none',
866 'dependencies': [ 862 'dependencies': [
867 '../cc/cc_tests.gyp:cc_unittests', 863 '../cc/cc_tests.gyp:cc_unittests',
868 '../chrome/chrome.gyp:browser_tests', 864 '../chrome/chrome.gyp:browser_tests',
869 '../chrome/chrome.gyp:performance_browser_tests', 865 '../chrome/chrome.gyp:performance_browser_tests',
870 '../chrome/chrome.gyp:sync_integration_tests', 866 '../chrome/chrome.gyp:sync_integration_tests',
(...skipping 14 matching lines...) Expand all
885 '../sql/sql.gyp:sql_unittests', 881 '../sql/sql.gyp:sql_unittests',
886 '../sync/sync.gyp:sync_unit_tests', 882 '../sync/sync.gyp:sync_unit_tests',
887 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 883 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
888 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 884 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
889 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 885 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
890 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 886 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
891 '../tools/telemetry/telemetry.gyp:*', 887 '../tools/telemetry/telemetry.gyp:*',
892 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 888 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
893 '../ui/ui_unittests.gyp:ui_unittests', 889 '../ui/ui_unittests.gyp:ui_unittests',
894 '../url/url.gyp:url_unittests', 890 '../url/url.gyp:url_unittests',
895 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
896 ], 891 ],
897 }, 892 },
898 { 893 {
899 'target_name': 'chromium_builder_dbg_tsan_mac', 894 'target_name': 'chromium_builder_dbg_tsan_mac',
900 'type': 'none', 895 'type': 'none',
901 'dependencies': [ 896 'dependencies': [
902 '../base/base.gyp:base_unittests', 897 '../base/base.gyp:base_unittests',
903 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 898 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
904 '../crypto/crypto.gyp:crypto_unittests', 899 '../crypto/crypto.gyp:crypto_unittests',
905 '../ipc/ipc.gyp:ipc_tests', 900 '../ipc/ipc.gyp:ipc_tests',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 978 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
984 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 979 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
985 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 980 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
986 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 981 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
987 '../tools/telemetry/telemetry.gyp:*', 982 '../tools/telemetry/telemetry.gyp:*',
988 '../ui/events/events.gyp:events_unittests', 983 '../ui/events/events.gyp:events_unittests',
989 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 984 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
990 '../ui/ui_unittests.gyp:ui_unittests', 985 '../ui/ui_unittests.gyp:ui_unittests',
991 '../ui/views/views.gyp:views_unittests', 986 '../ui/views/views.gyp:views_unittests',
992 '../url/url.gyp:url_unittests', 987 '../url/url.gyp:url_unittests',
993 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
994 ], 988 ],
995 'conditions': [ 989 'conditions': [
996 ['target_arch=="ia32"', { 990 ['target_arch=="ia32"', {
997 'dependencies': [ 991 'dependencies': [
998 '../chrome/chrome.gyp:crash_service_win64', 992 '../chrome/chrome.gyp:crash_service_win64',
999 ], 993 ],
1000 }], 994 }],
1001 ], 995 ],
1002 }, 996 },
1003 { 997 {
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 '../ui/events/events.gyp:*', 1132 '../ui/events/events.gyp:*',
1139 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1133 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1140 '../ui/keyboard/keyboard.gyp:*', 1134 '../ui/keyboard/keyboard.gyp:*',
1141 '../ui/message_center/message_center.gyp:*', 1135 '../ui/message_center/message_center.gyp:*',
1142 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1136 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1143 '../ui/ui_unittests.gyp:ui_unittests', 1137 '../ui/ui_unittests.gyp:ui_unittests',
1144 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1138 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1145 '../ui/views/views.gyp:views', 1139 '../ui/views/views.gyp:views',
1146 '../ui/views/views.gyp:views_unittests', 1140 '../ui/views/views.gyp:views_unittests',
1147 '../ui/wm/wm.gyp:*', 1141 '../ui/wm/wm.gyp:*',
1148 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
1149 'blink_tests', 1142 'blink_tests',
1150 ], 1143 ],
1151 'conditions': [ 1144 'conditions': [
1152 ['OS=="win"', { 1145 ['OS=="win"', {
1153 'dependencies': [ 1146 'dependencies': [
1154 '../chrome/chrome.gyp:crash_service', 1147 '../chrome/chrome.gyp:crash_service',
1155 ], 1148 ],
1156 }], 1149 }],
1157 ['OS=="win" and target_arch=="ia32"', { 1150 ['OS=="win" and target_arch=="ia32"', {
1158 'dependencies': [ 1151 'dependencies': [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 # http://crbug.com/157234 1212 # http://crbug.com/157234
1220 #'../chrome/chrome.gyp:sync_integration_tests_run', 1213 #'../chrome/chrome.gyp:sync_integration_tests_run',
1221 '../chrome/chrome.gyp:unit_tests_run', 1214 '../chrome/chrome.gyp:unit_tests_run',
1222 '../net/net.gyp:net_unittests_run', 1215 '../net/net.gyp:net_unittests_run',
1223 ], 1216 ],
1224 }, # target_name: chromium_swarm_tests 1217 }, # target_name: chromium_swarm_tests
1225 ], 1218 ],
1226 }], 1219 }],
1227 ], # conditions 1220 ], # conditions
1228 } 1221 }
OLDNEW
« no previous file with comments | « no previous file | content/common/DEPS » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698