OLD | NEW |
---|---|
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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
304 { | 304 { |
305 # Note: Android uses android_builder_tests below. | 305 # Note: Android uses android_builder_tests below. |
306 # TODO: Consider merging that with this target. | 306 # TODO: Consider merging that with this target. |
307 'target_name': 'chromium_builder_tests', | 307 'target_name': 'chromium_builder_tests', |
308 'type': 'none', | 308 'type': 'none', |
309 'dependencies': [ | 309 'dependencies': [ |
310 '../base/base.gyp:base_unittests', | 310 '../base/base.gyp:base_unittests', |
311 '../components/components_tests.gyp:components_unittests', | 311 '../components/components_tests.gyp:components_unittests', |
312 '../crypto/crypto.gyp:crypto_unittests', | 312 '../crypto/crypto.gyp:crypto_unittests', |
313 '../net/net.gyp:net_unittests', | 313 '../net/net.gyp:net_unittests', |
314 '../skia/skia_tests.gyp:skia_unittests', | |
314 '../sql/sql.gyp:sql_unittests', | 315 '../sql/sql.gyp:sql_unittests', |
315 '../sync/sync.gyp:sync_unit_tests', | 316 '../sync/sync.gyp:sync_unit_tests', |
316 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 317 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
317 '../ui/display/display.gyp:display_unittests', | 318 '../ui/display/display.gyp:display_unittests', |
318 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 319 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
319 '../url/url.gyp:url_unittests', | 320 '../url/url.gyp:url_unittests', |
320 ], | 321 ], |
321 'conditions': [ | 322 'conditions': [ |
322 ['OS!="ios" and OS!="mac"', { | 323 ['OS!="ios" and OS!="mac"', { |
323 'dependencies': [ | 324 'dependencies': [ |
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
832 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', | 833 '../content/content_shell_and_tests.gyp:chromium_linker_test_apk', |
833 '../content/content_shell_and_tests.gyp:content_shell_test_apk', | 834 '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
834 '../content/content_shell_and_tests.gyp:content_unittests', | 835 '../content/content_shell_and_tests.gyp:content_unittests', |
835 '../gpu/gpu.gyp:gl_tests', | 836 '../gpu/gpu.gyp:gl_tests', |
836 '../gpu/gpu.gyp:gpu_unittests', | 837 '../gpu/gpu.gyp:gpu_unittests', |
837 '../ipc/ipc.gyp:ipc_tests', | 838 '../ipc/ipc.gyp:ipc_tests', |
838 '../media/media.gyp:media_perftests_apk', | 839 '../media/media.gyp:media_perftests_apk', |
839 '../media/media.gyp:media_unittests', | 840 '../media/media.gyp:media_unittests', |
840 '../net/net.gyp:net_unittests', | 841 '../net/net.gyp:net_unittests', |
841 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', | 842 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', |
843 '../skia/skia_tests.gyp:skia_unittests', | |
842 '../sql/sql.gyp:sql_unittests', | 844 '../sql/sql.gyp:sql_unittests', |
843 '../sync/sync.gyp:sync_unit_tests', | 845 '../sync/sync.gyp:sync_unit_tests', |
844 '../testing/android/junit/junit_test.gyp:junit_unit_tests', | 846 '../testing/android/junit/junit_test.gyp:junit_unit_tests', |
845 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', | 847 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', |
846 '../third_party/WebKit/public/all.gyp:*', | 848 '../third_party/WebKit/public/all.gyp:*', |
847 '../tools/android/android_tools.gyp:android_tools', | 849 '../tools/android/android_tools.gyp:android_tools', |
848 '../tools/android/android_tools.gyp:memconsumer', | 850 '../tools/android/android_tools.gyp:memconsumer', |
849 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', | 851 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', |
850 '../ui/android/ui_android.gyp:ui_android_unittests', | 852 '../ui/android/ui_android.gyp:ui_android_unittests', |
851 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 853 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
852 '../ui/events/events.gyp:events_unittests', | 854 '../ui/events/events.gyp:events_unittests', |
853 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', | 855 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', |
854 # Unit test bundles packaged as an apk. | 856 # Unit test bundles packaged as an apk. |
855 '../android_webview/android_webview.gyp:android_webview_test_apk', | 857 '../android_webview/android_webview.gyp:android_webview_test_apk', |
856 '../android_webview/android_webview.gyp:android_webview_unittests_ap k', | 858 '../android_webview/android_webview.gyp:android_webview_unittests_ap k', |
857 '../base/base.gyp:base_unittests_apk', | 859 '../base/base.gyp:base_unittests_apk', |
858 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', | 860 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', |
859 '../cc/cc_tests.gyp:cc_unittests_apk', | 861 '../cc/cc_tests.gyp:cc_unittests_apk', |
860 '../chrome/chrome.gyp:chrome_shell_test_apk', | 862 '../chrome/chrome.gyp:chrome_shell_test_apk', |
861 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', | 863 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', |
862 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', | 864 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
863 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', | 865 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', |
864 '../chrome/chrome.gyp:unit_tests_apk', | 866 '../chrome/chrome.gyp:unit_tests_apk', |
danakj
2014/12/23 17:40:52
is there no skia_unittests_apk?
http://build.chr
tfarina
2014/12/24 21:23:07
Done.
| |
865 '../components/components_tests.gyp:components_unittests_apk', | 867 '../components/components_tests.gyp:components_unittests_apk', |
866 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 868 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
867 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | 869 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
868 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 870 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
869 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', | 871 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', |
870 '../gpu/gpu.gyp:gl_tests_apk', | 872 '../gpu/gpu.gyp:gl_tests_apk', |
871 '../gpu/gpu.gyp:gpu_unittests_apk', | 873 '../gpu/gpu.gyp:gpu_unittests_apk', |
872 '../ipc/ipc.gyp:ipc_tests_apk', | 874 '../ipc/ipc.gyp:ipc_tests_apk', |
873 '../media/media.gyp:media_unittests_apk', | 875 '../media/media.gyp:media_unittests_apk', |
874 '../net/net.gyp:net_unittests_apk', | 876 '../net/net.gyp:net_unittests_apk', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
938 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 940 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
939 '../gpu/gpu.gyp:gpu_unittests', | 941 '../gpu/gpu.gyp:gpu_unittests', |
940 '../ipc/ipc.gyp:ipc_tests', | 942 '../ipc/ipc.gyp:ipc_tests', |
941 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', | 943 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', |
942 '../jingle/jingle.gyp:jingle_unittests', | 944 '../jingle/jingle.gyp:jingle_unittests', |
943 '../media/media.gyp:media_unittests', | 945 '../media/media.gyp:media_unittests', |
944 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 946 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
945 '../printing/printing.gyp:printing_unittests', | 947 '../printing/printing.gyp:printing_unittests', |
946 '../remoting/remoting.gyp:remoting_unittests', | 948 '../remoting/remoting.gyp:remoting_unittests', |
947 '../rlz/rlz.gyp:*', | 949 '../rlz/rlz.gyp:*', |
950 '../skia/skia_tests.gyp:skia_unittests', | |
948 '../sql/sql.gyp:sql_unittests', | 951 '../sql/sql.gyp:sql_unittests', |
949 '../sync/sync.gyp:sync_unit_tests', | 952 '../sync/sync.gyp:sync_unit_tests', |
950 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', | 953 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', |
951 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', | 954 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', |
952 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', | 955 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', |
953 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', | 956 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', |
954 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 957 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
955 '../tools/telemetry/telemetry.gyp:*', | 958 '../tools/telemetry/telemetry.gyp:*', |
956 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 959 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
957 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 960 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
(...skipping 17 matching lines...) Expand all Loading... | |
975 '../device/device_tests.gyp:device_unittests', | 978 '../device/device_tests.gyp:device_unittests', |
976 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 979 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
977 '../gpu/gpu.gyp:gpu_unittests', | 980 '../gpu/gpu.gyp:gpu_unittests', |
978 '../ipc/ipc.gyp:ipc_tests', | 981 '../ipc/ipc.gyp:ipc_tests', |
979 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', | 982 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', |
980 '../jingle/jingle.gyp:jingle_unittests', | 983 '../jingle/jingle.gyp:jingle_unittests', |
981 '../media/media.gyp:media_unittests', | 984 '../media/media.gyp:media_unittests', |
982 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 985 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
983 '../printing/printing.gyp:printing_unittests', | 986 '../printing/printing.gyp:printing_unittests', |
984 '../remoting/remoting.gyp:remoting_unittests', | 987 '../remoting/remoting.gyp:remoting_unittests', |
988 '../skia/skia_tests.gyp:skia_unittests', | |
985 '../sql/sql.gyp:sql_unittests', | 989 '../sql/sql.gyp:sql_unittests', |
986 '../sync/sync.gyp:sync_unit_tests', | 990 '../sync/sync.gyp:sync_unit_tests', |
987 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', | 991 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', |
988 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', | 992 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', |
989 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', | 993 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', |
990 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', | 994 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', |
991 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 995 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
992 '../tools/telemetry/telemetry.gyp:*', | 996 '../tools/telemetry/telemetry.gyp:*', |
993 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 997 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
994 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 998 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
(...skipping 17 matching lines...) Expand all Loading... | |
1012 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', | 1016 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', |
1013 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', | 1017 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', |
1014 '../url/url.gyp:url_unittests', | 1018 '../url/url.gyp:url_unittests', |
1015 ], | 1019 ], |
1016 }, | 1020 }, |
1017 { | 1021 { |
1018 'target_name': 'chromium_builder_dbg_valgrind_mac', | 1022 'target_name': 'chromium_builder_dbg_valgrind_mac', |
1019 'type': 'none', | 1023 'type': 'none', |
1020 'dependencies': [ | 1024 'dependencies': [ |
1021 '../base/base.gyp:base_unittests', | 1025 '../base/base.gyp:base_unittests', |
1022 '../chrome/chrome.gyp:unit_tests', | 1026 '../chrome/chrome.gyp:unit_tests', |
danakj
2014/12/23 17:40:52
should it be added here?
tfarina
2014/12/24 21:23:07
Done.
| |
1023 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 1027 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
1024 '../components/components_tests.gyp:components_unittests', | 1028 '../components/components_tests.gyp:components_unittests', |
1025 '../content/content_shell_and_tests.gyp:content_unittests', | 1029 '../content/content_shell_and_tests.gyp:content_unittests', |
1026 '../crypto/crypto.gyp:crypto_unittests', | 1030 '../crypto/crypto.gyp:crypto_unittests', |
1027 '../device/device_tests.gyp:device_unittests', | 1031 '../device/device_tests.gyp:device_unittests', |
1028 '../ipc/ipc.gyp:ipc_tests', | 1032 '../ipc/ipc.gyp:ipc_tests', |
1029 '../jingle/jingle.gyp:jingle_unittests', | 1033 '../jingle/jingle.gyp:jingle_unittests', |
1030 '../media/media.gyp:media_unittests', | 1034 '../media/media.gyp:media_unittests', |
1031 '../net/net.gyp:net_unittests', | 1035 '../net/net.gyp:net_unittests', |
1032 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 1036 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1074 '../device/device_tests.gyp:device_unittests', | 1078 '../device/device_tests.gyp:device_unittests', |
1075 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 1079 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
1076 '../gpu/gpu.gyp:gpu_unittests', | 1080 '../gpu/gpu.gyp:gpu_unittests', |
1077 '../ipc/ipc.gyp:ipc_tests', | 1081 '../ipc/ipc.gyp:ipc_tests', |
1078 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', | 1082 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', |
1079 '../jingle/jingle.gyp:jingle_unittests', | 1083 '../jingle/jingle.gyp:jingle_unittests', |
1080 '../media/media.gyp:media_unittests', | 1084 '../media/media.gyp:media_unittests', |
1081 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 1085 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
1082 '../printing/printing.gyp:printing_unittests', | 1086 '../printing/printing.gyp:printing_unittests', |
1083 '../remoting/remoting.gyp:remoting_unittests', | 1087 '../remoting/remoting.gyp:remoting_unittests', |
1088 '../skia/skia_tests.gyp:skia_unittests', | |
1084 '../sql/sql.gyp:sql_unittests', | 1089 '../sql/sql.gyp:sql_unittests', |
1085 '../sync/sync.gyp:sync_unit_tests', | 1090 '../sync/sync.gyp:sync_unit_tests', |
1086 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', | 1091 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', |
1087 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', | 1092 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', |
1088 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', | 1093 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', |
1089 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', | 1094 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', |
1090 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 1095 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
1091 '../tools/telemetry/telemetry.gyp:*', | 1096 '../tools/telemetry/telemetry.gyp:*', |
1092 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1097 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
1093 '../ui/events/events.gyp:events_unittests', | 1098 '../ui/events/events.gyp:events_unittests', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1146 'dependencies': [ | 1151 'dependencies': [ |
1147 '../ash/ash.gyp:ash_shell_unittests', | 1152 '../ash/ash.gyp:ash_shell_unittests', |
1148 '../ash/ash.gyp:ash_unittests', | 1153 '../ash/ash.gyp:ash_unittests', |
1149 '../base/base.gyp:base_unittests', | 1154 '../base/base.gyp:base_unittests', |
1150 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 1155 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
1151 '../cc/cc_tests.gyp:cc_unittests', | 1156 '../cc/cc_tests.gyp:cc_unittests', |
1152 '../chrome/chrome.gyp:browser_tests', | 1157 '../chrome/chrome.gyp:browser_tests', |
1153 '../chrome/chrome.gyp:chrome_app_unittests', | 1158 '../chrome/chrome.gyp:chrome_app_unittests', |
1154 '../chrome/chrome.gyp:chromedriver_unittests', | 1159 '../chrome/chrome.gyp:chromedriver_unittests', |
1155 '../chrome/chrome.gyp:installer_util_unittests', | 1160 '../chrome/chrome.gyp:installer_util_unittests', |
1156 '../chrome/chrome.gyp:unit_tests', | 1161 '../chrome/chrome.gyp:unit_tests', |
danakj
2014/12/23 17:40:52
should it be added here?
tfarina
2014/12/24 21:23:07
Done.
| |
1157 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', | 1162 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', |
1158 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 1163 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
1159 '../components/components_tests.gyp:components_unittests', | 1164 '../components/components_tests.gyp:components_unittests', |
1160 '../content/content_shell_and_tests.gyp:content_browsertests', | 1165 '../content/content_shell_and_tests.gyp:content_browsertests', |
1161 '../content/content_shell_and_tests.gyp:content_shell', | 1166 '../content/content_shell_and_tests.gyp:content_shell', |
1162 '../content/content_shell_and_tests.gyp:content_shell_crash_service' , | 1167 '../content/content_shell_and_tests.gyp:content_shell_crash_service' , |
1163 '../content/content_shell_and_tests.gyp:layout_test_helper', | 1168 '../content/content_shell_and_tests.gyp:layout_test_helper', |
1164 '../content/content_shell_and_tests.gyp:content_unittests', | 1169 '../content/content_shell_and_tests.gyp:content_unittests', |
1165 '../courgette/courgette.gyp:courgette_unittests', | 1170 '../courgette/courgette.gyp:courgette_unittests', |
1166 '../crypto/crypto.gyp:crypto_unittests', | 1171 '../crypto/crypto.gyp:crypto_unittests', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1279 '../remoting/remoting.gyp:remoting_unittests', | 1284 '../remoting/remoting.gyp:remoting_unittests', |
1280 '../ui/app_list/app_list.gyp:*', | 1285 '../ui/app_list/app_list.gyp:*', |
1281 '../ui/aura/aura.gyp:*', | 1286 '../ui/aura/aura.gyp:*', |
1282 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1287 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
1283 '../ui/compositor/compositor.gyp:*', | 1288 '../ui/compositor/compositor.gyp:*', |
1284 '../ui/display/display.gyp:display_unittests', | 1289 '../ui/display/display.gyp:display_unittests', |
1285 '../ui/events/events.gyp:*', | 1290 '../ui/events/events.gyp:*', |
1286 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1291 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
1287 '../ui/keyboard/keyboard.gyp:*', | 1292 '../ui/keyboard/keyboard.gyp:*', |
1288 '../ui/message_center/message_center.gyp:*', | 1293 '../ui/message_center/message_center.gyp:*', |
1289 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 1294 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
danakj
2014/12/23 17:40:52
should it be added here?
tfarina
2014/12/24 21:23:07
Done.
tfarina
2014/12/24 21:23:07
Done.
| |
1290 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', | 1295 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', |
1291 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1296 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1292 '../ui/views/views.gyp:views', | 1297 '../ui/views/views.gyp:views', |
1293 '../ui/views/views.gyp:views_unittests', | 1298 '../ui/views/views.gyp:views_unittests', |
1294 '../ui/wm/wm.gyp:*', | 1299 '../ui/wm/wm.gyp:*', |
1295 'blink_tests', | 1300 'blink_tests', |
1296 ], | 1301 ], |
1297 'conditions': [ | 1302 'conditions': [ |
1298 ['use_athena!=1', { | 1303 ['use_athena!=1', { |
1299 'dependencies': [ | 1304 'dependencies': [ |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1401 'dependencies': [ | 1406 'dependencies': [ |
1402 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1407 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1403 '../ui/views/views.gyp:views', | 1408 '../ui/views/views.gyp:views', |
1404 '../ui/views/views.gyp:views_unittests', | 1409 '../ui/views/views.gyp:views_unittests', |
1405 ], | 1410 ], |
1406 }, # target_name: macviews_builder | 1411 }, # target_name: macviews_builder |
1407 ], # targets | 1412 ], # targets |
1408 }], # os=='mac' and toolkit_views==1 | 1413 }], # os=='mac' and toolkit_views==1 |
1409 ], # conditions | 1414 ], # conditions |
1410 } | 1415 } |
OLD | NEW |