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

Side by Side Diff: content/content_tests.gypi

Issue 226213002: Removes use_mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 2 trunk Created 6 years, 8 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
« no previous file with comments | « content/content_resources.grd ('k') | content/public/browser/render_view_host.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 ], 917 ],
918 'sources': [ 918 'sources': [
919 'test/content_test_launcher.cc', 919 'test/content_test_launcher.cc',
920 'public/test/content_browser_test.cc', 920 'public/test/content_browser_test.cc',
921 'public/test/content_browser_test.h', 921 'public/test/content_browser_test.h',
922 'public/test/content_browser_test_utils.cc', 922 'public/test/content_browser_test_utils.cc',
923 'public/test/content_browser_test_utils.h', 923 'public/test/content_browser_test_utils.h',
924 'public/test/content_browser_test_utils_mac.mm', 924 'public/test/content_browser_test_utils_mac.mm',
925 ], 925 ],
926 'conditions': [ 926 'conditions': [
927 ['use_mojo==1 and OS=="android"', { 927 ['OS=="android"', {
928 'dependencies': [ 928 'dependencies': [
929 'content.gyp:content_app_both', 929 'content.gyp:content_app_both',
930 ], 930 ],
931 }, { 931 }, {
932 'dependencies': [ 932 'dependencies': [
933 'content.gyp:content_browser', 933 'content.gyp:content_browser',
934 ], 934 ],
935 }], 935 }],
936 ], 936 ],
937 }, 937 },
(...skipping 23 matching lines...) Expand all
961 'type': '<(gtest_target_type)', 961 'type': '<(gtest_target_type)',
962 'dependencies': [ 962 'dependencies': [
963 'content.gyp:content_common', 963 'content.gyp:content_common',
964 'content.gyp:content_gpu', 964 'content.gyp:content_gpu',
965 'content.gyp:content_plugin', 965 'content.gyp:content_plugin',
966 'content.gyp:content_renderer', 966 'content.gyp:content_renderer',
967 'content_browser_test_support', 967 'content_browser_test_support',
968 'content_resources.gyp:content_resources', 968 'content_resources.gyp:content_resources',
969 'content_shell_lib', 969 'content_shell_lib',
970 'content_shell_pak', 970 'content_shell_pak',
971 'web_ui_test_mojo_bindings',
971 '../base/base.gyp:test_support_base', 972 '../base/base.gyp:test_support_base',
972 '../gin/gin.gyp:gin', 973 '../gin/gin.gyp:gin',
973 '../gpu/gpu.gyp:gpu', 974 '../gpu/gpu.gyp:gpu',
974 '../ipc/ipc.gyp:test_support_ipc', 975 '../ipc/ipc.gyp:test_support_ipc',
975 '../media/media.gyp:media_test_support', 976 '../media/media.gyp:media_test_support',
976 '../media/media.gyp:shared_memory_support', 977 '../media/media.gyp:shared_memory_support',
978 '../mojo/mojo.gyp:mojo_bindings',
979 '../mojo/mojo.gyp:mojo_environment_chromium',
980 '../mojo/mojo.gyp:mojo_service_manager',
981 '../mojo/mojo.gyp:mojo_system',
982 '../mojo/mojo.gyp:mojo_system_impl',
977 '../net/net.gyp:net_test_support', 983 '../net/net.gyp:net_test_support',
978 '../ppapi/ppapi_internal.gyp:ppapi_host', 984 '../ppapi/ppapi_internal.gyp:ppapi_host',
979 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 985 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
980 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 986 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
981 '../ppapi/ppapi_internal.gyp:ppapi_shared', 987 '../ppapi/ppapi_internal.gyp:ppapi_shared',
982 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 988 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
983 '../testing/gmock.gyp:gmock', 989 '../testing/gmock.gyp:gmock',
984 '../testing/gtest.gyp:gtest', 990 '../testing/gtest.gyp:gtest',
985 '../third_party/WebKit/public/blink.gyp:blink', 991 '../third_party/WebKit/public/blink.gyp:blink',
986 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 992 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 'test/accessibility_browser_test_utils.h', 1101 'test/accessibility_browser_test_utils.h',
1096 'test/content_browser_test_test.cc', 1102 'test/content_browser_test_test.cc',
1097 'test/webui_resource_browsertest.cc', 1103 'test/webui_resource_browsertest.cc',
1098 ], 1104 ],
1099 'conditions': [ 1105 'conditions': [
1100 ['chromeos==0', { 1106 ['chromeos==0', {
1101 'sources!': [ 1107 'sources!': [
1102 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', 1108 'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
1103 ], 1109 ],
1104 }], 1110 }],
1105 ['use_mojo==0', {
1106 'sources!': [
1107 'browser/webui/web_ui_mojo_browsertest.cc',
1108 ],
1109 }, { # use_mojo==1
1110 'dependencies': [
1111 'web_ui_test_mojo_bindings',
1112 '../mojo/mojo.gyp:mojo_bindings',
1113 '../mojo/mojo.gyp:mojo_environment_chromium',
1114 '../mojo/mojo.gyp:mojo_system',
1115 '../mojo/mojo.gyp:mojo_system_impl',
1116 ],
1117 }],
1118 ['OS=="win"', { 1111 ['OS=="win"', {
1119 'resource_include_dirs': [ 1112 'resource_include_dirs': [
1120 '<(SHARED_INTERMEDIATE_DIR)/webkit', 1113 '<(SHARED_INTERMEDIATE_DIR)/webkit',
1121 ], 1114 ],
1122 'sources': [ 1115 'sources': [
1123 'shell/app/resource.h', 1116 'shell/app/resource.h',
1124 'shell/app/shell.rc', 1117 'shell/app/shell.rc',
1125 # TODO: It would be nice to have these pulled in 1118 # TODO: It would be nice to have these pulled in
1126 # automatically from direct_dependent_settings in 1119 # automatically from direct_dependent_settings in
1127 # their various targets (net.gyp:net_resources, etc.), 1120 # their various targets (net.gyp:net_resources, etc.),
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 ['use_aura==1 or toolkit_views==1', { 1188 ['use_aura==1 or toolkit_views==1', {
1196 'dependencies': [ 1189 'dependencies': [
1197 '../ui/events/events.gyp:events_test_support', 1190 '../ui/events/events.gyp:events_test_support',
1198 ], 1191 ],
1199 }], 1192 }],
1200 ['use_aura!=1 and OS!="mac"', { 1193 ['use_aura!=1 and OS!="mac"', {
1201 'sources/': [ 1194 'sources/': [
1202 ['exclude', '^browser/compositor/'], 1195 ['exclude', '^browser/compositor/'],
1203 ], 1196 ],
1204 }], 1197 }],
1205 ['use_mojo==1', {
1206 'dependencies': [
1207 '../mojo/mojo.gyp:mojo_environment_chromium',
1208 '../mojo/mojo.gyp:mojo_service_manager',
1209 ],
1210 },{
1211 'sources!': [
1212 'app/mojo/mojo_browsertest.cc',
1213 ],
1214 }],
1215 ['OS!="android" and OS!="ios"', { 1198 ['OS!="android" and OS!="ios"', {
1216 # npapi test plugin doesn't build on android or ios 1199 # npapi test plugin doesn't build on android or ios
1217 'dependencies': [ 1200 'dependencies': [
1218 # Runtime dependencies 1201 # Runtime dependencies
1219 'copy_npapi_test_plugin', 1202 'copy_npapi_test_plugin',
1220 ], 1203 ],
1221 }], 1204 }],
1222 ['enable_webrtc==1', { 1205 ['enable_webrtc==1', {
1223 'sources': [ 1206 'sources': [
1224 'browser/media/webrtc_aecdump_browsertest.cc', 1207 'browser/media/webrtc_aecdump_browsertest.cc',
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
1785 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1768 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1786 }, 1769 },
1787 ], 1770 ],
1788 }], 1771 }],
1789 ], 1772 ],
1790 }, 1773 },
1791 ], 1774 ],
1792 }], 1775 }],
1793 ], 1776 ],
1794 } 1777 }
OLDNEW
« no previous file with comments | « content/content_resources.grd ('k') | content/public/browser/render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698