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

Side by Side Diff: content/content_tests.gypi

Issue 206923002: Adds plumbing to pass WebUI mojo::Handle from browser to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 2 trunk Created 6 years, 9 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 'test/accessibility_browser_test_utils.cc', 913 'test/accessibility_browser_test_utils.cc',
914 'test/accessibility_browser_test_utils.h', 914 'test/accessibility_browser_test_utils.h',
915 'test/content_browser_test.cc', 915 'test/content_browser_test.cc',
916 'test/content_browser_test.h', 916 'test/content_browser_test.h',
917 'test/content_browser_test_utils.cc', 917 'test/content_browser_test_utils.cc',
918 'test/content_browser_test_utils.h', 918 'test/content_browser_test_utils.h',
919 'test/content_browser_test_utils_mac.mm', 919 'test/content_browser_test_utils_mac.mm',
920 ], 920 ],
921 }, 921 },
922 { 922 {
923 'target_name': 'web_ui_test_mojo_bindings',
924 'type': 'static_library',
925 'dependencies': [
926 '../mojo/mojo.gyp:mojo_bindings',
927 '../mojo/mojo.gyp:mojo_system',
928 ],
929 'sources': [
930 'test/data/web_ui_test_mojo_bindings.mojom',
931 ],
932 'includes': [ '../mojo/public/bindings/mojom_bindings_generator.gypi' ],
933 'export_dependent_settings': [
934 '../mojo/mojo.gyp:mojo_bindings',
935 '../mojo/mojo.gyp:mojo_system',
936 ],
937 },
938 {
923 'target_name': 'content_browsertests', 939 'target_name': 'content_browsertests',
924 'type': '<(gtest_target_type)', 940 'type': '<(gtest_target_type)',
925 'dependencies': [ 941 'dependencies': [
926 'content.gyp:content_common', 942 'content.gyp:content_common',
927 'content.gyp:content_gpu', 943 'content.gyp:content_gpu',
928 'content.gyp:content_plugin', 944 'content.gyp:content_plugin',
929 'content.gyp:content_renderer', 945 'content.gyp:content_renderer',
930 'content_browser_test_support', 946 'content_browser_test_support',
931 'content_resources.gyp:content_resources', 947 'content_resources.gyp:content_resources',
932 'content_shell_lib', 948 'content_shell_lib',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 'browser/service_worker/service_worker_browsertest.cc', 1033 'browser/service_worker/service_worker_browsertest.cc',
1018 'browser/session_history_browsertest.cc', 1034 'browser/session_history_browsertest.cc',
1019 'browser/site_per_process_browsertest.cc', 1035 'browser/site_per_process_browsertest.cc',
1020 'browser/speech/input_tag_speech_browsertest.cc', 1036 'browser/speech/input_tag_speech_browsertest.cc',
1021 'browser/speech/speech_recognition_browsertest.cc', 1037 'browser/speech/speech_recognition_browsertest.cc',
1022 'browser/tracing/tracing_controller_browsertest.cc', 1038 'browser/tracing/tracing_controller_browsertest.cc',
1023 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', 1039 'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
1024 'browser/web_contents/web_contents_impl_browsertest.cc', 1040 'browser/web_contents/web_contents_impl_browsertest.cc',
1025 'browser/web_contents/web_contents_view_aura_browsertest.cc', 1041 'browser/web_contents/web_contents_view_aura_browsertest.cc',
1026 'browser/webkit_browsertest.cc', 1042 'browser/webkit_browsertest.cc',
1043 'browser/webui/web_ui_mojo_browsertest.cc',
1027 'browser/worker_host/test/worker_browsertest.cc', 1044 'browser/worker_host/test/worker_browsertest.cc',
1028 'child/site_isolation_policy_browsertest.cc', 1045 'child/site_isolation_policy_browsertest.cc',
1029 'common/gpu/client/context_provider_command_buffer_browsertest.cc', 1046 'common/gpu/client/context_provider_command_buffer_browsertest.cc',
1030 'renderer/accessibility/renderer_accessibility_browsertest.cc', 1047 'renderer/accessibility/renderer_accessibility_browsertest.cc',
1031 'renderer/browser_plugin/browser_plugin_browsertest.cc', 1048 'renderer/browser_plugin/browser_plugin_browsertest.cc',
1032 'renderer/browser_plugin/browser_plugin_browsertest.h', 1049 'renderer/browser_plugin/browser_plugin_browsertest.h',
1033 'renderer/browser_plugin/mock_browser_plugin.cc', 1050 'renderer/browser_plugin/mock_browser_plugin.cc',
1034 'renderer/browser_plugin/mock_browser_plugin.h', 1051 'renderer/browser_plugin/mock_browser_plugin.h',
1035 'renderer/browser_plugin/mock_browser_plugin_manager.cc', 1052 'renderer/browser_plugin/mock_browser_plugin_manager.cc',
1036 'renderer/browser_plugin/mock_browser_plugin_manager.h', 1053 'renderer/browser_plugin/mock_browser_plugin_manager.h',
(...skipping 16 matching lines...) Expand all
1053 'test/content_browser_test_test.cc', 1070 'test/content_browser_test_test.cc',
1054 'test/content_test_launcher.cc', 1071 'test/content_test_launcher.cc',
1055 'test/webui_resource_browsertest.cc', 1072 'test/webui_resource_browsertest.cc',
1056 ], 1073 ],
1057 'conditions': [ 1074 'conditions': [
1058 ['chromeos==0', { 1075 ['chromeos==0', {
1059 'sources!': [ 1076 'sources!': [
1060 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', 1077 'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
1061 ], 1078 ],
1062 }], 1079 }],
1080 ['use_mojo==0', {
1081 'sources!': [
1082 'browser/webui/web_ui_mojo_browsertest.cc',
1083 ],
1084 }, { # use_mojo==1
1085 'dependencies': [
1086 'web_ui_test_mojo_bindings',
1087 '../mojo/mojo.gyp:mojo_bindings',
1088 '../mojo/mojo.gyp:mojo_environment_chromium',
1089 '../mojo/mojo.gyp:mojo_system',
1090 '../mojo/mojo.gyp:mojo_system_impl',
1091 ],
1092 }],
1063 ['OS=="win"', { 1093 ['OS=="win"', {
1064 'resource_include_dirs': [ 1094 'resource_include_dirs': [
1065 '<(SHARED_INTERMEDIATE_DIR)/webkit', 1095 '<(SHARED_INTERMEDIATE_DIR)/webkit',
1066 ], 1096 ],
1067 'sources': [ 1097 'sources': [
1068 'shell/app/resource.h', 1098 'shell/app/resource.h',
1069 'shell/app/shell.rc', 1099 'shell/app/shell.rc',
1070 # TODO: It would be nice to have these pulled in 1100 # TODO: It would be nice to have these pulled in
1071 # automatically from direct_dependent_settings in 1101 # automatically from direct_dependent_settings in
1072 # their various targets (net.gyp:net_resources, etc.), 1102 # their various targets (net.gyp:net_resources, etc.),
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1749 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1720 }, 1750 },
1721 ], 1751 ],
1722 }], 1752 }],
1723 ], 1753 ],
1724 }, 1754 },
1725 ], 1755 ],
1726 }], 1756 }],
1727 ], 1757 ],
1728 } 1758 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698