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

Side by Side Diff: build/all.gyp

Issue 518423002: Reland "ui: Move ui_unittests.gyp into ui/base." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ios? Created 6 years, 3 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/setup.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 21 matching lines...) Expand all
32 '../ui/accessibility/accessibility.gyp:*', 32 '../ui/accessibility/accessibility.gyp:*',
33 '../ui/base/ui_base.gyp:*', 33 '../ui/base/ui_base.gyp:*',
34 '../ui/display/display.gyp:display_unittests', 34 '../ui/display/display.gyp:display_unittests',
35 '../ui/snapshot/snapshot.gyp:*', 35 '../ui/snapshot/snapshot.gyp:*',
36 '../url/url.gyp:*', 36 '../url/url.gyp:*',
37 ], 37 ],
38 'conditions': [ 38 'conditions': [
39 ['OS=="ios"', { 39 ['OS=="ios"', {
40 'dependencies': [ 40 'dependencies': [
41 '../ios/ios.gyp:*', 41 '../ios/ios.gyp:*',
42 '../ui/base/ui_base_tests.gyp:ui_unittests',
42 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 43 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
43 '../ui/ui_unittests.gyp:ui_unittests',
44 ], 44 ],
45 }], 45 }],
46 ['OS=="android"', { 46 ['OS=="android"', {
47 'dependencies': [ 47 'dependencies': [
48 '../content/content_shell_and_tests.gyp:content_shell_apk', 48 '../content/content_shell_and_tests.gyp:content_shell_apk',
49 '../mojo/mojo.gyp:mojo_shell_apk', 49 '../mojo/mojo.gyp:mojo_shell_apk',
50 '../mojo/mojo_base.gyp:mojo_test_apk', 50 '../mojo/mojo_base.gyp:mojo_test_apk',
51 '<@(android_app_targets)', 51 '<@(android_app_targets)',
52 'android_builder_tests', 52 'android_builder_tests',
53 '../android_webview/android_webview.gyp:android_webview_apk', 53 '../android_webview/android_webview.gyp:android_webview_apk',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 # TODO: Consider merging that with this target. 263 # TODO: Consider merging that with this target.
264 'target_name': 'chromium_builder_tests', 264 'target_name': 'chromium_builder_tests',
265 'type': 'none', 265 'type': 'none',
266 'dependencies': [ 266 'dependencies': [
267 '../base/base.gyp:base_unittests', 267 '../base/base.gyp:base_unittests',
268 '../components/components_tests.gyp:components_unittests', 268 '../components/components_tests.gyp:components_unittests',
269 '../crypto/crypto.gyp:crypto_unittests', 269 '../crypto/crypto.gyp:crypto_unittests',
270 '../net/net.gyp:net_unittests', 270 '../net/net.gyp:net_unittests',
271 '../sql/sql.gyp:sql_unittests', 271 '../sql/sql.gyp:sql_unittests',
272 '../sync/sync.gyp:sync_unit_tests', 272 '../sync/sync.gyp:sync_unit_tests',
273 '../ui/base/ui_base_tests.gyp:ui_unittests',
273 '../ui/display/display.gyp:display_unittests', 274 '../ui/display/display.gyp:display_unittests',
274 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 275 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
275 '../ui/ui_unittests.gyp:ui_unittests',
276 '../url/url.gyp:url_unittests', 276 '../url/url.gyp:url_unittests',
277 ], 277 ],
278 'conditions': [ 278 'conditions': [
279 ['OS!="ios" and OS!="android"', { 279 ['OS!="ios" and OS!="android"', {
280 'dependencies': [ 280 'dependencies': [
281 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 281 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
282 '../cc/cc_tests.gyp:cc_unittests', 282 '../cc/cc_tests.gyp:cc_unittests',
283 '../chrome/chrome.gyp:browser_tests', 283 '../chrome/chrome.gyp:browser_tests',
284 '../chrome/chrome.gyp:chromedriver_tests', 284 '../chrome/chrome.gyp:chromedriver_tests',
285 '../chrome/chrome.gyp:chromedriver_unittests', 285 '../chrome/chrome.gyp:chromedriver_unittests',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 '../media/media.gyp:media_unittests', 763 '../media/media.gyp:media_unittests',
764 '../net/net.gyp:net_unittests', 764 '../net/net.gyp:net_unittests',
765 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', 765 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped',
766 '../sql/sql.gyp:sql_unittests', 766 '../sql/sql.gyp:sql_unittests',
767 '../sync/sync.gyp:sync_unit_tests', 767 '../sync/sync.gyp:sync_unit_tests',
768 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 768 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
769 '../third_party/WebKit/public/all.gyp:*', 769 '../third_party/WebKit/public/all.gyp:*',
770 '../tools/android/android_tools.gyp:android_tools', 770 '../tools/android/android_tools.gyp:android_tools',
771 '../tools/android/android_tools.gyp:memconsumer', 771 '../tools/android/android_tools.gyp:memconsumer',
772 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 772 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
773 '../ui/base/ui_base_tests.gyp:ui_unittests',
773 '../ui/events/events.gyp:events_unittests', 774 '../ui/events/events.gyp:events_unittests',
774 '../ui/ui_unittests.gyp:ui_unittests',
775 # Unit test bundles packaged as an apk. 775 # Unit test bundles packaged as an apk.
776 '../android_webview/android_webview.gyp:android_webview_test_apk', 776 '../android_webview/android_webview.gyp:android_webview_test_apk',
777 '../android_webview/android_webview.gyp:android_webview_unittests_ap k', 777 '../android_webview/android_webview.gyp:android_webview_unittests_ap k',
778 '../base/base.gyp:base_unittests_apk', 778 '../base/base.gyp:base_unittests_apk',
779 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 779 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
780 '../cc/cc_tests.gyp:cc_unittests_apk', 780 '../cc/cc_tests.gyp:cc_unittests_apk',
781 '../chrome/chrome.gyp:chrome_shell_test_apk', 781 '../chrome/chrome.gyp:chrome_shell_test_apk',
782 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', 782 '../chrome/chrome.gyp:chrome_sync_shell_test_apk',
783 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', 783 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
784 '../chrome/chrome.gyp:unit_tests_apk', 784 '../chrome/chrome.gyp:unit_tests_apk',
785 '../components/components_tests.gyp:components_unittests_apk', 785 '../components/components_tests.gyp:components_unittests_apk',
786 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 786 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
787 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 787 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
788 '../content/content_shell_and_tests.gyp:content_unittests_apk', 788 '../content/content_shell_and_tests.gyp:content_unittests_apk',
789 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', 789 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
790 '../gpu/gpu.gyp:gl_tests_apk', 790 '../gpu/gpu.gyp:gl_tests_apk',
791 '../gpu/gpu.gyp:gpu_unittests_apk', 791 '../gpu/gpu.gyp:gpu_unittests_apk',
792 '../ipc/ipc.gyp:ipc_tests_apk', 792 '../ipc/ipc.gyp:ipc_tests_apk',
793 '../media/media.gyp:media_unittests_apk', 793 '../media/media.gyp:media_unittests_apk',
794 '../net/net.gyp:net_unittests_apk', 794 '../net/net.gyp:net_unittests_apk',
795 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 795 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
796 '../sql/sql.gyp:sql_unittests_apk', 796 '../sql/sql.gyp:sql_unittests_apk',
797 '../sync/sync.gyp:sync_unit_tests_apk', 797 '../sync/sync.gyp:sync_unit_tests_apk',
798 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', 798 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk',
799 '../ui/base/ui_base_tests.gyp:ui_unittests_apk',
799 '../ui/events/events.gyp:events_unittests_apk', 800 '../ui/events/events.gyp:events_unittests_apk',
800 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 801 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
801 '../ui/ui_unittests.gyp:ui_unittests_apk',
802 ], 802 ],
803 }, 803 },
804 { 804 {
805 # WebRTC Android APK tests. 805 # WebRTC Android APK tests.
806 'target_name': 'android_builder_webrtc', 806 'target_name': 'android_builder_webrtc',
807 'type': 'none', 807 'type': 'none',
808 'variables': { 808 'variables': {
809 # Set default value for include_tests to '0'. It is normally only 809 # Set default value for include_tests to '0'. It is normally only
810 # used in WebRTC GYP files. It is set to '1' only when building 810 # used in WebRTC GYP files. It is set to '1' only when building
811 # WebRTC for Android, inside a Chromium checkout. 811 # WebRTC for Android, inside a Chromium checkout.
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 '../remoting/remoting.gyp:remoting_unittests', 873 '../remoting/remoting.gyp:remoting_unittests',
874 '../rlz/rlz.gyp:*', 874 '../rlz/rlz.gyp:*',
875 '../sql/sql.gyp:sql_unittests', 875 '../sql/sql.gyp:sql_unittests',
876 '../sync/sync.gyp:sync_unit_tests', 876 '../sync/sync.gyp:sync_unit_tests',
877 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 877 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
878 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 878 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
879 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 879 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
880 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 880 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
881 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 881 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
882 '../tools/telemetry/telemetry.gyp:*', 882 '../tools/telemetry/telemetry.gyp:*',
883 '../ui/base/ui_base_tests.gyp:ui_unittests',
883 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 884 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
884 '../ui/ui_unittests.gyp:ui_unittests',
885 '../url/url.gyp:url_unittests', 885 '../url/url.gyp:url_unittests',
886 ], 886 ],
887 }, 887 },
888 { 888 {
889 'target_name': 'chromium_builder_rel', 889 'target_name': 'chromium_builder_rel',
890 'type': 'none', 890 'type': 'none',
891 'dependencies': [ 891 'dependencies': [
892 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 892 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
893 '../cc/cc_tests.gyp:cc_unittests', 893 '../cc/cc_tests.gyp:cc_unittests',
894 '../chrome/chrome.gyp:browser_tests', 894 '../chrome/chrome.gyp:browser_tests',
(...skipping 15 matching lines...) Expand all
910 '../printing/printing.gyp:printing_unittests', 910 '../printing/printing.gyp:printing_unittests',
911 '../remoting/remoting.gyp:remoting_unittests', 911 '../remoting/remoting.gyp:remoting_unittests',
912 '../sql/sql.gyp:sql_unittests', 912 '../sql/sql.gyp:sql_unittests',
913 '../sync/sync.gyp:sync_unit_tests', 913 '../sync/sync.gyp:sync_unit_tests',
914 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 914 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
915 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 915 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
916 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 916 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
917 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 917 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
918 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 918 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
919 '../tools/telemetry/telemetry.gyp:*', 919 '../tools/telemetry/telemetry.gyp:*',
920 '../ui/base/ui_base_tests.gyp:ui_unittests',
920 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 921 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
921 '../ui/ui_unittests.gyp:ui_unittests',
922 '../url/url.gyp:url_unittests', 922 '../url/url.gyp:url_unittests',
923 ], 923 ],
924 }, 924 },
925 { 925 {
926 'target_name': 'chromium_builder_dbg_tsan_mac', 926 'target_name': 'chromium_builder_dbg_tsan_mac',
927 'type': 'none', 927 'type': 'none',
928 'dependencies': [ 928 'dependencies': [
929 '../base/base.gyp:base_unittests', 929 '../base/base.gyp:base_unittests',
930 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 930 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
931 '../crypto/crypto.gyp:crypto_unittests', 931 '../crypto/crypto.gyp:crypto_unittests',
(...skipping 26 matching lines...) Expand all
958 '../net/net.gyp:net_unittests', 958 '../net/net.gyp:net_unittests',
959 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 959 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
960 '../printing/printing.gyp:printing_unittests', 960 '../printing/printing.gyp:printing_unittests',
961 '../remoting/remoting.gyp:remoting_unittests', 961 '../remoting/remoting.gyp:remoting_unittests',
962 '../sql/sql.gyp:sql_unittests', 962 '../sql/sql.gyp:sql_unittests',
963 '../sync/sync.gyp:sync_unit_tests', 963 '../sync/sync.gyp:sync_unit_tests',
964 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 964 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
965 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 965 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
966 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 966 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
967 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 967 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
968 '../ui/base/ui_base_tests.gyp:ui_unittests',
968 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 969 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
969 '../ui/ui_unittests.gyp:ui_unittests',
970 '../url/url.gyp:url_unittests', 970 '../url/url.gyp:url_unittests',
971 ], 971 ],
972 }, 972 },
973 ], # targets 973 ], # targets
974 }], # OS="mac" 974 }], # OS="mac"
975 ['OS=="win"', { 975 ['OS=="win"', {
976 'targets': [ 976 'targets': [
977 # These targets are here so the build bots can use them to build 977 # These targets are here so the build bots can use them to build
978 # subsets of a full tree for faster cycle times. 978 # subsets of a full tree for faster cycle times.
979 { 979 {
(...skipping 29 matching lines...) Expand all
1009 '../printing/printing.gyp:printing_unittests', 1009 '../printing/printing.gyp:printing_unittests',
1010 '../remoting/remoting.gyp:remoting_unittests', 1010 '../remoting/remoting.gyp:remoting_unittests',
1011 '../sql/sql.gyp:sql_unittests', 1011 '../sql/sql.gyp:sql_unittests',
1012 '../sync/sync.gyp:sync_unit_tests', 1012 '../sync/sync.gyp:sync_unit_tests',
1013 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1013 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1014 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 1014 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1015 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1015 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1016 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1016 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1017 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 1017 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1018 '../tools/telemetry/telemetry.gyp:*', 1018 '../tools/telemetry/telemetry.gyp:*',
1019 '../ui/base/ui_base_tests.gyp:ui_unittests',
1019 '../ui/events/events.gyp:events_unittests', 1020 '../ui/events/events.gyp:events_unittests',
1020 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1021 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1021 '../ui/ui_unittests.gyp:ui_unittests',
1022 '../ui/views/views.gyp:views_unittests', 1022 '../ui/views/views.gyp:views_unittests',
1023 '../url/url.gyp:url_unittests', 1023 '../url/url.gyp:url_unittests',
1024 ], 1024 ],
1025 'conditions': [ 1025 'conditions': [
1026 ['target_arch=="ia32"', { 1026 ['target_arch=="ia32"', {
1027 'dependencies': [ 1027 'dependencies': [
1028 '../chrome/chrome.gyp:crash_service_win64', 1028 '../chrome/chrome.gyp:crash_service_win64',
1029 ], 1029 ],
1030 }], 1030 }],
1031 ], 1031 ],
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 '../courgette/courgette.gyp:courgette', 1151 '../courgette/courgette.gyp:courgette',
1152 '../courgette/courgette.gyp:courgette64', 1152 '../courgette/courgette.gyp:courgette64',
1153 '../ipc/ipc.gyp:ipc_tests', 1153 '../ipc/ipc.gyp:ipc_tests',
1154 '../media/media.gyp:media_unittests', 1154 '../media/media.gyp:media_unittests',
1155 '../net/net.gyp:net_unittests_run', 1155 '../net/net.gyp:net_unittests_run',
1156 '../printing/printing.gyp:printing_unittests', 1156 '../printing/printing.gyp:printing_unittests',
1157 '../remoting/remoting.gyp:remoting_webapp', 1157 '../remoting/remoting.gyp:remoting_webapp',
1158 '../sql/sql.gyp:sql_unittests', 1158 '../sql/sql.gyp:sql_unittests',
1159 '../sync/sync.gyp:sync_unit_tests', 1159 '../sync/sync.gyp:sync_unit_tests',
1160 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', 1160 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
1161 '../ui/base/ui_base_tests.gyp:ui_unittests',
1161 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1162 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1162 '../ui/ui_unittests.gyp:ui_unittests',
1163 '../ui/views/views.gyp:views_unittests', 1163 '../ui/views/views.gyp:views_unittests',
1164 '../url/url.gyp:url_unittests', 1164 '../url/url.gyp:url_unittests',
1165 ], 1165 ],
1166 'conditions': [ 1166 'conditions': [
1167 ['target_arch=="ia32"', { 1167 ['target_arch=="ia32"', {
1168 'dependencies': [ 1168 'dependencies': [
1169 '../chrome/chrome.gyp:crash_service_win64', 1169 '../chrome/chrome.gyp:crash_service_win64',
1170 ], 1170 ],
1171 }], 1171 }],
1172 ['component != "shared_library" and wix_exists == "True" and \ 1172 ['component != "shared_library" and wix_exists == "True" and \
(...skipping 22 matching lines...) Expand all
1195 '../chrome/chrome.gyp:unit_tests', 1195 '../chrome/chrome.gyp:unit_tests',
1196 '../components/components_tests.gyp:components_unittests', 1196 '../components/components_tests.gyp:components_unittests',
1197 '../content/content_shell_and_tests.gyp:content_browsertests', 1197 '../content/content_shell_and_tests.gyp:content_browsertests',
1198 '../content/content_shell_and_tests.gyp:content_unittests', 1198 '../content/content_shell_and_tests.gyp:content_unittests',
1199 '../device/device_tests.gyp:device_unittests', 1199 '../device/device_tests.gyp:device_unittests',
1200 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1200 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1201 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1201 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1202 '../remoting/remoting.gyp:remoting_unittests', 1202 '../remoting/remoting.gyp:remoting_unittests',
1203 '../ui/app_list/app_list.gyp:*', 1203 '../ui/app_list/app_list.gyp:*',
1204 '../ui/aura/aura.gyp:*', 1204 '../ui/aura/aura.gyp:*',
1205 '../ui/base/ui_base_tests.gyp:ui_unittests',
1205 '../ui/compositor/compositor.gyp:*', 1206 '../ui/compositor/compositor.gyp:*',
1206 '../ui/display/display.gyp:display_unittests', 1207 '../ui/display/display.gyp:display_unittests',
1207 '../ui/events/events.gyp:*', 1208 '../ui/events/events.gyp:*',
1208 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1209 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1209 '../ui/keyboard/keyboard.gyp:*', 1210 '../ui/keyboard/keyboard.gyp:*',
1210 '../ui/message_center/message_center.gyp:*', 1211 '../ui/message_center/message_center.gyp:*',
1211 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1212 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1212 '../ui/ui_unittests.gyp:ui_unittests',
1213 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1213 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1214 '../ui/views/views.gyp:views', 1214 '../ui/views/views.gyp:views',
1215 '../ui/views/views.gyp:views_unittests', 1215 '../ui/views/views.gyp:views_unittests',
1216 '../ui/wm/wm.gyp:*', 1216 '../ui/wm/wm.gyp:*',
1217 'blink_tests', 1217 'blink_tests',
1218 ], 1218 ],
1219 'conditions': [ 1219 'conditions': [
1220 ['OS=="win"', { 1220 ['OS=="win"', {
1221 'dependencies': [ 1221 'dependencies': [
1222 '../chrome/chrome.gyp:crash_service', 1222 '../chrome/chrome.gyp:crash_service',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1299 'dependencies': [ 1299 'dependencies': [
1300 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1300 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1301 '../ui/views/views.gyp:views', 1301 '../ui/views/views.gyp:views',
1302 '../ui/views/views.gyp:views_unittests', 1302 '../ui/views/views.gyp:views_unittests',
1303 ], 1303 ],
1304 }, # target_name: macviews_builder 1304 }, # target_name: macviews_builder
1305 ], # targets 1305 ], # targets
1306 }], # os=='mac' and toolkit_views==1 1306 }], # os=='mac' and toolkit_views==1
1307 ], # conditions 1307 ], # conditions
1308 } 1308 }
OLDNEW
« no previous file with comments | « no previous file | build/android/pylib/gtest/setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698