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

Side by Side Diff: build/all.gyp

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 '../content/content_shell_and_tests.gyp:*', 64 '../content/content_shell_and_tests.gyp:*',
65 # TODO: This should build on Android and the target should move to t he list above. 65 # TODO: This should build on Android and the target should move to t he list above.
66 '../sync/sync.gyp:*', 66 '../sync/sync.gyp:*',
67 ], 67 ],
68 }], 68 }],
69 ['OS!="ios" and OS!="android"', { 69 ['OS!="ios" and OS!="android"', {
70 'dependencies': [ 70 'dependencies': [
71 '../third_party/re2/re2.gyp:re2', 71 '../third_party/re2/re2.gyp:re2',
72 '../chrome/chrome.gyp:*', 72 '../chrome/chrome.gyp:*',
73 '../cc/cc_tests.gyp:*', 73 '../cc/cc_tests.gyp:*',
74 '../content/renderer/compositor_bindings/compositor_bindings_tests.g yp:*',
74 '../device/bluetooth/bluetooth.gyp:*', 75 '../device/bluetooth/bluetooth.gyp:*',
75 '../device/device_tests.gyp:*', 76 '../device/device_tests.gyp:*',
76 '../device/usb/usb.gyp:*', 77 '../device/usb/usb.gyp:*',
77 '../gin/gin.gyp:*', 78 '../gin/gin.gyp:*',
78 '../gpu/gpu.gyp:*', 79 '../gpu/gpu.gyp:*',
79 '../gpu/tools/tools.gyp:*', 80 '../gpu/tools/tools.gyp:*',
80 '../ipc/ipc.gyp:*', 81 '../ipc/ipc.gyp:*',
81 '../jingle/jingle.gyp:*', 82 '../jingle/jingle.gyp:*',
82 '../media/cast/cast.gyp:*', 83 '../media/cast/cast.gyp:*',
83 '../media/media.gyp:*', 84 '../media/media.gyp:*',
(...skipping 17 matching lines...) Expand all
101 '../third_party/mesa/mesa.gyp:*', 102 '../third_party/mesa/mesa.gyp:*',
102 '../third_party/modp_b64/modp_b64.gyp:*', 103 '../third_party/modp_b64/modp_b64.gyp:*',
103 '../third_party/npapi/npapi.gyp:*', 104 '../third_party/npapi/npapi.gyp:*',
104 '../third_party/ots/ots.gyp:*', 105 '../third_party/ots/ots.gyp:*',
105 '../third_party/pdfium/samples/samples.gyp:*', 106 '../third_party/pdfium/samples/samples.gyp:*',
106 '../third_party/qcms/qcms.gyp:*', 107 '../third_party/qcms/qcms.gyp:*',
107 '../tools/gn/gn.gyp:*', 108 '../tools/gn/gn.gyp:*',
108 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 109 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
109 '../tools/telemetry/telemetry.gyp:*', 110 '../tools/telemetry/telemetry.gyp:*',
110 '../v8/tools/gyp/v8.gyp:*', 111 '../v8/tools/gyp/v8.gyp:*',
111 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*',
112 '<(libjpeg_gyp_path):*', 112 '<(libjpeg_gyp_path):*',
113 ], 113 ],
114 }], 114 }],
115 ['OS!="android" and OS!="ios"', { 115 ['OS!="android" and OS!="ios"', {
116 'dependencies': [ 116 'dependencies': [
117 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', 117 '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
118 ], 118 ],
119 }], 119 }],
120 ['OS=="mac" or OS=="ios" or OS=="win"', { 120 ['OS=="mac" or OS=="ios" or OS=="win"', {
121 'dependencies': [ 121 'dependencies': [
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 '../chrome/chrome.gyp:browser_tests', 271 '../chrome/chrome.gyp:browser_tests',
272 '../chrome/chrome.gyp:chromedriver_tests', 272 '../chrome/chrome.gyp:chromedriver_tests',
273 '../chrome/chrome.gyp:chromedriver_unittests', 273 '../chrome/chrome.gyp:chromedriver_unittests',
274 '../chrome/chrome.gyp:interactive_ui_tests', 274 '../chrome/chrome.gyp:interactive_ui_tests',
275 '../chrome/chrome.gyp:sync_integration_tests', 275 '../chrome/chrome.gyp:sync_integration_tests',
276 '../chrome/chrome.gyp:unit_tests', 276 '../chrome/chrome.gyp:unit_tests',
277 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 277 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
278 '../content/content_shell_and_tests.gyp:content_browsertests', 278 '../content/content_shell_and_tests.gyp:content_browsertests',
279 '../content/content_shell_and_tests.gyp:content_shell', 279 '../content/content_shell_and_tests.gyp:content_shell',
280 '../content/content_shell_and_tests.gyp:content_unittests', 280 '../content/content_shell_and_tests.gyp:content_unittests',
281 '../content/renderer/compositor_bindings/compositor_bindings_tests.g yp:content_compositor_bindings_unittests',
281 '../device/device_tests.gyp:device_unittests', 282 '../device/device_tests.gyp:device_unittests',
282 '../extensions/extensions.gyp:extensions_unittests', 283 '../extensions/extensions.gyp:extensions_unittests',
283 '../gin/gin.gyp:gin_unittests', 284 '../gin/gin.gyp:gin_unittests',
284 '../google_apis/google_apis.gyp:google_apis_unittests', 285 '../google_apis/google_apis.gyp:google_apis_unittests',
285 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 286 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
286 '../gpu/gpu.gyp:gpu_unittests', 287 '../gpu/gpu.gyp:gpu_unittests',
287 '../ipc/ipc.gyp:ipc_tests', 288 '../ipc/ipc.gyp:ipc_tests',
288 '../jingle/jingle.gyp:jingle_unittests', 289 '../jingle/jingle.gyp:jingle_unittests',
289 '../media/cast/cast.gyp:cast_unittests', 290 '../media/cast/cast.gyp:cast_unittests',
290 '../media/media.gyp:media_unittests', 291 '../media/media.gyp:media_unittests',
291 '../mojo/mojo.gyp:mojo', 292 '../mojo/mojo.gyp:mojo',
292 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 293 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
293 '../remoting/remoting.gyp:remoting_unittests', 294 '../remoting/remoting.gyp:remoting_unittests',
294 '../third_party/WebKit/public/all.gyp:all_blink', 295 '../third_party/WebKit/public/all.gyp:all_blink',
295 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 296 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
296 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 297 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
297 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 298 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
298 '../tools/telemetry/telemetry.gyp:*', 299 '../tools/telemetry/telemetry.gyp:*',
299 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
300 ], 300 ],
301 }], 301 }],
302 ['OS=="win"', { 302 ['OS=="win"', {
303 'dependencies': [ 303 'dependencies': [
304 '../chrome/chrome.gyp:crash_service', 304 '../chrome/chrome.gyp:crash_service',
305 '../chrome/chrome.gyp:installer_util_unittests', 305 '../chrome/chrome.gyp:installer_util_unittests',
306 # ../chrome/test/mini_installer requires mini_installer. 306 # ../chrome/test/mini_installer requires mini_installer.
307 '../chrome/installer/mini_installer.gyp:mini_installer', 307 '../chrome/installer/mini_installer.gyp:mini_installer',
308 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 308 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
309 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', 309 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 '../base/base.gyp:base_unittests_apk', 757 '../base/base.gyp:base_unittests_apk',
758 '../cc/cc_tests.gyp:cc_unittests_apk', 758 '../cc/cc_tests.gyp:cc_unittests_apk',
759 '../chrome/chrome.gyp:chrome_shell_test_apk', 759 '../chrome/chrome.gyp:chrome_shell_test_apk',
760 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', 760 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests',
761 '../chrome/chrome.gyp:unit_tests_apk', 761 '../chrome/chrome.gyp:unit_tests_apk',
762 '../components/components_tests.gyp:components_unittests_apk', 762 '../components/components_tests.gyp:components_unittests_apk',
763 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 763 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
764 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 764 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
765 '../content/content_shell_and_tests.gyp:content_unittests_apk', 765 '../content/content_shell_and_tests.gyp:content_unittests_apk',
766 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', 766 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
767 '../content/renderer/compositor_bindings/compositor_bindings_tests.g yp:content_compositor_bindings_unittests_apk'
767 '../gpu/gpu.gyp:gl_tests_apk', 768 '../gpu/gpu.gyp:gl_tests_apk',
768 '../gpu/gpu.gyp:gpu_unittests_apk', 769 '../gpu/gpu.gyp:gpu_unittests_apk',
769 '../ipc/ipc.gyp:ipc_tests_apk', 770 '../ipc/ipc.gyp:ipc_tests_apk',
770 '../media/media.gyp:media_unittests_apk', 771 '../media/media.gyp:media_unittests_apk',
771 '../net/net.gyp:net_unittests_apk', 772 '../net/net.gyp:net_unittests_apk',
772 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', 773 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk',
773 '../sql/sql.gyp:sql_unittests_apk', 774 '../sql/sql.gyp:sql_unittests_apk',
774 '../sync/sync.gyp:sync_unit_tests_apk', 775 '../sync/sync.gyp:sync_unit_tests_apk',
775 '../ui/events/events.gyp:events_unittests_apk', 776 '../ui/events/events.gyp:events_unittests_apk',
776 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 777 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
777 '../ui/ui_unittests.gyp:ui_unittests_apk', 778 '../ui/ui_unittests.gyp:ui_unittests_apk',
778 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests_apk'
779 ], 779 ],
780 }, 780 },
781 { 781 {
782 # WebRTC Android APK tests. 782 # WebRTC Android APK tests.
783 'target_name': 'android_builder_webrtc', 783 'target_name': 'android_builder_webrtc',
784 'type': 'none', 784 'type': 'none',
785 'variables': { 785 'variables': {
786 # Set default value for include_tests to '0'. It is normally only 786 # Set default value for include_tests to '0'. It is normally only
787 # used in WebRTC GYP files. It is set to '1' only when building 787 # used in WebRTC GYP files. It is set to '1' only when building
788 # WebRTC for Android, inside a Chromium checkout. 788 # WebRTC for Android, inside a Chromium checkout.
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 'dependencies': [ 830 'dependencies': [
831 '../cc/cc_tests.gyp:cc_unittests', 831 '../cc/cc_tests.gyp:cc_unittests',
832 '../chrome/chrome.gyp:browser_tests', 832 '../chrome/chrome.gyp:browser_tests',
833 '../chrome/chrome.gyp:interactive_ui_tests', 833 '../chrome/chrome.gyp:interactive_ui_tests',
834 '../chrome/chrome.gyp:sync_integration_tests', 834 '../chrome/chrome.gyp:sync_integration_tests',
835 '../chrome/chrome.gyp:unit_tests', 835 '../chrome/chrome.gyp:unit_tests',
836 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 836 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
837 '../components/components_tests.gyp:components_unittests', 837 '../components/components_tests.gyp:components_unittests',
838 '../content/content_shell_and_tests.gyp:content_browsertests', 838 '../content/content_shell_and_tests.gyp:content_browsertests',
839 '../content/content_shell_and_tests.gyp:content_unittests', 839 '../content/content_shell_and_tests.gyp:content_unittests',
840 '../content/renderer/compositor_bindings/compositor_bindings_tests.g yp:content_compositor_bindings_unittests',
840 '../device/device_tests.gyp:device_unittests', 841 '../device/device_tests.gyp:device_unittests',
841 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 842 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
842 '../gpu/gpu.gyp:gpu_unittests', 843 '../gpu/gpu.gyp:gpu_unittests',
843 '../ipc/ipc.gyp:ipc_tests', 844 '../ipc/ipc.gyp:ipc_tests',
844 '../jingle/jingle.gyp:jingle_unittests', 845 '../jingle/jingle.gyp:jingle_unittests',
845 '../media/media.gyp:media_unittests', 846 '../media/media.gyp:media_unittests',
846 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 847 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
847 '../printing/printing.gyp:printing_unittests', 848 '../printing/printing.gyp:printing_unittests',
848 '../remoting/remoting.gyp:remoting_unittests', 849 '../remoting/remoting.gyp:remoting_unittests',
849 '../rlz/rlz.gyp:*', 850 '../rlz/rlz.gyp:*',
850 '../sql/sql.gyp:sql_unittests', 851 '../sql/sql.gyp:sql_unittests',
851 '../sync/sync.gyp:sync_unit_tests', 852 '../sync/sync.gyp:sync_unit_tests',
852 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 853 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
853 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 854 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
854 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 855 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
855 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 856 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
856 '../tools/telemetry/telemetry.gyp:*', 857 '../tools/telemetry/telemetry.gyp:*',
857 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 858 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
858 '../ui/ui_unittests.gyp:ui_unittests', 859 '../ui/ui_unittests.gyp:ui_unittests',
859 '../url/url.gyp:url_unittests', 860 '../url/url.gyp:url_unittests',
860 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
861 ], 861 ],
862 }, 862 },
863 { 863 {
864 'target_name': 'chromium_builder_rel', 864 'target_name': 'chromium_builder_rel',
865 'type': 'none', 865 'type': 'none',
866 'dependencies': [ 866 'dependencies': [
867 '../cc/cc_tests.gyp:cc_unittests', 867 '../cc/cc_tests.gyp:cc_unittests',
868 '../chrome/chrome.gyp:browser_tests', 868 '../chrome/chrome.gyp:browser_tests',
869 '../chrome/chrome.gyp:performance_browser_tests', 869 '../chrome/chrome.gyp:performance_browser_tests',
870 '../chrome/chrome.gyp:sync_integration_tests', 870 '../chrome/chrome.gyp:sync_integration_tests',
871 '../chrome/chrome.gyp:unit_tests', 871 '../chrome/chrome.gyp:unit_tests',
872 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 872 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
873 '../components/components_tests.gyp:components_unittests', 873 '../components/components_tests.gyp:components_unittests',
874 '../content/content_shell_and_tests.gyp:content_browsertests', 874 '../content/content_shell_and_tests.gyp:content_browsertests',
875 '../content/content_shell_and_tests.gyp:content_unittests', 875 '../content/content_shell_and_tests.gyp:content_unittests',
876 '../content/renderer/compositor_bindings/compositor_bindings_tests.g yp:content_compositor_bindings_unittests',
876 '../device/device_tests.gyp:device_unittests', 877 '../device/device_tests.gyp:device_unittests',
877 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 878 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
878 '../gpu/gpu.gyp:gpu_unittests', 879 '../gpu/gpu.gyp:gpu_unittests',
879 '../ipc/ipc.gyp:ipc_tests', 880 '../ipc/ipc.gyp:ipc_tests',
880 '../jingle/jingle.gyp:jingle_unittests', 881 '../jingle/jingle.gyp:jingle_unittests',
881 '../media/media.gyp:media_unittests', 882 '../media/media.gyp:media_unittests',
882 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 883 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
883 '../printing/printing.gyp:printing_unittests', 884 '../printing/printing.gyp:printing_unittests',
884 '../remoting/remoting.gyp:remoting_unittests', 885 '../remoting/remoting.gyp:remoting_unittests',
885 '../sql/sql.gyp:sql_unittests', 886 '../sql/sql.gyp:sql_unittests',
886 '../sync/sync.gyp:sync_unit_tests', 887 '../sync/sync.gyp:sync_unit_tests',
887 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 888 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
888 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 889 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
889 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 890 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
890 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 891 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
891 '../tools/telemetry/telemetry.gyp:*', 892 '../tools/telemetry/telemetry.gyp:*',
892 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 893 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
893 '../ui/ui_unittests.gyp:ui_unittests', 894 '../ui/ui_unittests.gyp:ui_unittests',
894 '../url/url.gyp:url_unittests', 895 '../url/url.gyp:url_unittests',
895 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
896 ], 896 ],
897 }, 897 },
898 { 898 {
899 'target_name': 'chromium_builder_dbg_tsan_mac', 899 'target_name': 'chromium_builder_dbg_tsan_mac',
900 'type': 'none', 900 'type': 'none',
901 'dependencies': [ 901 'dependencies': [
902 '../base/base.gyp:base_unittests', 902 '../base/base.gyp:base_unittests',
903 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 903 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
904 '../crypto/crypto.gyp:crypto_unittests', 904 '../crypto/crypto.gyp:crypto_unittests',
905 '../ipc/ipc.gyp:ipc_tests', 905 '../ipc/ipc.gyp:ipc_tests',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 '../chrome/chrome.gyp:installer_util_unittests', 959 '../chrome/chrome.gyp:installer_util_unittests',
960 '../chrome/chrome.gyp:interactive_ui_tests', 960 '../chrome/chrome.gyp:interactive_ui_tests',
961 '../chrome/chrome.gyp:performance_browser_tests', 961 '../chrome/chrome.gyp:performance_browser_tests',
962 '../chrome/chrome.gyp:sync_integration_tests', 962 '../chrome/chrome.gyp:sync_integration_tests',
963 '../chrome/chrome.gyp:unit_tests', 963 '../chrome/chrome.gyp:unit_tests',
964 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 964 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
965 '../components/components_tests.gyp:components_unittests', 965 '../components/components_tests.gyp:components_unittests',
966 '../content/content_shell_and_tests.gyp:content_browsertests', 966 '../content/content_shell_and_tests.gyp:content_browsertests',
967 '../content/content_shell_and_tests.gyp:content_unittests', 967 '../content/content_shell_and_tests.gyp:content_unittests',
968 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', 968 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
969 '../content/renderer/compositor_bindings/compositor_bindings_tests.g yp:content_compositor_bindings_unittests',
969 # ../chrome/test/mini_installer requires mini_installer. 970 # ../chrome/test/mini_installer requires mini_installer.
970 '../chrome/installer/mini_installer.gyp:mini_installer', 971 '../chrome/installer/mini_installer.gyp:mini_installer',
971 '../courgette/courgette.gyp:courgette_unittests', 972 '../courgette/courgette.gyp:courgette_unittests',
972 '../device/device_tests.gyp:device_unittests', 973 '../device/device_tests.gyp:device_unittests',
973 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 974 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
974 '../gpu/gpu.gyp:gpu_unittests', 975 '../gpu/gpu.gyp:gpu_unittests',
975 '../ipc/ipc.gyp:ipc_tests', 976 '../ipc/ipc.gyp:ipc_tests',
976 '../jingle/jingle.gyp:jingle_unittests', 977 '../jingle/jingle.gyp:jingle_unittests',
977 '../media/media.gyp:media_unittests', 978 '../media/media.gyp:media_unittests',
978 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 979 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
979 '../printing/printing.gyp:printing_unittests', 980 '../printing/printing.gyp:printing_unittests',
980 '../remoting/remoting.gyp:remoting_unittests', 981 '../remoting/remoting.gyp:remoting_unittests',
981 '../sql/sql.gyp:sql_unittests', 982 '../sql/sql.gyp:sql_unittests',
982 '../sync/sync.gyp:sync_unit_tests', 983 '../sync/sync.gyp:sync_unit_tests',
983 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 984 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
984 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 985 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
985 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 986 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
986 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 987 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
987 '../tools/telemetry/telemetry.gyp:*', 988 '../tools/telemetry/telemetry.gyp:*',
988 '../ui/events/events.gyp:events_unittests', 989 '../ui/events/events.gyp:events_unittests',
989 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 990 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
990 '../ui/ui_unittests.gyp:ui_unittests', 991 '../ui/ui_unittests.gyp:ui_unittests',
991 '../ui/views/views.gyp:views_unittests', 992 '../ui/views/views.gyp:views_unittests',
992 '../url/url.gyp:url_unittests', 993 '../url/url.gyp:url_unittests',
993 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
994 ], 994 ],
995 'conditions': [ 995 'conditions': [
996 ['target_arch=="ia32"', { 996 ['target_arch=="ia32"', {
997 'dependencies': [ 997 'dependencies': [
998 '../chrome/chrome.gyp:crash_service_win64', 998 '../chrome/chrome.gyp:crash_service_win64',
999 ], 999 ],
1000 }], 1000 }],
1001 ], 1001 ],
1002 }, 1002 },
1003 { 1003 {
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 'type': 'none', 1120 'type': 'none',
1121 'dependencies': [ 1121 'dependencies': [
1122 '../cc/cc_tests.gyp:cc_unittests', 1122 '../cc/cc_tests.gyp:cc_unittests',
1123 '../chrome/chrome.gyp:browser_tests', 1123 '../chrome/chrome.gyp:browser_tests',
1124 '../chrome/chrome.gyp:chrome', 1124 '../chrome/chrome.gyp:chrome',
1125 '../chrome/chrome.gyp:interactive_ui_tests', 1125 '../chrome/chrome.gyp:interactive_ui_tests',
1126 '../chrome/chrome.gyp:unit_tests', 1126 '../chrome/chrome.gyp:unit_tests',
1127 '../components/components_tests.gyp:components_unittests', 1127 '../components/components_tests.gyp:components_unittests',
1128 '../content/content_shell_and_tests.gyp:content_browsertests', 1128 '../content/content_shell_and_tests.gyp:content_browsertests',
1129 '../content/content_shell_and_tests.gyp:content_unittests', 1129 '../content/content_shell_and_tests.gyp:content_unittests',
1130 '../content/renderer/compositor_bindings/compositor_bindings_tests.g yp:content_compositor_bindings_unittests',
1130 '../device/device_tests.gyp:device_unittests', 1131 '../device/device_tests.gyp:device_unittests',
1131 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1132 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1132 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1133 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1133 '../remoting/remoting.gyp:remoting_unittests', 1134 '../remoting/remoting.gyp:remoting_unittests',
1134 '../ui/app_list/app_list.gyp:*', 1135 '../ui/app_list/app_list.gyp:*',
1135 '../ui/aura/aura.gyp:*', 1136 '../ui/aura/aura.gyp:*',
1136 '../ui/compositor/compositor.gyp:*', 1137 '../ui/compositor/compositor.gyp:*',
1137 '../ui/display/display.gyp:display_unittests', 1138 '../ui/display/display.gyp:display_unittests',
1138 '../ui/events/events.gyp:*', 1139 '../ui/events/events.gyp:*',
1139 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1140 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1140 '../ui/keyboard/keyboard.gyp:*', 1141 '../ui/keyboard/keyboard.gyp:*',
1141 '../ui/message_center/message_center.gyp:*', 1142 '../ui/message_center/message_center.gyp:*',
1142 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1143 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1143 '../ui/ui_unittests.gyp:ui_unittests', 1144 '../ui/ui_unittests.gyp:ui_unittests',
1144 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1145 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1145 '../ui/views/views.gyp:views', 1146 '../ui/views/views.gyp:views',
1146 '../ui/views/views.gyp:views_unittests', 1147 '../ui/views/views.gyp:views_unittests',
1147 '../ui/wm/wm.gyp:*', 1148 '../ui/wm/wm.gyp:*',
1148 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
1149 'blink_tests', 1149 'blink_tests',
1150 ], 1150 ],
1151 'conditions': [ 1151 'conditions': [
1152 ['OS=="win"', { 1152 ['OS=="win"', {
1153 'dependencies': [ 1153 'dependencies': [
1154 '../chrome/chrome.gyp:crash_service', 1154 '../chrome/chrome.gyp:crash_service',
1155 ], 1155 ],
1156 }], 1156 }],
1157 ['OS=="win" and target_arch=="ia32"', { 1157 ['OS=="win" and target_arch=="ia32"', {
1158 'dependencies': [ 1158 'dependencies': [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 # http://crbug.com/157234 1219 # http://crbug.com/157234
1220 #'../chrome/chrome.gyp:sync_integration_tests_run', 1220 #'../chrome/chrome.gyp:sync_integration_tests_run',
1221 '../chrome/chrome.gyp:unit_tests_run', 1221 '../chrome/chrome.gyp:unit_tests_run',
1222 '../net/net.gyp:net_unittests_run', 1222 '../net/net.gyp:net_unittests_run',
1223 ], 1223 ],
1224 }, # target_name: chromium_swarm_tests 1224 }, # target_name: chromium_swarm_tests
1225 ], 1225 ],
1226 }], 1226 }],
1227 ], # conditions 1227 ], # conditions
1228 } 1228 }
OLDNEW
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | content/public/common/assert_matching_enums.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698