| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 '../mojo/mojo_base.gyp:mojo_public_bindings_unittests', | 48 '../mojo/mojo_base.gyp:mojo_public_bindings_unittests', |
| 49 '../mojo/mojo_base.gyp:mojo_public_environment_unittests', | 49 '../mojo/mojo_base.gyp:mojo_public_environment_unittests', |
| 50 '../mojo/mojo_base.gyp:mojo_public_system_perftests', | 50 '../mojo/mojo_base.gyp:mojo_public_system_perftests', |
| 51 '../mojo/mojo_base.gyp:mojo_public_system_unittests', | 51 '../mojo/mojo_base.gyp:mojo_public_system_unittests', |
| 52 '../mojo/mojo_base.gyp:mojo_public_test_utils', | 52 '../mojo/mojo_base.gyp:mojo_public_test_utils', |
| 53 '../mojo/mojo_base.gyp:mojo_public_utility_unittests', | 53 '../mojo/mojo_base.gyp:mojo_public_utility_unittests', |
| 54 '../mojo/mojo_base.gyp:mojo_system', | 54 '../mojo/mojo_base.gyp:mojo_system', |
| 55 '../mojo/mojo_base.gyp:mojo_system_impl', | 55 '../mojo/mojo_base.gyp:mojo_system_impl', |
| 56 '../mojo/mojo_base.gyp:mojo_system_unittests', | 56 '../mojo/mojo_base.gyp:mojo_system_unittests', |
| 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_unittests', | 59 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 59 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', | 60 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', |
| 60 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 61 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 61 ], | 62 ], |
| 62 }], | 63 }], |
| 63 ['OS=="android"', { | 64 ['OS=="android"', { |
| 64 'dependencies': [ | 65 'dependencies': [ |
| 65 '../content/content_shell_and_tests.gyp:content_shell_apk', | 66 '../content/content_shell_and_tests.gyp:content_shell_apk', |
| 66 '../mojo/mojo.gyp:mojo_shell_apk', | 67 '../mojo/mojo.gyp:mojo_shell_apk', |
| 67 '../mojo/mojo_base.gyp:mojo_test_apk', | 68 '../mojo/mojo_base.gyp:mojo_test_apk', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 # TODO: Consider merging that with this target. | 283 # TODO: Consider merging that with this target. |
| 283 'target_name': 'chromium_builder_tests', | 284 'target_name': 'chromium_builder_tests', |
| 284 'type': 'none', | 285 'type': 'none', |
| 285 'dependencies': [ | 286 'dependencies': [ |
| 286 '../base/base.gyp:base_unittests', | 287 '../base/base.gyp:base_unittests', |
| 287 '../components/components_tests.gyp:components_unittests', | 288 '../components/components_tests.gyp:components_unittests', |
| 288 '../crypto/crypto.gyp:crypto_unittests', | 289 '../crypto/crypto.gyp:crypto_unittests', |
| 289 '../net/net.gyp:net_unittests', | 290 '../net/net.gyp:net_unittests', |
| 290 '../sql/sql.gyp:sql_unittests', | 291 '../sql/sql.gyp:sql_unittests', |
| 291 '../sync/sync.gyp:sync_unit_tests', | 292 '../sync/sync.gyp:sync_unit_tests', |
| 293 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 292 '../ui/base/ui_base_tests.gyp:ui_unittests', | 294 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 293 '../ui/display/display.gyp:display_unittests', | 295 '../ui/display/display.gyp:display_unittests', |
| 294 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 296 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 295 '../url/url.gyp:url_unittests', | 297 '../url/url.gyp:url_unittests', |
| 296 ], | 298 ], |
| 297 'conditions': [ | 299 'conditions': [ |
| 298 ['OS!="ios" and OS!="android"', { | 300 ['OS!="ios" and OS!="android"', { |
| 299 'dependencies': [ | 301 'dependencies': [ |
| 300 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 302 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 301 '../cc/cc_tests.gyp:cc_unittests', | 303 '../cc/cc_tests.gyp:cc_unittests', |
| (...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 '../net/net.gyp:net_unittests', | 784 '../net/net.gyp:net_unittests', |
| 783 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', | 785 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', |
| 784 '../sql/sql.gyp:sql_unittests', | 786 '../sql/sql.gyp:sql_unittests', |
| 785 '../sync/sync.gyp:sync_unit_tests', | 787 '../sync/sync.gyp:sync_unit_tests', |
| 786 '../testing/android/junit/junit_test.gyp:junit_unit_tests', | 788 '../testing/android/junit/junit_test.gyp:junit_unit_tests', |
| 787 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 789 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 788 '../third_party/WebKit/public/all.gyp:*', | 790 '../third_party/WebKit/public/all.gyp:*', |
| 789 '../tools/android/android_tools.gyp:android_tools', | 791 '../tools/android/android_tools.gyp:android_tools', |
| 790 '../tools/android/android_tools.gyp:memconsumer', | 792 '../tools/android/android_tools.gyp:memconsumer', |
| 791 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', | 793 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', |
| 794 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 792 '../ui/base/ui_base_tests.gyp:ui_unittests', | 795 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 793 '../ui/events/events.gyp:events_unittests', | 796 '../ui/events/events.gyp:events_unittests', |
| 794 # Unit test bundles packaged as an apk. | 797 # Unit test bundles packaged as an apk. |
| 795 '../android_webview/android_webview.gyp:android_webview_test_apk', | 798 '../android_webview/android_webview.gyp:android_webview_test_apk', |
| 796 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', | 799 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', |
| 797 '../base/base.gyp:base_unittests_apk', | 800 '../base/base.gyp:base_unittests_apk', |
| 798 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', | 801 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', |
| 799 '../cc/cc_tests.gyp:cc_unittests_apk', | 802 '../cc/cc_tests.gyp:cc_unittests_apk', |
| 800 '../chrome/chrome.gyp:chrome_shell_test_apk', | 803 '../chrome/chrome.gyp:chrome_shell_test_apk', |
| 801 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', | 804 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', |
| 802 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', | 805 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
| 803 '../chrome/chrome.gyp:unit_tests_apk', | 806 '../chrome/chrome.gyp:unit_tests_apk', |
| 804 '../components/components_tests.gyp:components_unittests_apk', | 807 '../components/components_tests.gyp:components_unittests_apk', |
| 805 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', | 808 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', |
| 806 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 809 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
| 807 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | 810 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
| 808 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 811 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
| 809 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | 812 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', |
| 810 '../gpu/gpu.gyp:gl_tests_apk', | 813 '../gpu/gpu.gyp:gl_tests_apk', |
| 811 '../gpu/gpu.gyp:gpu_unittests_apk', | 814 '../gpu/gpu.gyp:gpu_unittests_apk', |
| 812 '../ipc/ipc.gyp:ipc_tests_apk', | 815 '../ipc/ipc.gyp:ipc_tests_apk', |
| 813 '../media/media.gyp:media_unittests_apk', | 816 '../media/media.gyp:media_unittests_apk', |
| 814 '../net/net.gyp:net_unittests_apk', | 817 '../net/net.gyp:net_unittests_apk', |
| 815 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 818 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
| 816 '../sql/sql.gyp:sql_unittests_apk', | 819 '../sql/sql.gyp:sql_unittests_apk', |
| 817 '../sync/sync.gyp:sync_unit_tests_apk', | 820 '../sync/sync.gyp:sync_unit_tests_apk', |
| 818 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | 821 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
| 822 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
| 819 '../ui/base/ui_base_tests.gyp:ui_unittests_apk', | 823 '../ui/base/ui_base_tests.gyp:ui_unittests_apk', |
| 820 '../ui/events/events.gyp:events_unittests_apk', | 824 '../ui/events/events.gyp:events_unittests_apk', |
| 821 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 825 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 822 ], | 826 ], |
| 823 }, | 827 }, |
| 824 { | 828 { |
| 825 # WebRTC Chromium tests to run on Android. | 829 # WebRTC Chromium tests to run on Android. |
| 826 'target_name': 'android_builder_chromium_webrtc', | 830 'target_name': 'android_builder_chromium_webrtc', |
| 827 'type': 'none', | 831 'type': 'none', |
| 828 'dependencies': [ | 832 'dependencies': [ |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 '../remoting/remoting.gyp:remoting_unittests', | 879 '../remoting/remoting.gyp:remoting_unittests', |
| 876 '../rlz/rlz.gyp:*', | 880 '../rlz/rlz.gyp:*', |
| 877 '../sql/sql.gyp:sql_unittests', | 881 '../sql/sql.gyp:sql_unittests', |
| 878 '../sync/sync.gyp:sync_unit_tests', | 882 '../sync/sync.gyp:sync_unit_tests', |
| 879 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 883 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 880 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 884 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 881 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 885 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 882 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 886 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 883 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 887 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 884 '../tools/telemetry/telemetry.gyp:*', | 888 '../tools/telemetry/telemetry.gyp:*', |
| 889 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 885 '../ui/base/ui_base_tests.gyp:ui_unittests', | 890 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 886 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 891 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 887 '../url/url.gyp:url_unittests', | 892 '../url/url.gyp:url_unittests', |
| 888 ], | 893 ], |
| 889 }, | 894 }, |
| 890 { | 895 { |
| 891 'target_name': 'chromium_builder_rel', | 896 'target_name': 'chromium_builder_rel', |
| 892 'type': 'none', | 897 'type': 'none', |
| 893 'dependencies': [ | 898 'dependencies': [ |
| 894 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 899 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 912 '../printing/printing.gyp:printing_unittests', | 917 '../printing/printing.gyp:printing_unittests', |
| 913 '../remoting/remoting.gyp:remoting_unittests', | 918 '../remoting/remoting.gyp:remoting_unittests', |
| 914 '../sql/sql.gyp:sql_unittests', | 919 '../sql/sql.gyp:sql_unittests', |
| 915 '../sync/sync.gyp:sync_unit_tests', | 920 '../sync/sync.gyp:sync_unit_tests', |
| 916 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 921 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 917 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 922 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 918 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 923 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 919 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 924 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 920 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 925 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 921 '../tools/telemetry/telemetry.gyp:*', | 926 '../tools/telemetry/telemetry.gyp:*', |
| 927 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 922 '../ui/base/ui_base_tests.gyp:ui_unittests', | 928 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 923 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 929 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 924 '../url/url.gyp:url_unittests', | 930 '../url/url.gyp:url_unittests', |
| 925 ], | 931 ], |
| 926 }, | 932 }, |
| 927 { | 933 { |
| 928 'target_name': 'chromium_builder_dbg_tsan_mac', | 934 'target_name': 'chromium_builder_dbg_tsan_mac', |
| 929 'type': 'none', | 935 'type': 'none', |
| 930 'dependencies': [ | 936 'dependencies': [ |
| 931 '../base/base.gyp:base_unittests', | 937 '../base/base.gyp:base_unittests', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 960 '../net/net.gyp:net_unittests', | 966 '../net/net.gyp:net_unittests', |
| 961 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 967 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 962 '../printing/printing.gyp:printing_unittests', | 968 '../printing/printing.gyp:printing_unittests', |
| 963 '../remoting/remoting.gyp:remoting_unittests', | 969 '../remoting/remoting.gyp:remoting_unittests', |
| 964 '../sql/sql.gyp:sql_unittests', | 970 '../sql/sql.gyp:sql_unittests', |
| 965 '../sync/sync.gyp:sync_unit_tests', | 971 '../sync/sync.gyp:sync_unit_tests', |
| 966 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 972 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 967 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 973 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 968 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 974 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 969 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 975 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 976 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 970 '../ui/base/ui_base_tests.gyp:ui_unittests', | 977 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 971 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 978 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 972 '../url/url.gyp:url_unittests', | 979 '../url/url.gyp:url_unittests', |
| 973 ], | 980 ], |
| 974 }, | 981 }, |
| 975 ], # targets | 982 ], # targets |
| 976 }], # OS="mac" | 983 }], # OS="mac" |
| 977 ['OS=="win"', { | 984 ['OS=="win"', { |
| 978 'targets': [ | 985 'targets': [ |
| 979 # These targets are here so the build bots can use them to build | 986 # These targets are here so the build bots can use them to build |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1011 '../printing/printing.gyp:printing_unittests', | 1018 '../printing/printing.gyp:printing_unittests', |
| 1012 '../remoting/remoting.gyp:remoting_unittests', | 1019 '../remoting/remoting.gyp:remoting_unittests', |
| 1013 '../sql/sql.gyp:sql_unittests', | 1020 '../sql/sql.gyp:sql_unittests', |
| 1014 '../sync/sync.gyp:sync_unit_tests', | 1021 '../sync/sync.gyp:sync_unit_tests', |
| 1015 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1022 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 1016 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 1023 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 1017 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1024 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 1018 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1025 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 1019 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 1026 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 1020 '../tools/telemetry/telemetry.gyp:*', | 1027 '../tools/telemetry/telemetry.gyp:*', |
| 1028 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1021 '../ui/base/ui_base_tests.gyp:ui_unittests', | 1029 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 1022 '../ui/events/events.gyp:events_unittests', | 1030 '../ui/events/events.gyp:events_unittests', |
| 1023 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1031 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1024 '../ui/views/views.gyp:views_unittests', | 1032 '../ui/views/views.gyp:views_unittests', |
| 1025 '../url/url.gyp:url_unittests', | 1033 '../url/url.gyp:url_unittests', |
| 1026 ], | 1034 ], |
| 1027 'conditions': [ | 1035 'conditions': [ |
| 1028 ['target_arch=="ia32"', { | 1036 ['target_arch=="ia32"', { |
| 1029 'dependencies': [ | 1037 'dependencies': [ |
| 1030 '../chrome/chrome.gyp:crash_service_win64', | 1038 '../chrome/chrome.gyp:crash_service_win64', |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1154 '../courgette/courgette.gyp:courgette', | 1162 '../courgette/courgette.gyp:courgette', |
| 1155 '../courgette/courgette.gyp:courgette64', | 1163 '../courgette/courgette.gyp:courgette64', |
| 1156 '../ipc/ipc.gyp:ipc_tests', | 1164 '../ipc/ipc.gyp:ipc_tests', |
| 1157 '../media/media.gyp:media_unittests', | 1165 '../media/media.gyp:media_unittests', |
| 1158 '../net/net.gyp:net_unittests_run', | 1166 '../net/net.gyp:net_unittests_run', |
| 1159 '../printing/printing.gyp:printing_unittests', | 1167 '../printing/printing.gyp:printing_unittests', |
| 1160 '../remoting/remoting.gyp:remoting_webapp', | 1168 '../remoting/remoting.gyp:remoting_webapp', |
| 1161 '../sql/sql.gyp:sql_unittests', | 1169 '../sql/sql.gyp:sql_unittests', |
| 1162 '../sync/sync.gyp:sync_unit_tests', | 1170 '../sync/sync.gyp:sync_unit_tests', |
| 1163 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 1171 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
| 1172 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1164 '../ui/base/ui_base_tests.gyp:ui_unittests', | 1173 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 1165 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1174 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1166 '../ui/views/views.gyp:views_unittests', | 1175 '../ui/views/views.gyp:views_unittests', |
| 1167 '../url/url.gyp:url_unittests', | 1176 '../url/url.gyp:url_unittests', |
| 1168 ], | 1177 ], |
| 1169 'conditions': [ | 1178 'conditions': [ |
| 1170 ['target_arch=="ia32"', { | 1179 ['target_arch=="ia32"', { |
| 1171 'dependencies': [ | 1180 'dependencies': [ |
| 1172 '../chrome/chrome.gyp:crash_service_win64', | 1181 '../chrome/chrome.gyp:crash_service_win64', |
| 1173 ], | 1182 ], |
| (...skipping 24 matching lines...) Expand all Loading... |
| 1198 '../chrome/chrome.gyp:unit_tests', | 1207 '../chrome/chrome.gyp:unit_tests', |
| 1199 '../components/components_tests.gyp:components_unittests', | 1208 '../components/components_tests.gyp:components_unittests', |
| 1200 '../content/content_shell_and_tests.gyp:content_browsertests', | 1209 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 1201 '../content/content_shell_and_tests.gyp:content_unittests', | 1210 '../content/content_shell_and_tests.gyp:content_unittests', |
| 1202 '../device/device_tests.gyp:device_unittests', | 1211 '../device/device_tests.gyp:device_unittests', |
| 1203 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 1212 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 1204 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 1213 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 1205 '../remoting/remoting.gyp:remoting_unittests', | 1214 '../remoting/remoting.gyp:remoting_unittests', |
| 1206 '../ui/app_list/app_list.gyp:*', | 1215 '../ui/app_list/app_list.gyp:*', |
| 1207 '../ui/aura/aura.gyp:*', | 1216 '../ui/aura/aura.gyp:*', |
| 1217 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1208 '../ui/base/ui_base_tests.gyp:ui_unittests', | 1218 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 1209 '../ui/compositor/compositor.gyp:*', | 1219 '../ui/compositor/compositor.gyp:*', |
| 1210 '../ui/display/display.gyp:display_unittests', | 1220 '../ui/display/display.gyp:display_unittests', |
| 1211 '../ui/events/events.gyp:*', | 1221 '../ui/events/events.gyp:*', |
| 1212 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1222 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1213 '../ui/keyboard/keyboard.gyp:*', | 1223 '../ui/keyboard/keyboard.gyp:*', |
| 1214 '../ui/message_center/message_center.gyp:*', | 1224 '../ui/message_center/message_center.gyp:*', |
| 1215 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 1225 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
| 1216 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1226 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1217 '../ui/views/views.gyp:views', | 1227 '../ui/views/views.gyp:views', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1313 'dependencies': [ | 1323 'dependencies': [ |
| 1314 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1324 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1315 '../ui/views/views.gyp:views', | 1325 '../ui/views/views.gyp:views', |
| 1316 '../ui/views/views.gyp:views_unittests', | 1326 '../ui/views/views.gyp:views_unittests', |
| 1317 ], | 1327 ], |
| 1318 }, # target_name: macviews_builder | 1328 }, # target_name: macviews_builder |
| 1319 ], # targets | 1329 ], # targets |
| 1320 }], # os=='mac' and toolkit_views==1 | 1330 }], # os=='mac' and toolkit_views==1 |
| 1321 ], # conditions | 1331 ], # conditions |
| 1322 } | 1332 } |
| OLD | NEW |