| 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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 '../media/media.gyp:media_unittests', | 781 '../media/media.gyp:media_unittests', |
| 780 '../net/net.gyp:net_unittests', | 782 '../net/net.gyp:net_unittests', |
| 781 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', | 783 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', |
| 782 '../sql/sql.gyp:sql_unittests', | 784 '../sql/sql.gyp:sql_unittests', |
| 783 '../sync/sync.gyp:sync_unit_tests', | 785 '../sync/sync.gyp:sync_unit_tests', |
| 784 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 786 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 785 '../third_party/WebKit/public/all.gyp:*', | 787 '../third_party/WebKit/public/all.gyp:*', |
| 786 '../tools/android/android_tools.gyp:android_tools', | 788 '../tools/android/android_tools.gyp:android_tools', |
| 787 '../tools/android/android_tools.gyp:memconsumer', | 789 '../tools/android/android_tools.gyp:memconsumer', |
| 788 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', | 790 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', |
| 791 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 789 '../ui/base/ui_base_tests.gyp:ui_unittests', | 792 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 790 '../ui/events/events.gyp:events_unittests', | 793 '../ui/events/events.gyp:events_unittests', |
| 791 # Unit test bundles packaged as an apk. | 794 # Unit test bundles packaged as an apk. |
| 792 '../android_webview/android_webview.gyp:android_webview_test_apk', | 795 '../android_webview/android_webview.gyp:android_webview_test_apk', |
| 793 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', | 796 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', |
| 794 '../base/base.gyp:base_unittests_apk', | 797 '../base/base.gyp:base_unittests_apk', |
| 795 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', | 798 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', |
| 796 '../cc/cc_tests.gyp:cc_unittests_apk', | 799 '../cc/cc_tests.gyp:cc_unittests_apk', |
| 797 '../chrome/chrome.gyp:chrome_shell_test_apk', | 800 '../chrome/chrome.gyp:chrome_shell_test_apk', |
| 798 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', | 801 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', |
| 799 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', | 802 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
| 800 '../chrome/chrome.gyp:unit_tests_apk', | 803 '../chrome/chrome.gyp:unit_tests_apk', |
| 801 '../components/components_tests.gyp:components_unittests_apk', | 804 '../components/components_tests.gyp:components_unittests_apk', |
| 802 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', | 805 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', |
| 803 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 806 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
| 804 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | 807 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
| 805 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 808 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
| 806 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | 809 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', |
| 807 '../gpu/gpu.gyp:gl_tests_apk', | 810 '../gpu/gpu.gyp:gl_tests_apk', |
| 808 '../gpu/gpu.gyp:gpu_unittests_apk', | 811 '../gpu/gpu.gyp:gpu_unittests_apk', |
| 809 '../ipc/ipc.gyp:ipc_tests_apk', | 812 '../ipc/ipc.gyp:ipc_tests_apk', |
| 810 '../media/media.gyp:media_unittests_apk', | 813 '../media/media.gyp:media_unittests_apk', |
| 811 '../net/net.gyp:net_unittests_apk', | 814 '../net/net.gyp:net_unittests_apk', |
| 812 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 815 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
| 813 '../sql/sql.gyp:sql_unittests_apk', | 816 '../sql/sql.gyp:sql_unittests_apk', |
| 814 '../sync/sync.gyp:sync_unit_tests_apk', | 817 '../sync/sync.gyp:sync_unit_tests_apk', |
| 815 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | 818 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
| 819 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
| 816 '../ui/base/ui_base_tests.gyp:ui_unittests_apk', | 820 '../ui/base/ui_base_tests.gyp:ui_unittests_apk', |
| 817 '../ui/events/events.gyp:events_unittests_apk', | 821 '../ui/events/events.gyp:events_unittests_apk', |
| 818 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 822 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 819 ], | 823 ], |
| 820 }, | 824 }, |
| 821 { | 825 { |
| 822 # WebRTC Chromium tests to run on Android. | 826 # WebRTC Chromium tests to run on Android. |
| 823 'target_name': 'android_builder_chromium_webrtc', | 827 'target_name': 'android_builder_chromium_webrtc', |
| 824 'type': 'none', | 828 'type': 'none', |
| 825 'dependencies': [ | 829 'dependencies': [ |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 872 '../remoting/remoting.gyp:remoting_unittests', | 876 '../remoting/remoting.gyp:remoting_unittests', |
| 873 '../rlz/rlz.gyp:*', | 877 '../rlz/rlz.gyp:*', |
| 874 '../sql/sql.gyp:sql_unittests', | 878 '../sql/sql.gyp:sql_unittests', |
| 875 '../sync/sync.gyp:sync_unit_tests', | 879 '../sync/sync.gyp:sync_unit_tests', |
| 876 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 880 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 877 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 881 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 878 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 882 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 879 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 883 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 880 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 884 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 881 '../tools/telemetry/telemetry.gyp:*', | 885 '../tools/telemetry/telemetry.gyp:*', |
| 886 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 882 '../ui/base/ui_base_tests.gyp:ui_unittests', | 887 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 883 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 888 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 884 '../url/url.gyp:url_unittests', | 889 '../url/url.gyp:url_unittests', |
| 885 ], | 890 ], |
| 886 }, | 891 }, |
| 887 { | 892 { |
| 888 'target_name': 'chromium_builder_rel', | 893 'target_name': 'chromium_builder_rel', |
| 889 'type': 'none', | 894 'type': 'none', |
| 890 'dependencies': [ | 895 'dependencies': [ |
| 891 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 896 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 909 '../printing/printing.gyp:printing_unittests', | 914 '../printing/printing.gyp:printing_unittests', |
| 910 '../remoting/remoting.gyp:remoting_unittests', | 915 '../remoting/remoting.gyp:remoting_unittests', |
| 911 '../sql/sql.gyp:sql_unittests', | 916 '../sql/sql.gyp:sql_unittests', |
| 912 '../sync/sync.gyp:sync_unit_tests', | 917 '../sync/sync.gyp:sync_unit_tests', |
| 913 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 918 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 914 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 919 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 915 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 920 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 916 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 921 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 917 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 922 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 918 '../tools/telemetry/telemetry.gyp:*', | 923 '../tools/telemetry/telemetry.gyp:*', |
| 924 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 919 '../ui/base/ui_base_tests.gyp:ui_unittests', | 925 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 920 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 926 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 921 '../url/url.gyp:url_unittests', | 927 '../url/url.gyp:url_unittests', |
| 922 ], | 928 ], |
| 923 }, | 929 }, |
| 924 { | 930 { |
| 925 'target_name': 'chromium_builder_dbg_tsan_mac', | 931 'target_name': 'chromium_builder_dbg_tsan_mac', |
| 926 'type': 'none', | 932 'type': 'none', |
| 927 'dependencies': [ | 933 'dependencies': [ |
| 928 '../base/base.gyp:base_unittests', | 934 '../base/base.gyp:base_unittests', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 957 '../net/net.gyp:net_unittests', | 963 '../net/net.gyp:net_unittests', |
| 958 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 964 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 959 '../printing/printing.gyp:printing_unittests', | 965 '../printing/printing.gyp:printing_unittests', |
| 960 '../remoting/remoting.gyp:remoting_unittests', | 966 '../remoting/remoting.gyp:remoting_unittests', |
| 961 '../sql/sql.gyp:sql_unittests', | 967 '../sql/sql.gyp:sql_unittests', |
| 962 '../sync/sync.gyp:sync_unit_tests', | 968 '../sync/sync.gyp:sync_unit_tests', |
| 963 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 969 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 964 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 970 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 965 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 971 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 966 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 972 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 973 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 967 '../ui/base/ui_base_tests.gyp:ui_unittests', | 974 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 968 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 975 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 969 '../url/url.gyp:url_unittests', | 976 '../url/url.gyp:url_unittests', |
| 970 ], | 977 ], |
| 971 }, | 978 }, |
| 972 ], # targets | 979 ], # targets |
| 973 }], # OS="mac" | 980 }], # OS="mac" |
| 974 ['OS=="win"', { | 981 ['OS=="win"', { |
| 975 'targets': [ | 982 'targets': [ |
| 976 # These targets are here so the build bots can use them to build | 983 # 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... |
| 1008 '../printing/printing.gyp:printing_unittests', | 1015 '../printing/printing.gyp:printing_unittests', |
| 1009 '../remoting/remoting.gyp:remoting_unittests', | 1016 '../remoting/remoting.gyp:remoting_unittests', |
| 1010 '../sql/sql.gyp:sql_unittests', | 1017 '../sql/sql.gyp:sql_unittests', |
| 1011 '../sync/sync.gyp:sync_unit_tests', | 1018 '../sync/sync.gyp:sync_unit_tests', |
| 1012 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1019 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 1013 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 1020 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
| 1014 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1021 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 1015 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1022 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 1016 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 1023 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 1017 '../tools/telemetry/telemetry.gyp:*', | 1024 '../tools/telemetry/telemetry.gyp:*', |
| 1025 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1018 '../ui/base/ui_base_tests.gyp:ui_unittests', | 1026 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 1019 '../ui/events/events.gyp:events_unittests', | 1027 '../ui/events/events.gyp:events_unittests', |
| 1020 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1028 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1021 '../ui/views/views.gyp:views_unittests', | 1029 '../ui/views/views.gyp:views_unittests', |
| 1022 '../url/url.gyp:url_unittests', | 1030 '../url/url.gyp:url_unittests', |
| 1023 ], | 1031 ], |
| 1024 'conditions': [ | 1032 'conditions': [ |
| 1025 ['target_arch=="ia32"', { | 1033 ['target_arch=="ia32"', { |
| 1026 'dependencies': [ | 1034 'dependencies': [ |
| 1027 '../chrome/chrome.gyp:crash_service_win64', | 1035 '../chrome/chrome.gyp:crash_service_win64', |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1151 '../courgette/courgette.gyp:courgette', | 1159 '../courgette/courgette.gyp:courgette', |
| 1152 '../courgette/courgette.gyp:courgette64', | 1160 '../courgette/courgette.gyp:courgette64', |
| 1153 '../ipc/ipc.gyp:ipc_tests', | 1161 '../ipc/ipc.gyp:ipc_tests', |
| 1154 '../media/media.gyp:media_unittests', | 1162 '../media/media.gyp:media_unittests', |
| 1155 '../net/net.gyp:net_unittests_run', | 1163 '../net/net.gyp:net_unittests_run', |
| 1156 '../printing/printing.gyp:printing_unittests', | 1164 '../printing/printing.gyp:printing_unittests', |
| 1157 '../remoting/remoting.gyp:remoting_webapp', | 1165 '../remoting/remoting.gyp:remoting_webapp', |
| 1158 '../sql/sql.gyp:sql_unittests', | 1166 '../sql/sql.gyp:sql_unittests', |
| 1159 '../sync/sync.gyp:sync_unit_tests', | 1167 '../sync/sync.gyp:sync_unit_tests', |
| 1160 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 1168 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
| 1169 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1161 '../ui/base/ui_base_tests.gyp:ui_unittests', | 1170 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 1162 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1171 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1163 '../ui/views/views.gyp:views_unittests', | 1172 '../ui/views/views.gyp:views_unittests', |
| 1164 '../url/url.gyp:url_unittests', | 1173 '../url/url.gyp:url_unittests', |
| 1165 ], | 1174 ], |
| 1166 'conditions': [ | 1175 'conditions': [ |
| 1167 ['target_arch=="ia32"', { | 1176 ['target_arch=="ia32"', { |
| 1168 'dependencies': [ | 1177 'dependencies': [ |
| 1169 '../chrome/chrome.gyp:crash_service_win64', | 1178 '../chrome/chrome.gyp:crash_service_win64', |
| 1170 ], | 1179 ], |
| (...skipping 24 matching lines...) Expand all Loading... |
| 1195 '../chrome/chrome.gyp:unit_tests', | 1204 '../chrome/chrome.gyp:unit_tests', |
| 1196 '../components/components_tests.gyp:components_unittests', | 1205 '../components/components_tests.gyp:components_unittests', |
| 1197 '../content/content_shell_and_tests.gyp:content_browsertests', | 1206 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 1198 '../content/content_shell_and_tests.gyp:content_unittests', | 1207 '../content/content_shell_and_tests.gyp:content_unittests', |
| 1199 '../device/device_tests.gyp:device_unittests', | 1208 '../device/device_tests.gyp:device_unittests', |
| 1200 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 1209 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 1201 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 1210 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 1202 '../remoting/remoting.gyp:remoting_unittests', | 1211 '../remoting/remoting.gyp:remoting_unittests', |
| 1203 '../ui/app_list/app_list.gyp:*', | 1212 '../ui/app_list/app_list.gyp:*', |
| 1204 '../ui/aura/aura.gyp:*', | 1213 '../ui/aura/aura.gyp:*', |
| 1214 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1205 '../ui/base/ui_base_tests.gyp:ui_unittests', | 1215 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 1206 '../ui/compositor/compositor.gyp:*', | 1216 '../ui/compositor/compositor.gyp:*', |
| 1207 '../ui/display/display.gyp:display_unittests', | 1217 '../ui/display/display.gyp:display_unittests', |
| 1208 '../ui/events/events.gyp:*', | 1218 '../ui/events/events.gyp:*', |
| 1209 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1219 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1210 '../ui/keyboard/keyboard.gyp:*', | 1220 '../ui/keyboard/keyboard.gyp:*', |
| 1211 '../ui/message_center/message_center.gyp:*', | 1221 '../ui/message_center/message_center.gyp:*', |
| 1212 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 1222 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
| 1213 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1223 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1214 '../ui/views/views.gyp:views', | 1224 '../ui/views/views.gyp:views', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1310 'dependencies': [ | 1320 'dependencies': [ |
| 1311 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1321 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1312 '../ui/views/views.gyp:views', | 1322 '../ui/views/views.gyp:views', |
| 1313 '../ui/views/views.gyp:views_unittests', | 1323 '../ui/views/views.gyp:views_unittests', |
| 1314 ], | 1324 ], |
| 1315 }, # target_name: macviews_builder | 1325 }, # target_name: macviews_builder |
| 1316 ], # targets | 1326 ], # targets |
| 1317 }], # os=='mac' and toolkit_views==1 | 1327 }], # os=='mac' and toolkit_views==1 |
| 1318 ], # conditions | 1328 ], # conditions |
| 1319 } | 1329 } |
| OLD | NEW |