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

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: misc build fixes Created 5 years, 7 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'public/test/test_file_error_injector.cc', 80 'public/test/test_file_error_injector.cc',
81 'public/test/test_file_error_injector.h', 81 'public/test/test_file_error_injector.h',
82 'public/test/test_file_system_backend.cc', 82 'public/test/test_file_system_backend.cc',
83 'public/test/test_file_system_backend.h', 83 'public/test/test_file_system_backend.h',
84 'public/test/test_file_system_context.cc', 84 'public/test/test_file_system_context.cc',
85 'public/test/test_file_system_context.h', 85 'public/test/test_file_system_context.h',
86 'public/test/test_file_system_options.cc', 86 'public/test/test_file_system_options.cc',
87 'public/test/test_file_system_options.h', 87 'public/test/test_file_system_options.h',
88 'public/test/test_launcher.cc', 88 'public/test/test_launcher.cc',
89 'public/test/test_launcher.h', 89 'public/test/test_launcher.h',
90 'public/test/test_mojo_app.cc',
91 'public/test/test_mojo_app.h',
90 'public/test/test_navigation_observer.cc', 92 'public/test/test_navigation_observer.cc',
91 'public/test/test_navigation_observer.h', 93 'public/test/test_navigation_observer.h',
92 'public/test/test_notification_tracker.cc', 94 'public/test/test_notification_tracker.cc',
93 'public/test/test_notification_tracker.h', 95 'public/test/test_notification_tracker.h',
94 'public/test/test_renderer_host.cc', 96 'public/test/test_renderer_host.cc',
95 'public/test/test_renderer_host.h', 97 'public/test/test_renderer_host.h',
96 'public/test/test_synchronous_compositor_android.cc', 98 'public/test/test_synchronous_compositor_android.cc',
97 'public/test/test_synchronous_compositor_android.h', 99 'public/test/test_synchronous_compositor_android.h',
98 'public/test/test_utils.cc', 100 'public/test/test_utils.cc',
99 'public/test/test_utils.h', 101 'public/test/test_utils.h',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc', 220 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc',
219 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h', 221 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h',
220 'browser/loader/resource_dispatcher_host_browsertest.cc', 222 'browser/loader/resource_dispatcher_host_browsertest.cc',
221 'browser/manifest/manifest_browsertest.cc', 223 'browser/manifest/manifest_browsertest.cc',
222 'browser/media/encrypted_media_browsertest.cc', 224 'browser/media/encrypted_media_browsertest.cc',
223 'browser/media/media_browsertest.cc', 225 'browser/media/media_browsertest.cc',
224 'browser/media/media_browsertest.h', 226 'browser/media/media_browsertest.h',
225 'browser/media/media_canplaytype_browsertest.cc', 227 'browser/media/media_canplaytype_browsertest.cc',
226 'browser/media/media_source_browsertest.cc', 228 'browser/media/media_source_browsertest.cc',
227 'browser/message_port_provider_browsertest.cc', 229 'browser/message_port_provider_browsertest.cc',
230 'browser/mojo_shell_browsertest.cc',
228 'browser/net_info_browsertest.cc', 231 'browser/net_info_browsertest.cc',
229 'browser/plugin_browsertest.cc', 232 'browser/plugin_browsertest.cc',
230 'browser/renderer_host/input/touch_action_browsertest.cc', 233 'browser/renderer_host/input/touch_action_browsertest.cc',
231 'browser/renderer_host/input/touch_input_browsertest.cc', 234 'browser/renderer_host/input/touch_input_browsertest.cc',
232 'browser/renderer_host/render_process_host_browsertest.cc', 235 'browser/renderer_host/render_process_host_browsertest.cc',
233 'browser/renderer_host/render_view_host_browsertest.cc', 236 'browser/renderer_host/render_view_host_browsertest.cc',
234 'browser/renderer_host/render_widget_host_view_browsertest.cc', 237 'browser/renderer_host/render_widget_host_view_browsertest.cc',
235 'browser/screen_orientation/screen_orientation_browsertest.cc', 238 'browser/screen_orientation/screen_orientation_browsertest.cc',
236 'browser/security_exploit_browsertest.cc', 239 'browser/security_exploit_browsertest.cc',
237 'browser/service_worker/service_worker_browsertest.cc', 240 'browser/service_worker/service_worker_browsertest.cc',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 ], 780 ],
778 'sources': [ '<@(layouttest_support_content_sources)' ] 781 'sources': [ '<@(layouttest_support_content_sources)' ]
779 }], 782 }],
780 ], 783 ],
781 }, 784 },
782 { 785 {
783 # GN version: //content/test:test_support 786 # GN version: //content/test:test_support
784 'target_name': 'test_support_content', 787 'target_name': 'test_support_content',
785 'type': 'static_library', 788 'type': 'static_library',
786 'dependencies': [ 789 'dependencies': [
790 '../mojo/mojo_base.gyp:mojo_application_base',
787 '../mojo/mojo_base.gyp:mojo_environment_chromium', 791 '../mojo/mojo_base.gyp:mojo_environment_chromium',
788 '../net/net.gyp:net_test_support', 792 '../net/net.gyp:net_test_support',
789 '../skia/skia.gyp:skia', 793 '../skia/skia.gyp:skia',
790 '../storage/storage_common.gyp:storage_common', 794 '../storage/storage_common.gyp:storage_common',
791 '../testing/gmock.gyp:gmock', 795 '../testing/gmock.gyp:gmock',
792 '../testing/gtest.gyp:gtest', 796 '../testing/gtest.gyp:gtest',
793 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 797 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
798 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
794 '../ui/accessibility/accessibility.gyp:ax_gen', 799 '../ui/accessibility/accessibility.gyp:ax_gen',
795 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 800 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
796 '../ui/base/ui_base.gyp:ui_base', 801 '../ui/base/ui_base.gyp:ui_base',
797 '../ui/base/ui_base.gyp:ui_base_test_support', 802 '../ui/base/ui_base.gyp:ui_base_test_support',
798 '../ui/events/events.gyp:dom_keycode_converter', 803 '../ui/events/events.gyp:dom_keycode_converter',
799 '../ui/events/events.gyp:events_base', 804 '../ui/events/events.gyp:events_base',
800 '../ui/events/events.gyp:events_test_support', 805 '../ui/events/events.gyp:events_test_support',
801 '../ui/events/events.gyp:gesture_detection', 806 '../ui/events/events.gyp:gesture_detection',
802 '../ui/gfx/gfx.gyp:gfx_test_support', 807 '../ui/gfx/gfx.gyp:gfx_test_support',
803 '../ui/resources/ui_resources.gyp:ui_resources', 808 '../ui/resources/ui_resources.gyp:ui_resources',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'copies': [{ 856 'copies': [{
852 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', 857 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit',
853 'files': [ 858 'files': [
854 'shell/resources/missingImage.png', 859 'shell/resources/missingImage.png',
855 'shell/resources/textAreaResizeCorner.png', 860 'shell/resources/textAreaResizeCorner.png',
856 ], 861 ],
857 }], 862 }],
858 }], 863 }],
859 ], 864 ],
860 'dependencies': [ 865 'dependencies': [
866 'content_test_mojo_bindings',
861 'content.gyp:content_child', 867 'content.gyp:content_child',
862 'content.gyp:content_common', 868 'content.gyp:content_common',
863 'content.gyp:content_gpu', 869 'content.gyp:content_gpu',
864 'content.gyp:content_plugin', 870 'content.gyp:content_plugin',
865 'content.gyp:content_ppapi_plugin', 871 'content.gyp:content_ppapi_plugin',
866 'content.gyp:content_renderer', 872 'content.gyp:content_renderer',
867 'content.gyp:content_utility', 873 'content.gyp:content_utility',
868 'content_shell_and_tests.gyp:content_shell_pak', 874 'content_shell_and_tests.gyp:content_shell_pak',
869 '../cc/blink/cc_blink.gyp:cc_blink', 875 '../cc/blink/cc_blink.gyp:cc_blink',
870 '../cc/cc.gyp:cc', 876 '../cc/cc.gyp:cc',
871 '../cc/cc_tests.gyp:cc_test_support', 877 '../cc/cc_tests.gyp:cc_test_support',
872 '../components/scheduler/scheduler.gyp:scheduler', 878 '../components/scheduler/scheduler.gyp:scheduler',
873 '../gpu/blink/gpu_blink.gyp:gpu_blink', 879 '../gpu/blink/gpu_blink.gyp:gpu_blink',
874 '../ipc/mojo/ipc_mojo.gyp:*', 880 '../ipc/mojo/ipc_mojo.gyp:*',
875 '../media/blink/media_blink.gyp:media_blink', 881 '../media/blink/media_blink.gyp:media_blink',
876 '../media/media.gyp:media', 882 '../media/media.gyp:media',
877 '../media/midi/midi.gyp:midi', 883 '../media/midi/midi.gyp:midi',
884 '../mojo/mojo_base.gyp:mojo_application_base',
885 '../mojo/mojo_base.gyp:mojo_environment_chromium',
878 '../ppapi/ppapi_internal.gyp:ppapi_host', 886 '../ppapi/ppapi_internal.gyp:ppapi_host',
879 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 887 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
880 '../ppapi/ppapi_internal.gyp:ppapi_shared', 888 '../ppapi/ppapi_internal.gyp:ppapi_shared',
881 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 889 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
882 '../storage/storage_browser.gyp:storage', 890 '../storage/storage_browser.gyp:storage',
883 '../storage/storage_common.gyp:storage_common', 891 '../storage/storage_common.gyp:storage_common',
884 '../third_party/WebKit/public/blink.gyp:blink', 892 '../third_party/WebKit/public/blink.gyp:blink',
893 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
885 '../ui/compositor/compositor.gyp:compositor_test_support', 894 '../ui/compositor/compositor.gyp:compositor_test_support',
886 '../ui/surface/surface.gyp:surface', 895 '../ui/surface/surface.gyp:surface',
887 '../v8/tools/gyp/v8.gyp:v8', 896 '../v8/tools/gyp/v8.gyp:v8',
888 ], 897 ],
889 'export_dependent_settings': [ 898 'export_dependent_settings': [
890 '../third_party/WebKit/public/blink.gyp:blink', 899 '../third_party/WebKit/public/blink.gyp:blink',
891 ], 900 ],
892 }], 901 }],
893 ['OS == "win"', { 902 ['OS == "win"', {
894 'dependencies': [ 903 'dependencies': [
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 'content.gyp:content_app_both', 1311 'content.gyp:content_app_both',
1303 ], 1312 ],
1304 }, { 1313 }, {
1305 'dependencies': [ 1314 'dependencies': [
1306 'content.gyp:content_browser', 1315 'content.gyp:content_browser',
1307 ], 1316 ],
1308 }], 1317 }],
1309 ], 1318 ],
1310 }, 1319 },
1311 { 1320 {
1321 # GN version: //content/test:test_mojo_bindings
1322 'target_name': 'content_test_mojo_bindings',
1323 'type': 'static_library',
1324 'sources': [
1325 'public/test/test_mojo_service.mojom',
1326 ],
1327 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
1328 },
1329 {
1312 # GN version: //content/test:web_ui_test_mojo_bindings 1330 # GN version: //content/test:web_ui_test_mojo_bindings
1313 'target_name': 'web_ui_test_mojo_bindings', 1331 'target_name': 'web_ui_test_mojo_bindings',
1314 'type': 'static_library', 1332 'type': 'static_library',
1315 'dependencies': [ 1333 'dependencies': [
1316 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1334 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1317 ], 1335 ],
1318 'sources': [ 1336 'sources': [
1319 'test/data/web_ui_test_mojo_bindings.mojom', 1337 'test/data/web_ui_test_mojo_bindings.mojom',
1320 ], 1338 ],
1321 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ], 1339 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
(...skipping 18 matching lines...) Expand all
1340 'test_support_content', 1358 'test_support_content',
1341 'web_ui_test_mojo_bindings', 1359 'web_ui_test_mojo_bindings',
1342 '../base/base.gyp:test_support_base', 1360 '../base/base.gyp:test_support_base',
1343 '../device/battery/battery.gyp:device_battery', 1361 '../device/battery/battery.gyp:device_battery',
1344 '../device/battery/battery.gyp:device_battery_mojo_bindings', 1362 '../device/battery/battery.gyp:device_battery_mojo_bindings',
1345 '../gin/gin.gyp:gin', 1363 '../gin/gin.gyp:gin',
1346 '../gpu/gpu.gyp:gpu', 1364 '../gpu/gpu.gyp:gpu',
1347 '../ipc/ipc.gyp:test_support_ipc', 1365 '../ipc/ipc.gyp:test_support_ipc',
1348 '../media/media.gyp:media_test_support', 1366 '../media/media.gyp:media_test_support',
1349 '../media/media.gyp:shared_memory_support', 1367 '../media/media.gyp:shared_memory_support',
1368 '../mojo/mojo_base.gyp:mojo_application_base',
1350 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1369 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1351 '../net/net.gyp:net_test_support', 1370 '../net/net.gyp:net_test_support',
1352 '../ppapi/ppapi_internal.gyp:ppapi_host', 1371 '../ppapi/ppapi_internal.gyp:ppapi_host',
1353 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1372 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1354 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 1373 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
1355 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1374 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1356 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1375 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1357 '../testing/gmock.gyp:gmock', 1376 '../testing/gmock.gyp:gmock',
1358 '../testing/gtest.gyp:gtest', 1377 '../testing/gtest.gyp:gtest',
1359 '../third_party/WebKit/public/blink.gyp:blink', 1378 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
2152 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2171 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2153 }, 2172 },
2154 ], 2173 ],
2155 }], 2174 }],
2156 ], 2175 ],
2157 }, 2176 },
2158 ], 2177 ],
2159 }], 2178 }],
2160 ], 2179 ],
2161 } 2180 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698