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

Side by Side Diff: build/all.gyp

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