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

Side by Side Diff: build/all.gyp

Issue 731883002: Stop building ui_unittests target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « PRESUBMIT.py ('k') | 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 '../mojo/edk/mojo_edk.gyp:mojo_public_utility_unittests', 49 '../mojo/edk/mojo_edk.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.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',
60 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', 59 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests',
61 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 60 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
62 ], 61 ],
63 }], 62 }],
64 ['OS=="android"', { 63 ['OS=="android"', {
65 'dependencies': [ 64 'dependencies': [
66 '../content/content_shell_and_tests.gyp:content_shell_apk', 65 '../content/content_shell_and_tests.gyp:content_shell_apk',
67 '<@(android_app_targets)', 66 '<@(android_app_targets)',
68 'android_builder_tests', 67 'android_builder_tests',
69 '../android_webview/android_webview.gyp:android_webview_apk', 68 '../android_webview/android_webview.gyp:android_webview_apk',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'target_name': 'chromium_builder_tests', 300 'target_name': 'chromium_builder_tests',
302 'type': 'none', 301 'type': 'none',
303 'dependencies': [ 302 'dependencies': [
304 '../base/base.gyp:base_unittests', 303 '../base/base.gyp:base_unittests',
305 '../components/components_tests.gyp:components_unittests', 304 '../components/components_tests.gyp:components_unittests',
306 '../crypto/crypto.gyp:crypto_unittests', 305 '../crypto/crypto.gyp:crypto_unittests',
307 '../net/net.gyp:net_unittests', 306 '../net/net.gyp:net_unittests',
308 '../sql/sql.gyp:sql_unittests', 307 '../sql/sql.gyp:sql_unittests',
309 '../sync/sync.gyp:sync_unit_tests', 308 '../sync/sync.gyp:sync_unit_tests',
310 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 309 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
311 '../ui/base/ui_base_tests.gyp:ui_unittests',
312 '../ui/display/display.gyp:display_unittests', 310 '../ui/display/display.gyp:display_unittests',
313 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 311 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
314 '../url/url.gyp:url_unittests', 312 '../url/url.gyp:url_unittests',
315 ], 313 ],
316 'conditions': [ 314 'conditions': [
317 ['OS!="ios" and OS!="android"', { 315 ['OS!="ios" and OS!="android"', {
318 'dependencies': [ 316 'dependencies': [
319 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 317 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
320 '../cc/cc_tests.gyp:cc_unittests', 318 '../cc/cc_tests.gyp:cc_unittests',
321 '../chrome/chrome.gyp:browser_tests', 319 '../chrome/chrome.gyp:browser_tests',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', 816 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
819 '../sql/sql.gyp:sql_unittests', 817 '../sql/sql.gyp:sql_unittests',
820 '../sync/sync.gyp:sync_unit_tests', 818 '../sync/sync.gyp:sync_unit_tests',
821 '../testing/android/junit/junit_test.gyp:junit_unit_tests', 819 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
822 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 820 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
823 '../third_party/WebKit/public/all.gyp:*', 821 '../third_party/WebKit/public/all.gyp:*',
824 '../tools/android/android_tools.gyp:android_tools', 822 '../tools/android/android_tools.gyp:android_tools',
825 '../tools/android/android_tools.gyp:memconsumer', 823 '../tools/android/android_tools.gyp:memconsumer',
826 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 824 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
827 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 825 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
828 '../ui/base/ui_base_tests.gyp:ui_unittests',
829 '../ui/events/events.gyp:events_unittests', 826 '../ui/events/events.gyp:events_unittests',
830 # Unit test bundles packaged as an apk. 827 # Unit test bundles packaged as an apk.
831 '../android_webview/android_webview.gyp:android_webview_test_apk', 828 '../android_webview/android_webview.gyp:android_webview_test_apk',
832 '../android_webview/android_webview.gyp:android_webview_unittests_ap k', 829 '../android_webview/android_webview.gyp:android_webview_unittests_ap k',
833 '../base/base.gyp:base_unittests_apk', 830 '../base/base.gyp:base_unittests_apk',
834 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 831 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
835 '../cc/cc_tests.gyp:cc_unittests_apk', 832 '../cc/cc_tests.gyp:cc_unittests_apk',
836 '../chrome/chrome.gyp:chrome_shell_test_apk', 833 '../chrome/chrome.gyp:chrome_shell_test_apk',
837 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', 834 '../chrome/chrome.gyp:chrome_sync_shell_test_apk',
838 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', 835 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
839 '../chrome/chrome.gyp:unit_tests_apk', 836 '../chrome/chrome.gyp:unit_tests_apk',
840 '../components/components_tests.gyp:components_unittests_apk', 837 '../components/components_tests.gyp:components_unittests_apk',
841 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 838 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
842 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 839 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
843 '../content/content_shell_and_tests.gyp:content_unittests_apk', 840 '../content/content_shell_and_tests.gyp:content_unittests_apk',
844 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', 841 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
845 '../gpu/gpu.gyp:gl_tests_apk', 842 '../gpu/gpu.gyp:gl_tests_apk',
846 '../gpu/gpu.gyp:gpu_unittests_apk', 843 '../gpu/gpu.gyp:gpu_unittests_apk',
847 '../ipc/ipc.gyp:ipc_tests_apk', 844 '../ipc/ipc.gyp:ipc_tests_apk',
848 '../media/media.gyp:media_unittests_apk', 845 '../media/media.gyp:media_unittests_apk',
849 '../net/net.gyp:net_unittests_apk', 846 '../net/net.gyp:net_unittests_apk',
850 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 847 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
851 '../sql/sql.gyp:sql_unittests_apk', 848 '../sql/sql.gyp:sql_unittests_apk',
852 '../sync/sync.gyp:sync_unit_tests_apk', 849 '../sync/sync.gyp:sync_unit_tests_apk',
853 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', 850 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk',
854 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', 851 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk',
855 '../ui/base/ui_base_tests.gyp:ui_unittests_apk',
856 '../ui/events/events.gyp:events_unittests_apk', 852 '../ui/events/events.gyp:events_unittests_apk',
857 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 853 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
858 ], 854 ],
859 'conditions': [ 855 'conditions': [
860 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', { 856 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', {
861 'dependencies': [ 857 'dependencies': [
862 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', 858 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
863 '../components/devtools_bridge.gyp:devtools_bridge_tests2_apk', 859 '../components/devtools_bridge.gyp:devtools_bridge_tests2_apk',
864 ], 860 ],
865 }], 861 }],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 '../rlz/rlz.gyp:*', 919 '../rlz/rlz.gyp:*',
924 '../sql/sql.gyp:sql_unittests', 920 '../sql/sql.gyp:sql_unittests',
925 '../sync/sync.gyp:sync_unit_tests', 921 '../sync/sync.gyp:sync_unit_tests',
926 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 922 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
927 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 923 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
928 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 924 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
929 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 925 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
930 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 926 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
931 '../tools/telemetry/telemetry.gyp:*', 927 '../tools/telemetry/telemetry.gyp:*',
932 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 928 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
933 '../ui/base/ui_base_tests.gyp:ui_unittests',
934 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 929 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
935 '../url/url.gyp:url_unittests', 930 '../url/url.gyp:url_unittests',
936 ], 931 ],
937 }, 932 },
938 { 933 {
939 'target_name': 'chromium_builder_rel', 934 'target_name': 'chromium_builder_rel',
940 'type': 'none', 935 'type': 'none',
941 'dependencies': [ 936 'dependencies': [
942 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 937 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
943 '../cc/cc_tests.gyp:cc_unittests', 938 '../cc/cc_tests.gyp:cc_unittests',
(...skipping 17 matching lines...) Expand all
961 '../remoting/remoting.gyp:remoting_unittests', 956 '../remoting/remoting.gyp:remoting_unittests',
962 '../sql/sql.gyp:sql_unittests', 957 '../sql/sql.gyp:sql_unittests',
963 '../sync/sync.gyp:sync_unit_tests', 958 '../sync/sync.gyp:sync_unit_tests',
964 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 959 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
965 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 960 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
966 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 961 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
967 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 962 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
968 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 963 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
969 '../tools/telemetry/telemetry.gyp:*', 964 '../tools/telemetry/telemetry.gyp:*',
970 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 965 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
971 '../ui/base/ui_base_tests.gyp:ui_unittests',
972 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 966 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
973 '../url/url.gyp:url_unittests', 967 '../url/url.gyp:url_unittests',
974 ], 968 ],
975 }, 969 },
976 { 970 {
977 'target_name': 'chromium_builder_dbg_tsan_mac', 971 'target_name': 'chromium_builder_dbg_tsan_mac',
978 'type': 'none', 972 'type': 'none',
979 'dependencies': [ 973 'dependencies': [
980 '../base/base.gyp:base_unittests', 974 '../base/base.gyp:base_unittests',
981 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 975 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
(...skipping 28 matching lines...) Expand all
1010 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1004 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1011 '../printing/printing.gyp:printing_unittests', 1005 '../printing/printing.gyp:printing_unittests',
1012 '../remoting/remoting.gyp:remoting_unittests', 1006 '../remoting/remoting.gyp:remoting_unittests',
1013 '../sql/sql.gyp:sql_unittests', 1007 '../sql/sql.gyp:sql_unittests',
1014 '../sync/sync.gyp:sync_unit_tests', 1008 '../sync/sync.gyp:sync_unit_tests',
1015 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1009 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1016 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 1010 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1017 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1011 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1018 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1012 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1019 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1013 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1020 '../ui/base/ui_base_tests.gyp:ui_unittests',
1021 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1014 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1022 '../url/url.gyp:url_unittests', 1015 '../url/url.gyp:url_unittests',
1023 ], 1016 ],
1024 }, 1017 },
1025 ], # targets 1018 ], # targets
1026 }], # OS="mac" 1019 }], # OS="mac"
1027 ['OS=="win"', { 1020 ['OS=="win"', {
1028 'targets': [ 1021 'targets': [
1029 # These targets are here so the build bots can use them to build 1022 # These targets are here so the build bots can use them to build
1030 # subsets of a full tree for faster cycle times. 1023 # subsets of a full tree for faster cycle times.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 '../remoting/remoting.gyp:remoting_unittests', 1055 '../remoting/remoting.gyp:remoting_unittests',
1063 '../sql/sql.gyp:sql_unittests', 1056 '../sql/sql.gyp:sql_unittests',
1064 '../sync/sync.gyp:sync_unit_tests', 1057 '../sync/sync.gyp:sync_unit_tests',
1065 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1058 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1066 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 1059 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1067 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1060 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1068 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1061 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1069 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 1062 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1070 '../tools/telemetry/telemetry.gyp:*', 1063 '../tools/telemetry/telemetry.gyp:*',
1071 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1064 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1072 '../ui/base/ui_base_tests.gyp:ui_unittests',
1073 '../ui/events/events.gyp:events_unittests', 1065 '../ui/events/events.gyp:events_unittests',
1074 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1066 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1075 '../ui/views/views.gyp:views_unittests', 1067 '../ui/views/views.gyp:views_unittests',
1076 '../url/url.gyp:url_unittests', 1068 '../url/url.gyp:url_unittests',
1077 ], 1069 ],
1078 'conditions': [ 1070 'conditions': [
1079 ['target_arch=="ia32"', { 1071 ['target_arch=="ia32"', {
1080 'dependencies': [ 1072 'dependencies': [
1081 '../chrome/chrome.gyp:crash_service_win64', 1073 '../chrome/chrome.gyp:crash_service_win64',
1082 ], 1074 ],
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 '../courgette/courgette.gyp:courgette64', 1200 '../courgette/courgette.gyp:courgette64',
1209 '../ipc/ipc.gyp:ipc_tests', 1201 '../ipc/ipc.gyp:ipc_tests',
1210 '../media/media.gyp:media_unittests', 1202 '../media/media.gyp:media_unittests',
1211 '../net/net.gyp:net_unittests_run', 1203 '../net/net.gyp:net_unittests_run',
1212 '../printing/printing.gyp:printing_unittests', 1204 '../printing/printing.gyp:printing_unittests',
1213 '../remoting/remoting.gyp:remoting_webapp', 1205 '../remoting/remoting.gyp:remoting_webapp',
1214 '../sql/sql.gyp:sql_unittests', 1206 '../sql/sql.gyp:sql_unittests',
1215 '../sync/sync.gyp:sync_unit_tests', 1207 '../sync/sync.gyp:sync_unit_tests',
1216 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', 1208 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
1217 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1209 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1218 '../ui/base/ui_base_tests.gyp:ui_unittests',
1219 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1210 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1220 '../ui/views/views.gyp:views_unittests', 1211 '../ui/views/views.gyp:views_unittests',
1221 '../url/url.gyp:url_unittests', 1212 '../url/url.gyp:url_unittests',
1222 ], 1213 ],
1223 'conditions': [ 1214 'conditions': [
1224 ['target_arch=="ia32"', { 1215 ['target_arch=="ia32"', {
1225 'dependencies': [ 1216 'dependencies': [
1226 '../chrome/chrome.gyp:crash_service_win64', 1217 '../chrome/chrome.gyp:crash_service_win64',
1227 ], 1218 ],
1228 }], 1219 }],
(...skipping 22 matching lines...) Expand all
1251 '../components/components_tests.gyp:components_unittests', 1242 '../components/components_tests.gyp:components_unittests',
1252 '../content/content_shell_and_tests.gyp:content_browsertests', 1243 '../content/content_shell_and_tests.gyp:content_browsertests',
1253 '../content/content_shell_and_tests.gyp:content_unittests', 1244 '../content/content_shell_and_tests.gyp:content_unittests',
1254 '../device/device_tests.gyp:device_unittests', 1245 '../device/device_tests.gyp:device_unittests',
1255 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1246 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1256 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1247 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1257 '../remoting/remoting.gyp:remoting_unittests', 1248 '../remoting/remoting.gyp:remoting_unittests',
1258 '../ui/app_list/app_list.gyp:*', 1249 '../ui/app_list/app_list.gyp:*',
1259 '../ui/aura/aura.gyp:*', 1250 '../ui/aura/aura.gyp:*',
1260 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1251 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1261 '../ui/base/ui_base_tests.gyp:ui_unittests',
1262 '../ui/compositor/compositor.gyp:*', 1252 '../ui/compositor/compositor.gyp:*',
1263 '../ui/display/display.gyp:display_unittests', 1253 '../ui/display/display.gyp:display_unittests',
1264 '../ui/events/events.gyp:*', 1254 '../ui/events/events.gyp:*',
1265 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1255 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1266 '../ui/keyboard/keyboard.gyp:*', 1256 '../ui/keyboard/keyboard.gyp:*',
1267 '../ui/message_center/message_center.gyp:*', 1257 '../ui/message_center/message_center.gyp:*',
1268 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1258 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1269 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1259 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1270 '../ui/views/views.gyp:views', 1260 '../ui/views/views.gyp:views',
1271 '../ui/views/views.gyp:views_unittests', 1261 '../ui/views/views.gyp:views_unittests',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 'dependencies': [ 1368 'dependencies': [
1379 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1369 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1380 '../ui/views/views.gyp:views', 1370 '../ui/views/views.gyp:views',
1381 '../ui/views/views.gyp:views_unittests', 1371 '../ui/views/views.gyp:views_unittests',
1382 ], 1372 ],
1383 }, # target_name: macviews_builder 1373 }, # target_name: macviews_builder
1384 ], # targets 1374 ], # targets
1385 }], # os=='mac' and toolkit_views==1 1375 }], # os=='mac' and toolkit_views==1
1386 ], # conditions 1376 ], # conditions
1387 } 1377 }
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | build/android/pylib/gtest/gtest_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698