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

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: 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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 ], 784 ],
782 'sources': [ '<@(layouttest_support_content_sources)' ] 785 'sources': [ '<@(layouttest_support_content_sources)' ]
783 }], 786 }],
784 ], 787 ],
785 }, 788 },
786 { 789 {
787 # GN version: //content/test:test_support 790 # GN version: //content/test:test_support
788 'target_name': 'test_support_content', 791 'target_name': 'test_support_content',
789 'type': 'static_library', 792 'type': 'static_library',
790 'dependencies': [ 793 'dependencies': [
794 '../mojo/mojo_base.gyp:mojo_application_base',
791 '../mojo/mojo_base.gyp:mojo_environment_chromium', 795 '../mojo/mojo_base.gyp:mojo_environment_chromium',
792 '../net/net.gyp:net_test_support', 796 '../net/net.gyp:net_test_support',
793 '../skia/skia.gyp:skia', 797 '../skia/skia.gyp:skia',
794 '../storage/storage_common.gyp:storage_common', 798 '../storage/storage_common.gyp:storage_common',
795 '../testing/gmock.gyp:gmock', 799 '../testing/gmock.gyp:gmock',
796 '../testing/gtest.gyp:gtest', 800 '../testing/gtest.gyp:gtest',
797 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 801 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
802 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
798 '../ui/accessibility/accessibility.gyp:ax_gen', 803 '../ui/accessibility/accessibility.gyp:ax_gen',
799 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 804 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
800 '../ui/base/ui_base.gyp:ui_base', 805 '../ui/base/ui_base.gyp:ui_base',
801 '../ui/base/ui_base.gyp:ui_base_test_support', 806 '../ui/base/ui_base.gyp:ui_base_test_support',
802 '../ui/events/events.gyp:dom_keycode_converter', 807 '../ui/events/events.gyp:dom_keycode_converter',
803 '../ui/events/events.gyp:events_base', 808 '../ui/events/events.gyp:events_base',
804 '../ui/events/events.gyp:events_test_support', 809 '../ui/events/events.gyp:events_test_support',
805 '../ui/events/events.gyp:gesture_detection', 810 '../ui/events/events.gyp:gesture_detection',
806 '../ui/gfx/gfx.gyp:gfx_test_support', 811 '../ui/gfx/gfx.gyp:gfx_test_support',
807 '../ui/resources/ui_resources.gyp:ui_resources', 812 '../ui/resources/ui_resources.gyp:ui_resources',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 'copies': [{ 860 'copies': [{
856 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', 861 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit',
857 'files': [ 862 'files': [
858 'shell/resources/missingImage.png', 863 'shell/resources/missingImage.png',
859 'shell/resources/textAreaResizeCorner.png', 864 'shell/resources/textAreaResizeCorner.png',
860 ], 865 ],
861 }], 866 }],
862 }], 867 }],
863 ], 868 ],
864 'dependencies': [ 869 'dependencies': [
870 'content_test_mojo_bindings',
865 'content.gyp:content_child', 871 'content.gyp:content_child',
866 'content.gyp:content_common', 872 'content.gyp:content_common',
867 'content.gyp:content_gpu', 873 'content.gyp:content_gpu',
868 'content.gyp:content_plugin', 874 'content.gyp:content_plugin',
869 'content.gyp:content_ppapi_plugin', 875 'content.gyp:content_ppapi_plugin',
870 'content.gyp:content_renderer', 876 'content.gyp:content_renderer',
871 'content.gyp:content_utility', 877 'content.gyp:content_utility',
872 'content_shell_and_tests.gyp:content_shell_pak', 878 'content_shell_and_tests.gyp:content_shell_pak',
873 '../cc/blink/cc_blink.gyp:cc_blink', 879 '../cc/blink/cc_blink.gyp:cc_blink',
874 '../cc/cc.gyp:cc', 880 '../cc/cc.gyp:cc',
875 '../cc/cc_tests.gyp:cc_test_support', 881 '../cc/cc_tests.gyp:cc_test_support',
876 '../components/scheduler/scheduler.gyp:scheduler', 882 '../components/scheduler/scheduler.gyp:scheduler',
877 '../components/scheduler/scheduler.gyp:scheduler_test_support', 883 '../components/scheduler/scheduler.gyp:scheduler_test_support',
878 '../gpu/blink/gpu_blink.gyp:gpu_blink', 884 '../gpu/blink/gpu_blink.gyp:gpu_blink',
879 '../ipc/mojo/ipc_mojo.gyp:*', 885 '../ipc/mojo/ipc_mojo.gyp:*',
880 '../media/blink/media_blink.gyp:media_blink', 886 '../media/blink/media_blink.gyp:media_blink',
881 '../media/media.gyp:media', 887 '../media/media.gyp:media',
882 '../media/midi/midi.gyp:midi', 888 '../media/midi/midi.gyp:midi',
889 '../mojo/mojo_base.gyp:mojo_application_base',
890 '../mojo/mojo_base.gyp:mojo_environment_chromium',
883 '../ppapi/ppapi_internal.gyp:ppapi_host', 891 '../ppapi/ppapi_internal.gyp:ppapi_host',
884 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 892 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
885 '../ppapi/ppapi_internal.gyp:ppapi_shared', 893 '../ppapi/ppapi_internal.gyp:ppapi_shared',
886 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 894 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
887 '../storage/storage_browser.gyp:storage', 895 '../storage/storage_browser.gyp:storage',
888 '../storage/storage_common.gyp:storage_common', 896 '../storage/storage_common.gyp:storage_common',
889 '../third_party/WebKit/public/blink.gyp:blink', 897 '../third_party/WebKit/public/blink.gyp:blink',
898 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
890 '../ui/compositor/compositor.gyp:compositor_test_support', 899 '../ui/compositor/compositor.gyp:compositor_test_support',
891 '../ui/surface/surface.gyp:surface', 900 '../ui/surface/surface.gyp:surface',
892 '../v8/tools/gyp/v8.gyp:v8', 901 '../v8/tools/gyp/v8.gyp:v8',
893 ], 902 ],
894 'export_dependent_settings': [ 903 'export_dependent_settings': [
895 '../third_party/WebKit/public/blink.gyp:blink', 904 '../third_party/WebKit/public/blink.gyp:blink',
896 ], 905 ],
897 }], 906 }],
898 ['OS == "win"', { 907 ['OS == "win"', {
899 'dependencies': [ 908 'dependencies': [
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 'content.gyp:content_app_both', 1316 'content.gyp:content_app_both',
1308 ], 1317 ],
1309 }, { 1318 }, {
1310 'dependencies': [ 1319 'dependencies': [
1311 'content.gyp:content_browser', 1320 'content.gyp:content_browser',
1312 ], 1321 ],
1313 }], 1322 }],
1314 ], 1323 ],
1315 }, 1324 },
1316 { 1325 {
1326 # GN version: //content/test:test_mojo_bindings
1327 'target_name': 'content_test_mojo_bindings',
1328 'type': 'static_library',
1329 'sources': [
1330 'public/test/test_mojo_service.mojom',
1331 ],
1332 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
1333 },
1334 {
1317 # GN version: //content/test:web_ui_test_mojo_bindings 1335 # GN version: //content/test:web_ui_test_mojo_bindings
1318 'target_name': 'web_ui_test_mojo_bindings', 1336 'target_name': 'web_ui_test_mojo_bindings',
1319 'type': 'static_library', 1337 'type': 'static_library',
1320 'dependencies': [ 1338 'dependencies': [
1321 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1339 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1322 ], 1340 ],
1323 'sources': [ 1341 'sources': [
1324 'test/data/web_ui_test_mojo_bindings.mojom', 1342 'test/data/web_ui_test_mojo_bindings.mojom',
1325 ], 1343 ],
1326 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ], 1344 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
(...skipping 18 matching lines...) Expand all
1345 'test_support_content', 1363 'test_support_content',
1346 'web_ui_test_mojo_bindings', 1364 'web_ui_test_mojo_bindings',
1347 '../base/base.gyp:test_support_base', 1365 '../base/base.gyp:test_support_base',
1348 '../device/battery/battery.gyp:device_battery', 1366 '../device/battery/battery.gyp:device_battery',
1349 '../device/battery/battery.gyp:device_battery_mojo_bindings', 1367 '../device/battery/battery.gyp:device_battery_mojo_bindings',
1350 '../gin/gin.gyp:gin', 1368 '../gin/gin.gyp:gin',
1351 '../gpu/gpu.gyp:gpu', 1369 '../gpu/gpu.gyp:gpu',
1352 '../ipc/ipc.gyp:test_support_ipc', 1370 '../ipc/ipc.gyp:test_support_ipc',
1353 '../media/media.gyp:media_test_support', 1371 '../media/media.gyp:media_test_support',
1354 '../media/media.gyp:shared_memory_support', 1372 '../media/media.gyp:shared_memory_support',
1373 '../mojo/mojo_base.gyp:mojo_application_base',
1355 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1374 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1356 '../net/net.gyp:net_test_support', 1375 '../net/net.gyp:net_test_support',
1357 '../ppapi/ppapi_internal.gyp:ppapi_host', 1376 '../ppapi/ppapi_internal.gyp:ppapi_host',
1358 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1377 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1359 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1378 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1360 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1379 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1361 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1380 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1362 '../testing/gmock.gyp:gmock', 1381 '../testing/gmock.gyp:gmock',
1363 '../testing/gtest.gyp:gtest', 1382 '../testing/gtest.gyp:gtest',
1364 '../third_party/WebKit/public/blink.gyp:blink', 1383 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
2164 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2183 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2165 }, 2184 },
2166 ], 2185 ],
2167 }], 2186 }],
2168 ], 2187 ],
2169 }, 2188 },
2170 ], 2189 ],
2171 }], 2190 }],
2172 ], 2191 ],
2173 } 2192 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698