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

Side by Side Diff: content/content_tests.gypi

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Kill ApplicationRegistry Created 5 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'public/test/test_file_error_injector.cc', 76 'public/test/test_file_error_injector.cc',
77 'public/test/test_file_error_injector.h', 77 'public/test/test_file_error_injector.h',
78 'public/test/test_file_system_backend.cc', 78 'public/test/test_file_system_backend.cc',
79 'public/test/test_file_system_backend.h', 79 'public/test/test_file_system_backend.h',
80 'public/test/test_file_system_context.cc', 80 'public/test/test_file_system_context.cc',
81 'public/test/test_file_system_context.h', 81 'public/test/test_file_system_context.h',
82 'public/test/test_file_system_options.cc', 82 'public/test/test_file_system_options.cc',
83 'public/test/test_file_system_options.h', 83 'public/test/test_file_system_options.h',
84 'public/test/test_launcher.cc', 84 'public/test/test_launcher.cc',
85 'public/test/test_launcher.h', 85 'public/test/test_launcher.h',
86 'public/test/test_mojo_app.cc',
87 'public/test/test_mojo_app.h',
86 'public/test/test_navigation_observer.cc', 88 'public/test/test_navigation_observer.cc',
87 'public/test/test_navigation_observer.h', 89 'public/test/test_navigation_observer.h',
88 'public/test/test_notification_tracker.cc', 90 'public/test/test_notification_tracker.cc',
89 'public/test/test_notification_tracker.h', 91 'public/test/test_notification_tracker.h',
90 'public/test/test_renderer_host.cc', 92 'public/test/test_renderer_host.cc',
91 'public/test/test_renderer_host.h', 93 'public/test/test_renderer_host.h',
92 'public/test/test_synchronous_compositor_android.cc', 94 'public/test/test_synchronous_compositor_android.cc',
93 'public/test/test_synchronous_compositor_android.h', 95 'public/test/test_synchronous_compositor_android.h',
94 'public/test/test_utils.cc', 96 'public/test/test_utils.cc',
95 'public/test/test_utils.h', 97 'public/test/test_utils.h',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc', 216 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc',
215 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h', 217 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h',
216 'browser/loader/resource_dispatcher_host_browsertest.cc', 218 'browser/loader/resource_dispatcher_host_browsertest.cc',
217 'browser/manifest/manifest_browsertest.cc', 219 'browser/manifest/manifest_browsertest.cc',
218 'browser/media/encrypted_media_browsertest.cc', 220 'browser/media/encrypted_media_browsertest.cc',
219 'browser/media/media_browsertest.cc', 221 'browser/media/media_browsertest.cc',
220 'browser/media/media_browsertest.h', 222 'browser/media/media_browsertest.h',
221 'browser/media/media_canplaytype_browsertest.cc', 223 'browser/media/media_canplaytype_browsertest.cc',
222 'browser/media/media_source_browsertest.cc', 224 'browser/media/media_source_browsertest.cc',
223 'browser/message_port_provider_browsertest.cc', 225 'browser/message_port_provider_browsertest.cc',
226 'browser/mojo_shell_browsertest.cc',
224 'browser/net_info_browsertest.cc', 227 'browser/net_info_browsertest.cc',
225 'browser/plugin_browsertest.cc', 228 'browser/plugin_browsertest.cc',
226 'browser/renderer_host/input/touch_action_browsertest.cc', 229 'browser/renderer_host/input/touch_action_browsertest.cc',
227 'browser/renderer_host/input/touch_input_browsertest.cc', 230 'browser/renderer_host/input/touch_input_browsertest.cc',
228 'browser/renderer_host/render_process_host_browsertest.cc', 231 'browser/renderer_host/render_process_host_browsertest.cc',
229 'browser/renderer_host/render_view_host_browsertest.cc', 232 'browser/renderer_host/render_view_host_browsertest.cc',
230 'browser/renderer_host/render_widget_host_view_browsertest.cc', 233 'browser/renderer_host/render_widget_host_view_browsertest.cc',
231 'browser/screen_orientation/screen_orientation_browsertest.cc', 234 'browser/screen_orientation/screen_orientation_browsertest.cc',
232 'browser/security_exploit_browsertest.cc', 235 'browser/security_exploit_browsertest.cc',
233 'browser/service_worker/service_worker_browsertest.cc', 236 'browser/service_worker/service_worker_browsertest.cc',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 ], 775 ],
773 'sources': [ '<@(layouttest_support_content_sources)' ] 776 'sources': [ '<@(layouttest_support_content_sources)' ]
774 }], 777 }],
775 ], 778 ],
776 }, 779 },
777 { 780 {
778 # GN version: //content/test:test_support 781 # GN version: //content/test:test_support
779 'target_name': 'test_support_content', 782 'target_name': 'test_support_content',
780 'type': 'static_library', 783 'type': 'static_library',
781 'dependencies': [ 784 'dependencies': [
785 '../mojo/mojo_base.gyp:mojo_application_base',
782 '../mojo/mojo_base.gyp:mojo_environment_chromium', 786 '../mojo/mojo_base.gyp:mojo_environment_chromium',
783 '../net/net.gyp:net_test_support', 787 '../net/net.gyp:net_test_support',
784 '../skia/skia.gyp:skia', 788 '../skia/skia.gyp:skia',
785 '../storage/storage_common.gyp:storage_common', 789 '../storage/storage_common.gyp:storage_common',
786 '../testing/gmock.gyp:gmock', 790 '../testing/gmock.gyp:gmock',
787 '../testing/gtest.gyp:gtest', 791 '../testing/gtest.gyp:gtest',
788 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 792 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
793 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
789 '../ui/accessibility/accessibility.gyp:ax_gen', 794 '../ui/accessibility/accessibility.gyp:ax_gen',
790 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 795 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
791 '../ui/base/ui_base.gyp:ui_base', 796 '../ui/base/ui_base.gyp:ui_base',
792 '../ui/base/ui_base.gyp:ui_base_test_support', 797 '../ui/base/ui_base.gyp:ui_base_test_support',
793 '../ui/events/events.gyp:dom_keycode_converter', 798 '../ui/events/events.gyp:dom_keycode_converter',
794 '../ui/events/events.gyp:events_base', 799 '../ui/events/events.gyp:events_base',
795 '../ui/events/events.gyp:events_test_support', 800 '../ui/events/events.gyp:events_test_support',
796 '../ui/events/events.gyp:gesture_detection', 801 '../ui/events/events.gyp:gesture_detection',
797 '../ui/gfx/gfx.gyp:gfx_test_support', 802 '../ui/gfx/gfx.gyp:gfx_test_support',
798 '../ui/resources/ui_resources.gyp:ui_resources', 803 '../ui/resources/ui_resources.gyp:ui_resources',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 'copies': [{ 851 'copies': [{
847 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', 852 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit',
848 'files': [ 853 'files': [
849 'shell/resources/missingImage.png', 854 'shell/resources/missingImage.png',
850 'shell/resources/textAreaResizeCorner.png', 855 'shell/resources/textAreaResizeCorner.png',
851 ], 856 ],
852 }], 857 }],
853 }], 858 }],
854 ], 859 ],
855 'dependencies': [ 860 'dependencies': [
861 'content_test_mojo_bindings',
856 'content.gyp:content_child', 862 'content.gyp:content_child',
857 'content.gyp:content_common', 863 'content.gyp:content_common',
858 'content.gyp:content_gpu', 864 'content.gyp:content_gpu',
859 'content.gyp:content_plugin', 865 'content.gyp:content_plugin',
860 'content.gyp:content_ppapi_plugin', 866 'content.gyp:content_ppapi_plugin',
861 'content.gyp:content_renderer', 867 'content.gyp:content_renderer',
862 'content.gyp:content_utility', 868 'content.gyp:content_utility',
863 'content_shell_and_tests.gyp:content_shell_pak', 869 'content_shell_and_tests.gyp:content_shell_pak',
864 '../cc/blink/cc_blink.gyp:cc_blink', 870 '../cc/blink/cc_blink.gyp:cc_blink',
865 '../cc/cc.gyp:cc', 871 '../cc/cc.gyp:cc',
866 '../cc/cc_tests.gyp:cc_test_support', 872 '../cc/cc_tests.gyp:cc_test_support',
867 '../components/scheduler/scheduler.gyp:scheduler', 873 '../components/scheduler/scheduler.gyp:scheduler',
868 '../gpu/blink/gpu_blink.gyp:gpu_blink', 874 '../gpu/blink/gpu_blink.gyp:gpu_blink',
869 '../ipc/mojo/ipc_mojo.gyp:*', 875 '../ipc/mojo/ipc_mojo.gyp:*',
870 '../media/blink/media_blink.gyp:media_blink', 876 '../media/blink/media_blink.gyp:media_blink',
871 '../media/media.gyp:media', 877 '../media/media.gyp:media',
872 '../media/midi/midi.gyp:midi', 878 '../media/midi/midi.gyp:midi',
879 '../mojo/mojo_base.gyp:mojo_application_base',
880 '../mojo/mojo_base.gyp:mojo_environment_chromium',
873 '../ppapi/ppapi_internal.gyp:ppapi_host', 881 '../ppapi/ppapi_internal.gyp:ppapi_host',
874 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 882 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
875 '../ppapi/ppapi_internal.gyp:ppapi_shared', 883 '../ppapi/ppapi_internal.gyp:ppapi_shared',
876 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 884 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
877 '../storage/storage_browser.gyp:storage', 885 '../storage/storage_browser.gyp:storage',
878 '../storage/storage_common.gyp:storage_common', 886 '../storage/storage_common.gyp:storage_common',
879 '../third_party/WebKit/public/blink.gyp:blink', 887 '../third_party/WebKit/public/blink.gyp:blink',
888 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
880 '../ui/compositor/compositor.gyp:compositor_test_support', 889 '../ui/compositor/compositor.gyp:compositor_test_support',
881 '../ui/surface/surface.gyp:surface', 890 '../ui/surface/surface.gyp:surface',
882 '../v8/tools/gyp/v8.gyp:v8', 891 '../v8/tools/gyp/v8.gyp:v8',
883 ], 892 ],
884 'export_dependent_settings': [ 893 'export_dependent_settings': [
885 '../third_party/WebKit/public/blink.gyp:blink', 894 '../third_party/WebKit/public/blink.gyp:blink',
886 ], 895 ],
887 }], 896 }],
888 ['OS == "win"', { 897 ['OS == "win"', {
889 'dependencies': [ 898 'dependencies': [
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 'content.gyp:content_app_both', 1306 'content.gyp:content_app_both',
1298 ], 1307 ],
1299 }, { 1308 }, {
1300 'dependencies': [ 1309 'dependencies': [
1301 'content.gyp:content_browser', 1310 'content.gyp:content_browser',
1302 ], 1311 ],
1303 }], 1312 }],
1304 ], 1313 ],
1305 }, 1314 },
1306 { 1315 {
1316 # GN version: //content/test:test_mojo_bindings
1317 'target_name': 'content_test_mojo_bindings',
1318 'type': 'static_library',
1319 'sources': [
1320 'public/test/test_mojo_service.mojom',
1321 ],
1322 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
1323 },
1324 {
1307 # GN version: //content/test:web_ui_test_mojo_bindings 1325 # GN version: //content/test:web_ui_test_mojo_bindings
1308 'target_name': 'web_ui_test_mojo_bindings', 1326 'target_name': 'web_ui_test_mojo_bindings',
1309 'type': 'static_library', 1327 'type': 'static_library',
1310 'dependencies': [ 1328 'dependencies': [
1311 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1329 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1312 ], 1330 ],
1313 'sources': [ 1331 'sources': [
1314 'test/data/web_ui_test_mojo_bindings.mojom', 1332 'test/data/web_ui_test_mojo_bindings.mojom',
1315 ], 1333 ],
1316 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ], 1334 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
(...skipping 18 matching lines...) Expand all
1335 'test_support_content', 1353 'test_support_content',
1336 'web_ui_test_mojo_bindings', 1354 'web_ui_test_mojo_bindings',
1337 '../base/base.gyp:test_support_base', 1355 '../base/base.gyp:test_support_base',
1338 '../device/battery/battery.gyp:device_battery', 1356 '../device/battery/battery.gyp:device_battery',
1339 '../device/battery/battery.gyp:device_battery_mojo_bindings', 1357 '../device/battery/battery.gyp:device_battery_mojo_bindings',
1340 '../gin/gin.gyp:gin', 1358 '../gin/gin.gyp:gin',
1341 '../gpu/gpu.gyp:gpu', 1359 '../gpu/gpu.gyp:gpu',
1342 '../ipc/ipc.gyp:test_support_ipc', 1360 '../ipc/ipc.gyp:test_support_ipc',
1343 '../media/media.gyp:media_test_support', 1361 '../media/media.gyp:media_test_support',
1344 '../media/media.gyp:shared_memory_support', 1362 '../media/media.gyp:shared_memory_support',
1363 '../mojo/mojo_base.gyp:mojo_application_base',
1345 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1364 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1346 '../net/net.gyp:net_test_support', 1365 '../net/net.gyp:net_test_support',
1347 '../ppapi/ppapi_internal.gyp:ppapi_host', 1366 '../ppapi/ppapi_internal.gyp:ppapi_host',
1348 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1367 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1349 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1368 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1350 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1369 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1351 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1370 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1352 '../testing/gmock.gyp:gmock', 1371 '../testing/gmock.gyp:gmock',
1353 '../testing/gtest.gyp:gtest', 1372 '../testing/gtest.gyp:gtest',
1354 '../third_party/WebKit/public/blink.gyp:blink', 1373 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2166 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2148 }, 2167 },
2149 ], 2168 ],
2150 }], 2169 }],
2151 ], 2170 ],
2152 }, 2171 },
2153 ], 2172 ],
2154 }], 2173 }],
2155 ], 2174 ],
2156 } 2175 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698