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

Side by Side Diff: build/all.gyp

Issue 351483003: Removing Dummy Test Suit - webkit_compositor_bindings_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing un-invited .gitmodules from PS#2 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 | build/android/pylib/gtest/gtest_config.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 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 '../media/media.gyp:media_unittests', 282 '../media/media.gyp:media_unittests',
284 '../mojo/mojo.gyp:mojo', 283 '../mojo/mojo.gyp:mojo',
285 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 284 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
286 '../remoting/remoting.gyp:remoting_unittests', 285 '../remoting/remoting.gyp:remoting_unittests',
287 '../third_party/WebKit/public/all.gyp:all_blink', 286 '../third_party/WebKit/public/all.gyp:all_blink',
288 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 287 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
289 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 288 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
290 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 289 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
291 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 290 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
292 '../tools/telemetry/telemetry.gyp:*', 291 '../tools/telemetry/telemetry.gyp:*',
293 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
294 ], 292 ],
295 }], 293 }],
296 ['OS=="win"', { 294 ['OS=="win"', {
297 'dependencies': [ 295 'dependencies': [
298 '../chrome/chrome.gyp:crash_service', 296 '../chrome/chrome.gyp:crash_service',
299 '../chrome/chrome.gyp:installer_util_unittests', 297 '../chrome/chrome.gyp:installer_util_unittests',
300 # ../chrome/test/mini_installer requires mini_installer. 298 # ../chrome/test/mini_installer requires mini_installer.
301 '../chrome/installer/mini_installer.gyp:mini_installer', 299 '../chrome/installer/mini_installer.gyp:mini_installer',
302 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 300 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
303 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', 301 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 '../gpu/gpu.gyp:gpu_unittests_apk', 762 '../gpu/gpu.gyp:gpu_unittests_apk',
765 '../ipc/ipc.gyp:ipc_tests_apk', 763 '../ipc/ipc.gyp:ipc_tests_apk',
766 '../media/media.gyp:media_unittests_apk', 764 '../media/media.gyp:media_unittests_apk',
767 '../net/net.gyp:net_unittests_apk', 765 '../net/net.gyp:net_unittests_apk',
768 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 766 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
769 '../sql/sql.gyp:sql_unittests_apk', 767 '../sql/sql.gyp:sql_unittests_apk',
770 '../sync/sync.gyp:sync_unit_tests_apk', 768 '../sync/sync.gyp:sync_unit_tests_apk',
771 '../ui/events/events.gyp:events_unittests_apk', 769 '../ui/events/events.gyp:events_unittests_apk',
772 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 770 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
773 '../ui/ui_unittests.gyp:ui_unittests_apk', 771 '../ui/ui_unittests.gyp:ui_unittests_apk',
774 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests_apk',
775 ], 772 ],
776 }, 773 },
777 { 774 {
778 # WebRTC Android APK tests. 775 # WebRTC Android APK tests.
779 'target_name': 'android_builder_webrtc', 776 'target_name': 'android_builder_webrtc',
780 'type': 'none', 777 'type': 'none',
781 'variables': { 778 'variables': {
782 # Set default value for include_tests to '0'. It is normally only 779 # Set default value for include_tests to '0'. It is normally only
783 # used in WebRTC GYP files. It is set to '1' only when building 780 # used in WebRTC GYP files. It is set to '1' only when building
784 # WebRTC for Android, inside a Chromium checkout. 781 # WebRTC for Android, inside a Chromium checkout.
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 '../sync/sync.gyp:sync_unit_tests', 879 '../sync/sync.gyp:sync_unit_tests',
883 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 880 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
884 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 881 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
885 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 882 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
886 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 883 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
887 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 884 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
888 '../tools/telemetry/telemetry.gyp:*', 885 '../tools/telemetry/telemetry.gyp:*',
889 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 886 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
890 '../ui/ui_unittests.gyp:ui_unittests', 887 '../ui/ui_unittests.gyp:ui_unittests',
891 '../url/url.gyp:url_unittests', 888 '../url/url.gyp:url_unittests',
892 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
893 ], 889 ],
894 }, 890 },
895 { 891 {
896 'target_name': 'chromium_builder_dbg_tsan_mac', 892 'target_name': 'chromium_builder_dbg_tsan_mac',
897 'type': 'none', 893 'type': 'none',
898 'dependencies': [ 894 'dependencies': [
899 '../base/base.gyp:base_unittests', 895 '../base/base.gyp:base_unittests',
900 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 896 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
901 '../crypto/crypto.gyp:crypto_unittests', 897 '../crypto/crypto.gyp:crypto_unittests',
902 '../ipc/ipc.gyp:ipc_tests', 898 '../ipc/ipc.gyp:ipc_tests',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 978 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
983 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 979 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
984 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 980 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
985 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 981 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
986 '../tools/telemetry/telemetry.gyp:*', 982 '../tools/telemetry/telemetry.gyp:*',
987 '../ui/events/events.gyp:events_unittests', 983 '../ui/events/events.gyp:events_unittests',
988 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 984 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
989 '../ui/ui_unittests.gyp:ui_unittests', 985 '../ui/ui_unittests.gyp:ui_unittests',
990 '../ui/views/views.gyp:views_unittests', 986 '../ui/views/views.gyp:views_unittests',
991 '../url/url.gyp:url_unittests', 987 '../url/url.gyp:url_unittests',
992 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
993 ], 988 ],
994 'conditions': [ 989 'conditions': [
995 ['target_arch=="ia32"', { 990 ['target_arch=="ia32"', {
996 'dependencies': [ 991 'dependencies': [
997 '../chrome/chrome.gyp:crash_service_win64', 992 '../chrome/chrome.gyp:crash_service_win64',
998 ], 993 ],
999 }], 994 }],
1000 ], 995 ],
1001 }, 996 },
1002 { 997 {
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 '../ui/events/events.gyp:*', 1134 '../ui/events/events.gyp:*',
1140 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1135 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1141 '../ui/keyboard/keyboard.gyp:*', 1136 '../ui/keyboard/keyboard.gyp:*',
1142 '../ui/message_center/message_center.gyp:*', 1137 '../ui/message_center/message_center.gyp:*',
1143 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1138 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1144 '../ui/ui_unittests.gyp:ui_unittests', 1139 '../ui/ui_unittests.gyp:ui_unittests',
1145 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1140 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1146 '../ui/views/views.gyp:views', 1141 '../ui/views/views.gyp:views',
1147 '../ui/views/views.gyp:views_unittests', 1142 '../ui/views/views.gyp:views_unittests',
1148 '../ui/wm/wm.gyp:*', 1143 '../ui/wm/wm.gyp:*',
1149 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
1150 'blink_tests', 1144 'blink_tests',
1151 ], 1145 ],
1152 'conditions': [ 1146 'conditions': [
1153 ['OS=="win"', { 1147 ['OS=="win"', {
1154 'dependencies': [ 1148 'dependencies': [
1155 '../chrome/chrome.gyp:crash_service', 1149 '../chrome/chrome.gyp:crash_service',
1156 ], 1150 ],
1157 }], 1151 }],
1158 ['OS=="win" and target_arch=="ia32"', { 1152 ['OS=="win" and target_arch=="ia32"', {
1159 'dependencies': [ 1153 'dependencies': [
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1233 'dependencies': [ 1227 'dependencies': [
1234 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1228 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1235 '../ui/views/views.gyp:views', 1229 '../ui/views/views.gyp:views',
1236 '../ui/views/views.gyp:views_unittests', 1230 '../ui/views/views.gyp:views_unittests',
1237 ], 1231 ],
1238 }, # target_name: macviews_builder 1232 }, # target_name: macviews_builder
1239 ], # targets 1233 ], # targets
1240 }], # os=='mac' and toolkit_views==1 1234 }], # os=='mac' and toolkit_views==1
1241 ], # conditions 1235 ], # conditions
1242 } 1236 }
OLDNEW
« no previous file with comments | « no previous file | build/android/pylib/gtest/gtest_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698