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

Side by Side Diff: build/all.gyp

Issue 737943002: Update from https://crrev.com/304715 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « base/process/process_win.cc ('k') | build/android/findbugs_filter/findbugs_known_bugs.txt » ('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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 '../mojo/edk/mojo_edk.gyp:mojo_public_utility_unittests', 49 '../mojo/edk/mojo_edk.gyp:mojo_public_utility_unittests',
50 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', 50 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
51 '../mojo/edk/mojo_edk.gyp:mojo_system_unittests', 51 '../mojo/edk/mojo_edk.gyp:mojo_system_unittests',
52 '../mojo/mojo_base.gyp:mojo_common_lib', 52 '../mojo/mojo_base.gyp:mojo_common_lib',
53 '../mojo/mojo_base.gyp:mojo_common_unittests', 53 '../mojo/mojo_base.gyp:mojo_common_unittests',
54 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', 54 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
55 '../mojo/public/mojo_public.gyp:mojo_public_test_utils', 55 '../mojo/public/mojo_public.gyp:mojo_public_test_utils',
56 '../mojo/public/mojo_public.gyp:mojo_system', 56 '../mojo/public/mojo_public.gyp:mojo_system',
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_base_unittests',
59 '../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 '<@(android_app_targets)', 66 '<@(android_app_targets)',
68 'android_builder_tests', 67 'android_builder_tests',
69 '../android_webview/android_webview.gyp:android_webview_apk', 68 '../android_webview/android_webview.gyp:android_webview_apk',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'target_name': 'chromium_builder_tests', 300 'target_name': 'chromium_builder_tests',
302 'type': 'none', 301 'type': 'none',
303 'dependencies': [ 302 'dependencies': [
304 '../base/base.gyp:base_unittests', 303 '../base/base.gyp:base_unittests',
305 '../components/components_tests.gyp:components_unittests', 304 '../components/components_tests.gyp:components_unittests',
306 '../crypto/crypto.gyp:crypto_unittests', 305 '../crypto/crypto.gyp:crypto_unittests',
307 '../net/net.gyp:net_unittests', 306 '../net/net.gyp:net_unittests',
308 '../sql/sql.gyp:sql_unittests', 307 '../sql/sql.gyp:sql_unittests',
309 '../sync/sync.gyp:sync_unit_tests', 308 '../sync/sync.gyp:sync_unit_tests',
310 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 309 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
311 '../ui/base/ui_base_tests.gyp:ui_unittests',
312 '../ui/display/display.gyp:display_unittests', 310 '../ui/display/display.gyp:display_unittests',
313 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 311 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
314 '../url/url.gyp:url_unittests', 312 '../url/url.gyp:url_unittests',
315 ], 313 ],
316 'conditions': [ 314 'conditions': [
317 ['OS!="ios" and OS!="android"', { 315 ['OS!="ios" and OS!="android"', {
318 'dependencies': [ 316 'dependencies': [
319 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 317 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
320 '../cc/cc_tests.gyp:cc_unittests', 318 '../cc/cc_tests.gyp:cc_unittests',
321 '../chrome/chrome.gyp:browser_tests', 319 '../chrome/chrome.gyp:browser_tests',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', 816 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
819 '../sql/sql.gyp:sql_unittests', 817 '../sql/sql.gyp:sql_unittests',
820 '../sync/sync.gyp:sync_unit_tests', 818 '../sync/sync.gyp:sync_unit_tests',
821 '../testing/android/junit/junit_test.gyp:junit_unit_tests', 819 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
822 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 820 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
823 '../third_party/WebKit/public/all.gyp:*', 821 '../third_party/WebKit/public/all.gyp:*',
824 '../tools/android/android_tools.gyp:android_tools', 822 '../tools/android/android_tools.gyp:android_tools',
825 '../tools/android/android_tools.gyp:memconsumer', 823 '../tools/android/android_tools.gyp:memconsumer',
826 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 824 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
827 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 825 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
828 '../ui/base/ui_base_tests.gyp:ui_unittests',
829 '../ui/events/events.gyp:events_unittests', 826 '../ui/events/events.gyp:events_unittests',
830 # Unit test bundles packaged as an apk. 827 # Unit test bundles packaged as an apk.
831 '../android_webview/android_webview.gyp:android_webview_test_apk', 828 '../android_webview/android_webview.gyp:android_webview_test_apk',
832 '../android_webview/android_webview.gyp:android_webview_unittests_ap k', 829 '../android_webview/android_webview.gyp:android_webview_unittests_ap k',
833 '../base/base.gyp:base_unittests_apk', 830 '../base/base.gyp:base_unittests_apk',
834 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 831 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
835 '../cc/cc_tests.gyp:cc_unittests_apk', 832 '../cc/cc_tests.gyp:cc_unittests_apk',
836 '../chrome/chrome.gyp:chrome_shell_test_apk', 833 '../chrome/chrome.gyp:chrome_shell_test_apk',
837 '../chrome/chrome.gyp:chrome_sync_shell_test_apk', 834 '../chrome/chrome.gyp:chrome_sync_shell_test_apk',
838 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', 835 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
839 '../chrome/chrome.gyp:unit_tests_apk', 836 '../chrome/chrome.gyp:unit_tests_apk',
840 '../components/components_tests.gyp:components_unittests_apk', 837 '../components/components_tests.gyp:components_unittests_apk',
841 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 838 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
842 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 839 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
843 '../content/content_shell_and_tests.gyp:content_unittests_apk', 840 '../content/content_shell_and_tests.gyp:content_unittests_apk',
844 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', 841 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
845 '../gpu/gpu.gyp:gl_tests_apk', 842 '../gpu/gpu.gyp:gl_tests_apk',
846 '../gpu/gpu.gyp:gpu_unittests_apk', 843 '../gpu/gpu.gyp:gpu_unittests_apk',
847 '../ipc/ipc.gyp:ipc_tests_apk', 844 '../ipc/ipc.gyp:ipc_tests_apk',
848 '../media/media.gyp:media_unittests_apk', 845 '../media/media.gyp:media_unittests_apk',
849 '../net/net.gyp:net_unittests_apk', 846 '../net/net.gyp:net_unittests_apk',
850 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 847 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
851 '../sql/sql.gyp:sql_unittests_apk', 848 '../sql/sql.gyp:sql_unittests_apk',
852 '../sync/sync.gyp:sync_unit_tests_apk', 849 '../sync/sync.gyp:sync_unit_tests_apk',
853 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', 850 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk',
854 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', 851 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk',
855 '../ui/base/ui_base_tests.gyp:ui_unittests_apk',
856 '../ui/events/events.gyp:events_unittests_apk', 852 '../ui/events/events.gyp:events_unittests_apk',
857 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 853 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
858 ], 854 ],
859 'conditions': [ 855 'conditions': [
860 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', { 856 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"', {
861 'dependencies': [ 857 'dependencies': [
862 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', 858 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
863 '../components/devtools_bridge.gyp:devtools_bridge_tests2_apk',
864 ], 859 ],
865 }], 860 }],
866 ], 861 ],
867 }, 862 },
868 { 863 {
869 # WebRTC Chromium tests to run on Android. 864 # WebRTC Chromium tests to run on Android.
870 'target_name': 'android_builder_chromium_webrtc', 865 'target_name': 'android_builder_chromium_webrtc',
871 'type': 'none', 866 'type': 'none',
872 'dependencies': [ 867 'dependencies': [
873 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds', 868 '../build/android/pylib/device/commands/commands.gyp:chromium_comman ds',
874 '../content/content_shell_and_tests.gyp:content_browsertests', 869 '../content/content_shell_and_tests.gyp:content_browsertests',
875 '../tools/android/android_tools.gyp:android_tools', 870 '../tools/android/android_tools.gyp:android_tools',
876 '../tools/android/android_tools.gyp:memconsumer', 871 '../tools/android/android_tools.gyp:memconsumer',
877 # Unit test bundles packaged as an apk. 872 # Unit test bundles packaged as an apk.
878 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', 873 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk',
879 '../components/devtools_bridge.gyp:devtools_bridge_tests2_apk',
880 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 874 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
881 ], 875 ],
882 }, # target_name: android_builder_chromium_webrtc 876 }, # target_name: android_builder_chromium_webrtc
883 ], # targets 877 ], # targets
884 }], # OS="android" 878 }], # OS="android"
885 ['OS=="mac"', { 879 ['OS=="mac"', {
886 'targets': [ 880 'targets': [
887 { 881 {
888 # Target to build everything plus the dmg. We don't put the dmg 882 # Target to build everything plus the dmg. We don't put the dmg
889 # in the All target because developers really don't need it. 883 # in the All target because developers really don't need it.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 '../rlz/rlz.gyp:*', 917 '../rlz/rlz.gyp:*',
924 '../sql/sql.gyp:sql_unittests', 918 '../sql/sql.gyp:sql_unittests',
925 '../sync/sync.gyp:sync_unit_tests', 919 '../sync/sync.gyp:sync_unit_tests',
926 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 920 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
927 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 921 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
928 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 922 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
929 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 923 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
930 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 924 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
931 '../tools/telemetry/telemetry.gyp:*', 925 '../tools/telemetry/telemetry.gyp:*',
932 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 926 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
933 '../ui/base/ui_base_tests.gyp:ui_unittests',
934 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 927 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
935 '../url/url.gyp:url_unittests', 928 '../url/url.gyp:url_unittests',
936 ], 929 ],
937 }, 930 },
938 { 931 {
939 'target_name': 'chromium_builder_rel', 932 'target_name': 'chromium_builder_rel',
940 'type': 'none', 933 'type': 'none',
941 'dependencies': [ 934 'dependencies': [
942 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 935 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
943 '../cc/cc_tests.gyp:cc_unittests', 936 '../cc/cc_tests.gyp:cc_unittests',
(...skipping 17 matching lines...) Expand all
961 '../remoting/remoting.gyp:remoting_unittests', 954 '../remoting/remoting.gyp:remoting_unittests',
962 '../sql/sql.gyp:sql_unittests', 955 '../sql/sql.gyp:sql_unittests',
963 '../sync/sync.gyp:sync_unit_tests', 956 '../sync/sync.gyp:sync_unit_tests',
964 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 957 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
965 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 958 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
966 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 959 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
967 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 960 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
968 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 961 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
969 '../tools/telemetry/telemetry.gyp:*', 962 '../tools/telemetry/telemetry.gyp:*',
970 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 963 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
971 '../ui/base/ui_base_tests.gyp:ui_unittests',
972 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 964 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
973 '../url/url.gyp:url_unittests', 965 '../url/url.gyp:url_unittests',
974 ], 966 ],
975 }, 967 },
976 { 968 {
977 'target_name': 'chromium_builder_dbg_tsan_mac', 969 'target_name': 'chromium_builder_dbg_tsan_mac',
978 'type': 'none', 970 'type': 'none',
979 'dependencies': [ 971 'dependencies': [
980 '../base/base.gyp:base_unittests', 972 '../base/base.gyp:base_unittests',
981 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 973 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
(...skipping 28 matching lines...) Expand all
1010 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1002 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1011 '../printing/printing.gyp:printing_unittests', 1003 '../printing/printing.gyp:printing_unittests',
1012 '../remoting/remoting.gyp:remoting_unittests', 1004 '../remoting/remoting.gyp:remoting_unittests',
1013 '../sql/sql.gyp:sql_unittests', 1005 '../sql/sql.gyp:sql_unittests',
1014 '../sync/sync.gyp:sync_unit_tests', 1006 '../sync/sync.gyp:sync_unit_tests',
1015 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1007 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1016 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 1008 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1017 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1009 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1018 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1010 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1019 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1011 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1020 '../ui/base/ui_base_tests.gyp:ui_unittests',
1021 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1012 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1022 '../url/url.gyp:url_unittests', 1013 '../url/url.gyp:url_unittests',
1023 ], 1014 ],
1024 }, 1015 },
1025 ], # targets 1016 ], # targets
1026 }], # OS="mac" 1017 }], # OS="mac"
1027 ['OS=="win"', { 1018 ['OS=="win"', {
1028 'targets': [ 1019 'targets': [
1029 # These targets are here so the build bots can use them to build 1020 # These targets are here so the build bots can use them to build
1030 # subsets of a full tree for faster cycle times. 1021 # subsets of a full tree for faster cycle times.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 '../remoting/remoting.gyp:remoting_unittests', 1053 '../remoting/remoting.gyp:remoting_unittests',
1063 '../sql/sql.gyp:sql_unittests', 1054 '../sql/sql.gyp:sql_unittests',
1064 '../sync/sync.gyp:sync_unit_tests', 1055 '../sync/sync.gyp:sync_unit_tests',
1065 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1056 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1066 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 1057 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1067 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1058 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1068 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1059 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1069 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 1060 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1070 '../tools/telemetry/telemetry.gyp:*', 1061 '../tools/telemetry/telemetry.gyp:*',
1071 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1062 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1072 '../ui/base/ui_base_tests.gyp:ui_unittests',
1073 '../ui/events/events.gyp:events_unittests', 1063 '../ui/events/events.gyp:events_unittests',
1074 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1064 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1075 '../ui/views/views.gyp:views_unittests', 1065 '../ui/views/views.gyp:views_unittests',
1076 '../url/url.gyp:url_unittests', 1066 '../url/url.gyp:url_unittests',
1077 ], 1067 ],
1078 'conditions': [ 1068 'conditions': [
1079 ['target_arch=="ia32"', { 1069 ['target_arch=="ia32"', {
1080 'dependencies': [ 1070 'dependencies': [
1081 '../chrome/chrome.gyp:crash_service_win64', 1071 '../chrome/chrome.gyp:crash_service_win64',
1082 ], 1072 ],
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 '../courgette/courgette.gyp:courgette64', 1198 '../courgette/courgette.gyp:courgette64',
1209 '../ipc/ipc.gyp:ipc_tests', 1199 '../ipc/ipc.gyp:ipc_tests',
1210 '../media/media.gyp:media_unittests', 1200 '../media/media.gyp:media_unittests',
1211 '../net/net.gyp:net_unittests_run', 1201 '../net/net.gyp:net_unittests_run',
1212 '../printing/printing.gyp:printing_unittests', 1202 '../printing/printing.gyp:printing_unittests',
1213 '../remoting/remoting.gyp:remoting_webapp', 1203 '../remoting/remoting.gyp:remoting_webapp',
1214 '../sql/sql.gyp:sql_unittests', 1204 '../sql/sql.gyp:sql_unittests',
1215 '../sync/sync.gyp:sync_unit_tests', 1205 '../sync/sync.gyp:sync_unit_tests',
1216 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', 1206 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
1217 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1207 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1218 '../ui/base/ui_base_tests.gyp:ui_unittests',
1219 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1208 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1220 '../ui/views/views.gyp:views_unittests', 1209 '../ui/views/views.gyp:views_unittests',
1221 '../url/url.gyp:url_unittests', 1210 '../url/url.gyp:url_unittests',
1222 ], 1211 ],
1223 'conditions': [ 1212 'conditions': [
1224 ['target_arch=="ia32"', { 1213 ['target_arch=="ia32"', {
1225 'dependencies': [ 1214 'dependencies': [
1226 '../chrome/chrome.gyp:crash_service_win64', 1215 '../chrome/chrome.gyp:crash_service_win64',
1227 ], 1216 ],
1228 }], 1217 }],
(...skipping 22 matching lines...) Expand all
1251 '../components/components_tests.gyp:components_unittests', 1240 '../components/components_tests.gyp:components_unittests',
1252 '../content/content_shell_and_tests.gyp:content_browsertests', 1241 '../content/content_shell_and_tests.gyp:content_browsertests',
1253 '../content/content_shell_and_tests.gyp:content_unittests', 1242 '../content/content_shell_and_tests.gyp:content_unittests',
1254 '../device/device_tests.gyp:device_unittests', 1243 '../device/device_tests.gyp:device_unittests',
1255 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1244 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1256 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1245 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1257 '../remoting/remoting.gyp:remoting_unittests', 1246 '../remoting/remoting.gyp:remoting_unittests',
1258 '../ui/app_list/app_list.gyp:*', 1247 '../ui/app_list/app_list.gyp:*',
1259 '../ui/aura/aura.gyp:*', 1248 '../ui/aura/aura.gyp:*',
1260 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1249 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1261 '../ui/base/ui_base_tests.gyp:ui_unittests',
1262 '../ui/compositor/compositor.gyp:*', 1250 '../ui/compositor/compositor.gyp:*',
1263 '../ui/display/display.gyp:display_unittests', 1251 '../ui/display/display.gyp:display_unittests',
1264 '../ui/events/events.gyp:*', 1252 '../ui/events/events.gyp:*',
1265 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1253 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1266 '../ui/keyboard/keyboard.gyp:*', 1254 '../ui/keyboard/keyboard.gyp:*',
1267 '../ui/message_center/message_center.gyp:*', 1255 '../ui/message_center/message_center.gyp:*',
1268 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1256 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1269 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1257 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1270 '../ui/views/views.gyp:views', 1258 '../ui/views/views.gyp:views',
1271 '../ui/views/views.gyp:views_unittests', 1259 '../ui/views/views.gyp:views_unittests',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 'dependencies': [ 1366 'dependencies': [
1379 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1367 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1380 '../ui/views/views.gyp:views', 1368 '../ui/views/views.gyp:views',
1381 '../ui/views/views.gyp:views_unittests', 1369 '../ui/views/views.gyp:views_unittests',
1382 ], 1370 ],
1383 }, # target_name: macviews_builder 1371 }, # target_name: macviews_builder
1384 ], # targets 1372 ], # targets
1385 }], # os=='mac' and toolkit_views==1 1373 }], # os=='mac' and toolkit_views==1
1386 ], # conditions 1374 ], # conditions
1387 } 1375 }
OLDNEW
« no previous file with comments | « base/process/process_win.cc ('k') | build/android/findbugs_filter/findbugs_known_bugs.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698