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

Side by Side Diff: trunk/src/content/content_tests.gypi

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

Powered by Google App Engine
This is Rietveld 408576698