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

Side by Side Diff: content/content_tests.gypi

Issue 287043002: Use real PlatformSupport in content unit tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gyp file Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/public/test/unittest_test_suite.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': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'test/frame_load_waiter.cc', 165 'test/frame_load_waiter.cc',
166 'test/frame_load_waiter.h', 166 'test/frame_load_waiter.h',
167 'test/mock_google_streaming_server.cc', 167 'test/mock_google_streaming_server.cc',
168 'test/mock_google_streaming_server.h', 168 'test/mock_google_streaming_server.h',
169 'test/mock_keyboard.cc', 169 'test/mock_keyboard.cc',
170 'test/mock_keyboard.h', 170 'test/mock_keyboard.h',
171 'test/mock_keyboard_driver_win.cc', 171 'test/mock_keyboard_driver_win.cc',
172 'test/mock_keyboard_driver_win.h', 172 'test/mock_keyboard_driver_win.h',
173 'test/mock_render_process.cc', 173 'test/mock_render_process.cc',
174 'test/mock_render_process.h', 174 'test/mock_render_process.h',
175 'test/mock_webclipboard_impl.cc',
176 'test/mock_webclipboard_impl.h',
175 'test/mock_webframeclient.h', 177 'test/mock_webframeclient.h',
176 'test/mock_weburlloader.cc', 178 'test/mock_weburlloader.cc',
177 'test/mock_weburlloader.h', 179 'test/mock_weburlloader.h',
178 'test/net/url_request_abort_on_end_job.cc', 180 'test/net/url_request_abort_on_end_job.cc',
179 'test/net/url_request_abort_on_end_job.h', 181 'test/net/url_request_abort_on_end_job.h',
180 'test/net/url_request_failed_job.cc', 182 'test/net/url_request_failed_job.cc',
181 'test/net/url_request_failed_job.h', 183 'test/net/url_request_failed_job.h',
182 'test/net/url_request_mock_http_job.cc', 184 'test/net/url_request_mock_http_job.cc',
183 'test/net/url_request_mock_http_job.h', 185 'test/net/url_request_mock_http_job.h',
184 'test/net/url_request_prepackaged_interceptor.cc', 186 'test/net/url_request_prepackaged_interceptor.cc',
(...skipping 11 matching lines...) Expand all
196 'test/test_render_frame_host.cc', 198 'test/test_render_frame_host.cc',
197 'test/test_render_frame_host.h', 199 'test/test_render_frame_host.h',
198 'test/test_render_frame_host_factory.cc', 200 'test/test_render_frame_host_factory.cc',
199 'test/test_render_frame_host_factory.h', 201 'test/test_render_frame_host_factory.h',
200 'test/test_render_view_host.cc', 202 'test/test_render_view_host.cc',
201 'test/test_render_view_host.h', 203 'test/test_render_view_host.h',
202 'test/test_render_view_host_factory.cc', 204 'test/test_render_view_host_factory.cc',
203 'test/test_render_view_host_factory.h', 205 'test/test_render_view_host_factory.h',
204 'test/test_web_contents.cc', 206 'test/test_web_contents.cc',
205 'test/test_web_contents.h', 207 'test/test_web_contents.h',
208 'test/test_webkit_platform_support.cc',
209 'test/test_webkit_platform_support.h',
206 'test/web_gesture_curve_mock.cc', 210 'test/web_gesture_curve_mock.cc',
207 'test/web_gesture_curve_mock.h', 211 'test/web_gesture_curve_mock.h',
212 'test/webkit_support.cc',
213 'test/webkit_support.h',
214 'test/webkit_unit_test_support.cc',
215 'test/webkit_unit_test_support.h',
216 'test/web_layer_tree_view_impl_for_testing.cc',
217 'test/web_layer_tree_view_impl_for_testing.h',
piman 2014/05/15 21:56:43 I suspect some of these will need to be excluded o
208 'test/weburl_loader_mock.cc', 218 'test/weburl_loader_mock.cc',
209 'test/weburl_loader_mock.h', 219 'test/weburl_loader_mock.h',
210 'test/weburl_loader_mock_factory.cc', 220 'test/weburl_loader_mock_factory.cc',
211 'test/weburl_loader_mock_factory.h', 221 'test/weburl_loader_mock_factory.h',
212 ], 222 ],
213 'conditions': [ 223 'conditions': [
214 ['enable_plugins==0', { 224 ['enable_plugins==0', {
215 'sources!': [ 225 'sources!': [
216 'test/ppapi_unittest.cc', 226 'test/ppapi_unittest.cc',
217 ], 227 ],
(...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1340 '../webkit/child/webkit_child.gyp:webkit_child', 1350 '../webkit/child/webkit_child.gyp:webkit_child',
1341 ], 1351 ],
1342 'include_dirs': [ 1352 'include_dirs': [
1343 '..', 1353 '..',
1344 ], 1354 ],
1345 'sources': [ 1355 'sources': [
1346 'common/gpu/client/gl_helper_benchmark.cc', 1356 'common/gpu/client/gl_helper_benchmark.cc',
1347 ], 1357 ],
1348 }, 1358 },
1349 { 1359 {
1360 # TODO(enne): Remove this once dependencies in Blink
1361 # point to test_support_content instead.
1350 'target_name': 'content_webkit_unit_test_support', 1362 'target_name': 'content_webkit_unit_test_support',
1351 'type': 'static_library', 1363 'type': 'static_library',
piman 2014/05/15 21:56:43 Would 'none' work? I'm not sure what an empty stat
1352 'dependencies': [ 1364 'dependencies': [
1353 'test_support_content', 1365 'test_support_content',
1354 ], 1366 ],
1355 'include_dirs': [ 1367 'include_dirs': [
1356 '..', 1368 '..',
1357 ], 1369 ],
1358 'sources': [ 1370 'sources': [
1359 'test/mock_webclipboard_impl.cc',
1360 'test/mock_webclipboard_impl.h',
1361 'test/test_webkit_platform_support.cc',
1362 'test/test_webkit_platform_support.h',
1363 'test/web_layer_tree_view_impl_for_testing.cc',
1364 'test/web_layer_tree_view_impl_for_testing.h',
1365 'test/webkit_support.cc',
1366 'test/webkit_support.h',
1367 'test/webkit_unit_test_support.cc',
1368 'test/webkit_unit_test_support.h',
1369 ], 1371 ],
1370 }, 1372 },
1371 ], 1373 ],
1372 }], 1374 }],
1373 ['chromeos==1 or OS=="win" or OS=="android"', { 1375 ['chromeos==1 or OS=="win" or OS=="android"', {
1374 'targets': [ 1376 'targets': [
1375 { 1377 {
1376 'target_name': 'video_decode_accelerator_unittest', 1378 'target_name': 'video_decode_accelerator_unittest',
1377 'type': '<(gtest_target_type)', 1379 'type': '<(gtest_target_type)',
1378 'dependencies': [ 1380 'dependencies': [
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1828 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1827 }, 1829 },
1828 ], 1830 ],
1829 }], 1831 }],
1830 ], 1832 ],
1831 }, 1833 },
1832 ], 1834 ],
1833 }], 1835 }],
1834 ], 1836 ],
1835 } 1837 }
OLDNEW
« no previous file with comments | « no previous file | content/public/test/unittest_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698