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

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: use ApplicationRunner 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/android/media_session_browsertest.cc', 220 'browser/media/android/media_session_browsertest.cc',
219 'browser/media/encrypted_media_browsertest.cc', 221 'browser/media/encrypted_media_browsertest.cc',
220 'browser/media/media_browsertest.cc', 222 'browser/media/media_browsertest.cc',
221 'browser/media/media_browsertest.h', 223 'browser/media/media_browsertest.h',
222 'browser/media/media_canplaytype_browsertest.cc', 224 'browser/media/media_canplaytype_browsertest.cc',
223 'browser/media/media_source_browsertest.cc', 225 'browser/media/media_source_browsertest.cc',
224 'browser/message_port_provider_browsertest.cc', 226 'browser/message_port_provider_browsertest.cc',
227 'browser/mojo_shell_browsertest.cc',
225 'browser/net_info_browsertest.cc', 228 'browser/net_info_browsertest.cc',
226 'browser/plugin_browsertest.cc', 229 'browser/plugin_browsertest.cc',
227 'browser/renderer_host/input/touch_action_browsertest.cc', 230 'browser/renderer_host/input/touch_action_browsertest.cc',
228 'browser/renderer_host/input/touch_input_browsertest.cc', 231 'browser/renderer_host/input/touch_input_browsertest.cc',
229 'browser/renderer_host/render_process_host_browsertest.cc', 232 'browser/renderer_host/render_process_host_browsertest.cc',
230 'browser/renderer_host/render_view_host_browsertest.cc', 233 'browser/renderer_host/render_view_host_browsertest.cc',
231 'browser/renderer_host/render_widget_host_view_browsertest.cc', 234 'browser/renderer_host/render_widget_host_view_browsertest.cc',
232 'browser/screen_orientation/screen_orientation_browsertest.cc', 235 'browser/screen_orientation/screen_orientation_browsertest.cc',
233 'browser/security_exploit_browsertest.cc', 236 'browser/security_exploit_browsertest.cc',
234 'browser/service_worker/service_worker_browsertest.cc', 237 'browser/service_worker/service_worker_browsertest.cc',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 ], 781 ],
779 'sources': [ '<@(layouttest_support_content_sources)' ] 782 'sources': [ '<@(layouttest_support_content_sources)' ]
780 }], 783 }],
781 ], 784 ],
782 }, 785 },
783 { 786 {
784 # GN version: //content/test:test_support 787 # GN version: //content/test:test_support
785 'target_name': 'test_support_content', 788 'target_name': 'test_support_content',
786 'type': 'static_library', 789 'type': 'static_library',
787 'dependencies': [ 790 'dependencies': [
791 '../mojo/mojo_base.gyp:mojo_application_base',
788 '../mojo/mojo_base.gyp:mojo_environment_chromium', 792 '../mojo/mojo_base.gyp:mojo_environment_chromium',
789 '../net/net.gyp:net_test_support', 793 '../net/net.gyp:net_test_support',
790 '../skia/skia.gyp:skia', 794 '../skia/skia.gyp:skia',
791 '../storage/storage_common.gyp:storage_common', 795 '../storage/storage_common.gyp:storage_common',
792 '../testing/gmock.gyp:gmock', 796 '../testing/gmock.gyp:gmock',
793 '../testing/gtest.gyp:gtest', 797 '../testing/gtest.gyp:gtest',
794 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 798 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
799 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
795 '../ui/accessibility/accessibility.gyp:ax_gen', 800 '../ui/accessibility/accessibility.gyp:ax_gen',
796 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 801 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
797 '../ui/base/ui_base.gyp:ui_base', 802 '../ui/base/ui_base.gyp:ui_base',
798 '../ui/base/ui_base.gyp:ui_base_test_support', 803 '../ui/base/ui_base.gyp:ui_base_test_support',
799 '../ui/events/events.gyp:dom_keycode_converter', 804 '../ui/events/events.gyp:dom_keycode_converter',
800 '../ui/events/events.gyp:events_base', 805 '../ui/events/events.gyp:events_base',
801 '../ui/events/events.gyp:events_test_support', 806 '../ui/events/events.gyp:events_test_support',
802 '../ui/events/events.gyp:gesture_detection', 807 '../ui/events/events.gyp:gesture_detection',
803 '../ui/gfx/gfx.gyp:gfx_test_support', 808 '../ui/gfx/gfx.gyp:gfx_test_support',
804 '../ui/resources/ui_resources.gyp:ui_resources', 809 '../ui/resources/ui_resources.gyp:ui_resources',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'copies': [{ 857 'copies': [{
853 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', 858 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit',
854 'files': [ 859 'files': [
855 'shell/resources/missingImage.png', 860 'shell/resources/missingImage.png',
856 'shell/resources/textAreaResizeCorner.png', 861 'shell/resources/textAreaResizeCorner.png',
857 ], 862 ],
858 }], 863 }],
859 }], 864 }],
860 ], 865 ],
861 'dependencies': [ 866 'dependencies': [
867 'content_test_mojo_bindings',
862 'content.gyp:content_child', 868 'content.gyp:content_child',
863 'content.gyp:content_common', 869 'content.gyp:content_common',
864 'content.gyp:content_gpu', 870 'content.gyp:content_gpu',
865 'content.gyp:content_plugin', 871 'content.gyp:content_plugin',
866 'content.gyp:content_ppapi_plugin', 872 'content.gyp:content_ppapi_plugin',
867 'content.gyp:content_renderer', 873 'content.gyp:content_renderer',
868 'content.gyp:content_utility', 874 'content.gyp:content_utility',
869 'content_shell_and_tests.gyp:content_shell_pak', 875 'content_shell_and_tests.gyp:content_shell_pak',
870 '../cc/blink/cc_blink.gyp:cc_blink', 876 '../cc/blink/cc_blink.gyp:cc_blink',
871 '../cc/cc.gyp:cc', 877 '../cc/cc.gyp:cc',
872 '../cc/cc_tests.gyp:cc_test_support', 878 '../cc/cc_tests.gyp:cc_test_support',
873 '../components/scheduler/scheduler.gyp:scheduler', 879 '../components/scheduler/scheduler.gyp:scheduler',
874 '../gpu/blink/gpu_blink.gyp:gpu_blink', 880 '../gpu/blink/gpu_blink.gyp:gpu_blink',
875 '../ipc/mojo/ipc_mojo.gyp:*', 881 '../ipc/mojo/ipc_mojo.gyp:*',
876 '../media/blink/media_blink.gyp:media_blink', 882 '../media/blink/media_blink.gyp:media_blink',
877 '../media/media.gyp:media', 883 '../media/media.gyp:media',
878 '../media/midi/midi.gyp:midi', 884 '../media/midi/midi.gyp:midi',
885 '../mojo/mojo_base.gyp:mojo_application_base',
886 '../mojo/mojo_base.gyp:mojo_environment_chromium',
879 '../ppapi/ppapi_internal.gyp:ppapi_host', 887 '../ppapi/ppapi_internal.gyp:ppapi_host',
880 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 888 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
881 '../ppapi/ppapi_internal.gyp:ppapi_shared', 889 '../ppapi/ppapi_internal.gyp:ppapi_shared',
882 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 890 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
883 '../storage/storage_browser.gyp:storage', 891 '../storage/storage_browser.gyp:storage',
884 '../storage/storage_common.gyp:storage_common', 892 '../storage/storage_common.gyp:storage_common',
885 '../third_party/WebKit/public/blink.gyp:blink', 893 '../third_party/WebKit/public/blink.gyp:blink',
894 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
886 '../ui/compositor/compositor.gyp:compositor_test_support', 895 '../ui/compositor/compositor.gyp:compositor_test_support',
887 '../ui/surface/surface.gyp:surface', 896 '../ui/surface/surface.gyp:surface',
888 '../v8/tools/gyp/v8.gyp:v8', 897 '../v8/tools/gyp/v8.gyp:v8',
889 ], 898 ],
890 'export_dependent_settings': [ 899 'export_dependent_settings': [
891 '../third_party/WebKit/public/blink.gyp:blink', 900 '../third_party/WebKit/public/blink.gyp:blink',
892 ], 901 ],
893 }], 902 }],
894 ['OS == "win"', { 903 ['OS == "win"', {
895 'dependencies': [ 904 'dependencies': [
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 'content.gyp:content_app_both', 1312 'content.gyp:content_app_both',
1304 ], 1313 ],
1305 }, { 1314 }, {
1306 'dependencies': [ 1315 'dependencies': [
1307 'content.gyp:content_browser', 1316 'content.gyp:content_browser',
1308 ], 1317 ],
1309 }], 1318 }],
1310 ], 1319 ],
1311 }, 1320 },
1312 { 1321 {
1322 # GN version: //content/test:test_mojo_bindings
1323 'target_name': 'content_test_mojo_bindings',
1324 'type': 'static_library',
1325 'sources': [
1326 'public/test/test_mojo_service.mojom',
1327 ],
1328 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
1329 },
1330 {
1313 # GN version: //content/test:web_ui_test_mojo_bindings 1331 # GN version: //content/test:web_ui_test_mojo_bindings
1314 'target_name': 'web_ui_test_mojo_bindings', 1332 'target_name': 'web_ui_test_mojo_bindings',
1315 'type': 'static_library', 1333 'type': 'static_library',
1316 'dependencies': [ 1334 'dependencies': [
1317 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1335 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1318 ], 1336 ],
1319 'sources': [ 1337 'sources': [
1320 'test/data/web_ui_test_mojo_bindings.mojom', 1338 'test/data/web_ui_test_mojo_bindings.mojom',
1321 ], 1339 ],
1322 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ], 1340 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
(...skipping 18 matching lines...) Expand all
1341 'test_support_content', 1359 'test_support_content',
1342 'web_ui_test_mojo_bindings', 1360 'web_ui_test_mojo_bindings',
1343 '../base/base.gyp:test_support_base', 1361 '../base/base.gyp:test_support_base',
1344 '../device/battery/battery.gyp:device_battery', 1362 '../device/battery/battery.gyp:device_battery',
1345 '../device/battery/battery.gyp:device_battery_mojo_bindings', 1363 '../device/battery/battery.gyp:device_battery_mojo_bindings',
1346 '../gin/gin.gyp:gin', 1364 '../gin/gin.gyp:gin',
1347 '../gpu/gpu.gyp:gpu', 1365 '../gpu/gpu.gyp:gpu',
1348 '../ipc/ipc.gyp:test_support_ipc', 1366 '../ipc/ipc.gyp:test_support_ipc',
1349 '../media/media.gyp:media_test_support', 1367 '../media/media.gyp:media_test_support',
1350 '../media/media.gyp:shared_memory_support', 1368 '../media/media.gyp:shared_memory_support',
1369 '../mojo/mojo_base.gyp:mojo_application_base',
1351 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1370 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1352 '../net/net.gyp:net_test_support', 1371 '../net/net.gyp:net_test_support',
1353 '../ppapi/ppapi_internal.gyp:ppapi_host', 1372 '../ppapi/ppapi_internal.gyp:ppapi_host',
1354 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1373 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1355 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1374 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1356 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1375 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1357 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1376 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1358 '../testing/gmock.gyp:gmock', 1377 '../testing/gmock.gyp:gmock',
1359 '../testing/gtest.gyp:gtest', 1378 '../testing/gtest.gyp:gtest',
1360 '../third_party/WebKit/public/blink.gyp:blink', 1379 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
2160 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2179 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2161 }, 2180 },
2162 ], 2181 ],
2163 }], 2182 }],
2164 ], 2183 ],
2165 }, 2184 },
2166 ], 2185 ],
2167 }], 2186 }],
2168 ], 2187 ],
2169 } 2188 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698