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

Side by Side Diff: build/all.gyp

Issue 291753002: Reland "Move a good set of gfx unit tests into gfx_unittests target." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change to use UI_TEST_PAK Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('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 20 matching lines...) Expand all
31 '../third_party/zlib/zlib.gyp:*', 31 '../third_party/zlib/zlib.gyp:*',
32 '../ui/accessibility/accessibility.gyp:*', 32 '../ui/accessibility/accessibility.gyp:*',
33 '../ui/base/ui_base.gyp:*', 33 '../ui/base/ui_base.gyp:*',
34 '../ui/snapshot/snapshot.gyp:*', 34 '../ui/snapshot/snapshot.gyp:*',
35 '../url/url.gyp:*', 35 '../url/url.gyp:*',
36 ], 36 ],
37 'conditions': [ 37 'conditions': [
38 ['OS=="ios"', { 38 ['OS=="ios"', {
39 'dependencies': [ 39 'dependencies': [
40 '../ios/ios.gyp:*', 40 '../ios/ios.gyp:*',
41 '../ui/gfx/gfx.gyp:gfx_unittests', 41 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
42 '../ui/ui_unittests.gyp:ui_unittests', 42 '../ui/ui_unittests.gyp:ui_unittests',
43 ], 43 ],
44 }], 44 }],
45 ['OS=="android"', { 45 ['OS=="android"', {
46 'dependencies': [ 46 'dependencies': [
47 '../content/content_shell_and_tests.gyp:content_shell_apk', 47 '../content/content_shell_and_tests.gyp:content_shell_apk',
48 '../mojo/mojo.gyp:mojo_shell_apk', 48 '../mojo/mojo.gyp:mojo_shell_apk',
49 '../mojo/mojo.gyp:mojo_test_apk', 49 '../mojo/mojo.gyp:mojo_test_apk',
50 '<@(android_app_targets)', 50 '<@(android_app_targets)',
51 'android_builder_tests', 51 'android_builder_tests',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 # TODO: Consider merging that with this target. 249 # TODO: Consider merging that with this target.
250 'target_name': 'chromium_builder_tests', 250 'target_name': 'chromium_builder_tests',
251 'type': 'none', 251 'type': 'none',
252 'dependencies': [ 252 'dependencies': [
253 '../base/base.gyp:base_unittests', 253 '../base/base.gyp:base_unittests',
254 '../components/components_tests.gyp:components_unittests', 254 '../components/components_tests.gyp:components_unittests',
255 '../crypto/crypto.gyp:crypto_unittests', 255 '../crypto/crypto.gyp:crypto_unittests',
256 '../net/net.gyp:net_unittests', 256 '../net/net.gyp:net_unittests',
257 '../sql/sql.gyp:sql_unittests', 257 '../sql/sql.gyp:sql_unittests',
258 '../sync/sync.gyp:sync_unit_tests', 258 '../sync/sync.gyp:sync_unit_tests',
259 '../ui/gfx/gfx.gyp:gfx_unittests', 259 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
260 '../ui/ui_unittests.gyp:ui_unittests', 260 '../ui/ui_unittests.gyp:ui_unittests',
261 '../url/url.gyp:url_unittests', 261 '../url/url.gyp:url_unittests',
262 ], 262 ],
263 'conditions': [ 263 'conditions': [
264 ['OS!="ios" and OS!="android"', { 264 ['OS!="ios" and OS!="android"', {
265 'dependencies': [ 265 'dependencies': [
266 '../cc/cc_tests.gyp:cc_unittests', 266 '../cc/cc_tests.gyp:cc_unittests',
267 '../chrome/chrome.gyp:browser_tests', 267 '../chrome/chrome.gyp:browser_tests',
268 '../chrome/chrome.gyp:chromedriver_tests', 268 '../chrome/chrome.gyp:chromedriver_tests',
269 '../chrome/chrome.gyp:chromedriver_unittests', 269 '../chrome/chrome.gyp:chromedriver_unittests',
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 '../content/content_shell_and_tests.gyp:video_decode_accelerator _unittest_apk', 763 '../content/content_shell_and_tests.gyp:video_decode_accelerator _unittest_apk',
764 '../gpu/gpu.gyp:gl_tests_apk', 764 '../gpu/gpu.gyp:gl_tests_apk',
765 '../gpu/gpu.gyp:gpu_unittests_apk', 765 '../gpu/gpu.gyp:gpu_unittests_apk',
766 '../ipc/ipc.gyp:ipc_tests_apk', 766 '../ipc/ipc.gyp:ipc_tests_apk',
767 '../media/media.gyp:media_unittests_apk', 767 '../media/media.gyp:media_unittests_apk',
768 '../net/net.gyp:net_unittests_apk', 768 '../net/net.gyp:net_unittests_apk',
769 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 769 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
770 '../sql/sql.gyp:sql_unittests_apk', 770 '../sql/sql.gyp:sql_unittests_apk',
771 '../sync/sync.gyp:sync_unit_tests_apk', 771 '../sync/sync.gyp:sync_unit_tests_apk',
772 '../ui/events/events.gyp:events_unittests_apk', 772 '../ui/events/events.gyp:events_unittests_apk',
773 '../ui/gfx/gfx.gyp:gfx_unittests_apk', 773 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
774 '../ui/ui_unittests.gyp:ui_unittests_apk', 774 '../ui/ui_unittests.gyp:ui_unittests_apk',
775 '../android_webview/android_webview.gyp:android_webview_test_apk ', 775 '../android_webview/android_webview.gyp:android_webview_test_apk ',
776 '../chrome/chrome.gyp:chrome_shell_test_apk', 776 '../chrome/chrome.gyp:chrome_shell_test_apk',
777 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', 777 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
778 '../webkit/renderer/compositor_bindings/compositor_bindings_test s.gyp:webkit_compositor_bindings_unittests_apk' 778 '../webkit/renderer/compositor_bindings/compositor_bindings_test s.gyp:webkit_compositor_bindings_unittests_apk'
779 ], 779 ],
780 }], 780 }],
781 ], 781 ],
782 }, 782 },
783 { 783 {
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 '../printing/printing.gyp:printing_unittests', 863 '../printing/printing.gyp:printing_unittests',
864 '../remoting/remoting.gyp:remoting_unittests', 864 '../remoting/remoting.gyp:remoting_unittests',
865 '../rlz/rlz.gyp:*', 865 '../rlz/rlz.gyp:*',
866 '../sql/sql.gyp:sql_unittests', 866 '../sql/sql.gyp:sql_unittests',
867 '../sync/sync.gyp:sync_unit_tests', 867 '../sync/sync.gyp:sync_unit_tests',
868 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 868 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
869 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 869 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
870 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 870 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
871 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 871 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
872 '../tools/telemetry/telemetry.gyp:*', 872 '../tools/telemetry/telemetry.gyp:*',
873 '../ui/gfx/gfx.gyp:gfx_unittests', 873 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
874 '../ui/ui_unittests.gyp:ui_unittests', 874 '../ui/ui_unittests.gyp:ui_unittests',
875 '../url/url.gyp:url_unittests', 875 '../url/url.gyp:url_unittests',
876 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 876 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
877 ], 877 ],
878 }, 878 },
879 { 879 {
880 'target_name': 'chromium_builder_rel', 880 'target_name': 'chromium_builder_rel',
881 'type': 'none', 881 'type': 'none',
882 'dependencies': [ 882 'dependencies': [
883 '../cc/cc_tests.gyp:cc_unittests', 883 '../cc/cc_tests.gyp:cc_unittests',
(...skipping 14 matching lines...) Expand all
898 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 898 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
899 '../printing/printing.gyp:printing_unittests', 899 '../printing/printing.gyp:printing_unittests',
900 '../remoting/remoting.gyp:remoting_unittests', 900 '../remoting/remoting.gyp:remoting_unittests',
901 '../sql/sql.gyp:sql_unittests', 901 '../sql/sql.gyp:sql_unittests',
902 '../sync/sync.gyp:sync_unit_tests', 902 '../sync/sync.gyp:sync_unit_tests',
903 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 903 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
904 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 904 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
905 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 905 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
906 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 906 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
907 '../tools/telemetry/telemetry.gyp:*', 907 '../tools/telemetry/telemetry.gyp:*',
908 '../ui/gfx/gfx.gyp:gfx_unittests', 908 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
909 '../ui/ui_unittests.gyp:ui_unittests', 909 '../ui/ui_unittests.gyp:ui_unittests',
910 '../url/url.gyp:url_unittests', 910 '../url/url.gyp:url_unittests',
911 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 911 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
912 ], 912 ],
913 }, 913 },
914 { 914 {
915 'target_name': 'chromium_builder_dbg_tsan_mac', 915 'target_name': 'chromium_builder_dbg_tsan_mac',
916 'type': 'none', 916 'type': 'none',
917 'dependencies': [ 917 'dependencies': [
918 '../base/base.gyp:base_unittests', 918 '../base/base.gyp:base_unittests',
(...skipping 27 matching lines...) Expand all
946 '../media/media.gyp:media_unittests', 946 '../media/media.gyp:media_unittests',
947 '../net/net.gyp:net_unittests', 947 '../net/net.gyp:net_unittests',
948 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 948 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
949 '../printing/printing.gyp:printing_unittests', 949 '../printing/printing.gyp:printing_unittests',
950 '../remoting/remoting.gyp:remoting_unittests', 950 '../remoting/remoting.gyp:remoting_unittests',
951 '../sql/sql.gyp:sql_unittests', 951 '../sql/sql.gyp:sql_unittests',
952 '../sync/sync.gyp:sync_unit_tests', 952 '../sync/sync.gyp:sync_unit_tests',
953 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 953 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
954 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 954 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
955 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 955 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
956 '../ui/gfx/gfx.gyp:gfx_unittests', 956 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
957 '../ui/ui_unittests.gyp:ui_unittests', 957 '../ui/ui_unittests.gyp:ui_unittests',
958 '../url/url.gyp:url_unittests', 958 '../url/url.gyp:url_unittests',
959 ], 959 ],
960 }, 960 },
961 ], # targets 961 ], # targets
962 }], # OS="mac" 962 }], # OS="mac"
963 ['OS=="win"', { 963 ['OS=="win"', {
964 'targets': [ 964 'targets': [
965 # These targets are here so the build bots can use them to build 965 # These targets are here so the build bots can use them to build
966 # subsets of a full tree for faster cycle times. 966 # subsets of a full tree for faster cycle times.
(...skipping 30 matching lines...) Expand all
997 '../printing/printing.gyp:printing_unittests', 997 '../printing/printing.gyp:printing_unittests',
998 '../remoting/remoting.gyp:remoting_unittests', 998 '../remoting/remoting.gyp:remoting_unittests',
999 '../sql/sql.gyp:sql_unittests', 999 '../sql/sql.gyp:sql_unittests',
1000 '../sync/sync.gyp:sync_unit_tests', 1000 '../sync/sync.gyp:sync_unit_tests',
1001 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1001 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1002 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1002 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1003 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1003 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1004 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 1004 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1005 '../tools/telemetry/telemetry.gyp:*', 1005 '../tools/telemetry/telemetry.gyp:*',
1006 '../ui/events/events.gyp:events_unittests', 1006 '../ui/events/events.gyp:events_unittests',
1007 '../ui/gfx/gfx.gyp:gfx_unittests', 1007 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1008 '../ui/ui_unittests.gyp:ui_unittests', 1008 '../ui/ui_unittests.gyp:ui_unittests',
1009 '../ui/views/views.gyp:views_unittests', 1009 '../ui/views/views.gyp:views_unittests',
1010 '../url/url.gyp:url_unittests', 1010 '../url/url.gyp:url_unittests',
1011 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 1011 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
1012 ], 1012 ],
1013 'conditions': [ 1013 'conditions': [
1014 ['target_arch=="ia32"', { 1014 ['target_arch=="ia32"', {
1015 'dependencies': [ 1015 'dependencies': [
1016 '../chrome/chrome.gyp:crash_service_win64', 1016 '../chrome/chrome.gyp:crash_service_win64',
1017 ], 1017 ],
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 '../courgette/courgette.gyp:courgette64', 1102 '../courgette/courgette.gyp:courgette64',
1103 '../ipc/ipc.gyp:ipc_tests', 1103 '../ipc/ipc.gyp:ipc_tests',
1104 '../media/media.gyp:media_unittests', 1104 '../media/media.gyp:media_unittests',
1105 '../net/net.gyp:net_unittests_run', 1105 '../net/net.gyp:net_unittests_run',
1106 '../pdf/pdf.gyp:pdf', 1106 '../pdf/pdf.gyp:pdf',
1107 '../printing/printing.gyp:printing_unittests', 1107 '../printing/printing.gyp:printing_unittests',
1108 '../remoting/remoting.gyp:remoting_webapp', 1108 '../remoting/remoting.gyp:remoting_webapp',
1109 '../sql/sql.gyp:sql_unittests', 1109 '../sql/sql.gyp:sql_unittests',
1110 '../sync/sync.gyp:sync_unit_tests', 1110 '../sync/sync.gyp:sync_unit_tests',
1111 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', 1111 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
1112 '../ui/gfx/gfx.gyp:gfx_unittests', 1112 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1113 '../ui/ui_unittests.gyp:ui_unittests', 1113 '../ui/ui_unittests.gyp:ui_unittests',
1114 '../ui/views/views.gyp:views_unittests', 1114 '../ui/views/views.gyp:views_unittests',
1115 '../url/url.gyp:url_unittests', 1115 '../url/url.gyp:url_unittests',
1116 ], 1116 ],
1117 'conditions': [ 1117 'conditions': [
1118 ['target_arch=="ia32"', { 1118 ['target_arch=="ia32"', {
1119 'dependencies': [ 1119 'dependencies': [
1120 '../chrome/chrome.gyp:crash_service_win64', 1120 '../chrome/chrome.gyp:crash_service_win64',
1121 ], 1121 ],
1122 }], 1122 }],
(...skipping 24 matching lines...) Expand all
1147 '../content/content_shell_and_tests.gyp:content_browsertests', 1147 '../content/content_shell_and_tests.gyp:content_browsertests',
1148 '../content/content_shell_and_tests.gyp:content_unittests', 1148 '../content/content_shell_and_tests.gyp:content_unittests',
1149 '../device/device_tests.gyp:device_unittests', 1149 '../device/device_tests.gyp:device_unittests',
1150 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1150 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1151 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1151 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1152 '../remoting/remoting.gyp:remoting_unittests', 1152 '../remoting/remoting.gyp:remoting_unittests',
1153 '../ui/app_list/app_list.gyp:*', 1153 '../ui/app_list/app_list.gyp:*',
1154 '../ui/aura/aura.gyp:*', 1154 '../ui/aura/aura.gyp:*',
1155 '../ui/compositor/compositor.gyp:*', 1155 '../ui/compositor/compositor.gyp:*',
1156 '../ui/events/events.gyp:*', 1156 '../ui/events/events.gyp:*',
1157 '../ui/wm/wm.gyp:*', 1157 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1158 '../ui/gfx/gfx.gyp:gfx_unittests',
1159 '../ui/keyboard/keyboard.gyp:*', 1158 '../ui/keyboard/keyboard.gyp:*',
1160 '../ui/message_center/message_center.gyp:*', 1159 '../ui/message_center/message_center.gyp:*',
1161 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1160 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1162 '../ui/ui_unittests.gyp:ui_unittests', 1161 '../ui/ui_unittests.gyp:ui_unittests',
1163 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1162 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1164 '../ui/views/views.gyp:views', 1163 '../ui/views/views.gyp:views',
1165 '../ui/views/views.gyp:views_unittests', 1164 '../ui/views/views.gyp:views_unittests',
1165 '../ui/wm/wm.gyp:*',
1166 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 1166 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
1167 'blink_tests', 1167 'blink_tests',
1168 ], 1168 ],
1169 'conditions': [ 1169 'conditions': [
1170 ['OS=="win"', { 1170 ['OS=="win"', {
1171 'dependencies': [ 1171 'dependencies': [
1172 '../chrome/chrome.gyp:crash_service', 1172 '../chrome/chrome.gyp:crash_service',
1173 ], 1173 ],
1174 }], 1174 }],
1175 ['OS=="win" and target_arch=="ia32"', { 1175 ['OS=="win" and target_arch=="ia32"', {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 # http://crbug.com/157234 1234 # http://crbug.com/157234
1235 #'../chrome/chrome.gyp:sync_integration_tests_run', 1235 #'../chrome/chrome.gyp:sync_integration_tests_run',
1236 '../chrome/chrome.gyp:unit_tests_run', 1236 '../chrome/chrome.gyp:unit_tests_run',
1237 '../net/net.gyp:net_unittests_run', 1237 '../net/net.gyp:net_unittests_run',
1238 ], 1238 ],
1239 }, # target_name: chromium_swarm_tests 1239 }, # target_name: chromium_swarm_tests
1240 ], 1240 ],
1241 }], 1241 }],
1242 ], # conditions 1242 ], # conditions
1243 } 1243 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698