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