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

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: Move suppressions to _mac.txt 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 12 matching lines...) Expand all
23 ], 23 ],
24 'include_dirs': [ 24 'include_dirs': [
25 '..', 25 '..',
26 '<(SHARED_INTERMEDIATE_DIR)', 26 '<(SHARED_INTERMEDIATE_DIR)',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'public/test/layouttest_support.h', 29 'public/test/layouttest_support.h',
30 'public/test/nested_message_pump_android.cc', 30 'public/test/nested_message_pump_android.cc',
31 'public/test/nested_message_pump_android.h', 31 'public/test/nested_message_pump_android.h',
32 'test/layouttest_support.cc', 32 'test/layouttest_support.cc',
33 'test/mock_webclipboard_impl.cc',
34 'test/mock_webclipboard_impl.h',
35 'test/test_media_stream_client.cc', 33 'test/test_media_stream_client.cc',
36 'test/test_media_stream_client.h', 34 'test/test_media_stream_client.h',
37 'test/test_video_frame_provider.cc', 35 'test/test_video_frame_provider.cc',
38 'test/test_video_frame_provider.h', 36 'test/test_video_frame_provider.h',
39 ], 37 ],
40 }], 38 }],
41 ], 39 ],
42 }, 40 },
43 { 41 {
44 'target_name': 'test_support_content', 42 'target_name': 'test_support_content',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'test/frame_load_waiter.cc', 166 'test/frame_load_waiter.cc',
169 'test/frame_load_waiter.h', 167 'test/frame_load_waiter.h',
170 'test/mock_google_streaming_server.cc', 168 'test/mock_google_streaming_server.cc',
171 'test/mock_google_streaming_server.h', 169 'test/mock_google_streaming_server.h',
172 'test/mock_keyboard.cc', 170 'test/mock_keyboard.cc',
173 'test/mock_keyboard.h', 171 'test/mock_keyboard.h',
174 'test/mock_keyboard_driver_win.cc', 172 'test/mock_keyboard_driver_win.cc',
175 'test/mock_keyboard_driver_win.h', 173 'test/mock_keyboard_driver_win.h',
176 'test/mock_render_process.cc', 174 'test/mock_render_process.cc',
177 'test/mock_render_process.h', 175 'test/mock_render_process.h',
176 'test/mock_webclipboard_impl.cc',
177 'test/mock_webclipboard_impl.h',
178 'test/mock_webframeclient.h', 178 'test/mock_webframeclient.h',
179 'test/mock_weburlloader.cc', 179 'test/mock_weburlloader.cc',
180 'test/mock_weburlloader.h', 180 'test/mock_weburlloader.h',
181 'test/net/url_request_abort_on_end_job.cc', 181 'test/net/url_request_abort_on_end_job.cc',
182 'test/net/url_request_abort_on_end_job.h', 182 'test/net/url_request_abort_on_end_job.h',
183 'test/net/url_request_failed_job.cc', 183 'test/net/url_request_failed_job.cc',
184 'test/net/url_request_failed_job.h', 184 'test/net/url_request_failed_job.h',
185 'test/net/url_request_mock_http_job.cc', 185 'test/net/url_request_mock_http_job.cc',
186 'test/net/url_request_mock_http_job.h', 186 'test/net/url_request_mock_http_job.h',
187 'test/net/url_request_prepackaged_interceptor.cc', 187 'test/net/url_request_prepackaged_interceptor.cc',
(...skipping 11 matching lines...) Expand all
199 'test/test_render_frame_host.cc', 199 'test/test_render_frame_host.cc',
200 'test/test_render_frame_host.h', 200 'test/test_render_frame_host.h',
201 'test/test_render_frame_host_factory.cc', 201 'test/test_render_frame_host_factory.cc',
202 'test/test_render_frame_host_factory.h', 202 'test/test_render_frame_host_factory.h',
203 'test/test_render_view_host.cc', 203 'test/test_render_view_host.cc',
204 'test/test_render_view_host.h', 204 'test/test_render_view_host.h',
205 'test/test_render_view_host_factory.cc', 205 'test/test_render_view_host_factory.cc',
206 'test/test_render_view_host_factory.h', 206 'test/test_render_view_host_factory.h',
207 'test/test_web_contents.cc', 207 'test/test_web_contents.cc',
208 'test/test_web_contents.h', 208 'test/test_web_contents.h',
209 'test/test_webkit_platform_support.cc',
210 'test/test_webkit_platform_support.h',
209 'test/web_gesture_curve_mock.cc', 211 'test/web_gesture_curve_mock.cc',
210 'test/web_gesture_curve_mock.h', 212 'test/web_gesture_curve_mock.h',
213 'test/webkit_support.cc',
214 'test/webkit_support.h',
215 'test/webkit_unit_test_support.cc',
216 'test/webkit_unit_test_support.h',
217 'test/web_layer_tree_view_impl_for_testing.cc',
218 'test/web_layer_tree_view_impl_for_testing.h',
211 'test/weburl_loader_mock.cc', 219 'test/weburl_loader_mock.cc',
212 'test/weburl_loader_mock.h', 220 'test/weburl_loader_mock.h',
213 'test/weburl_loader_mock_factory.cc', 221 'test/weburl_loader_mock_factory.cc',
214 'test/weburl_loader_mock_factory.h', 222 'test/weburl_loader_mock_factory.h',
215 ], 223 ],
216 'conditions': [ 224 'conditions': [
217 ['enable_plugins==0', { 225 ['enable_plugins==0', {
218 'sources!': [ 226 'sources!': [
219 'test/ppapi_unittest.cc', 227 'test/ppapi_unittest.cc',
220 ], 228 ],
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 '../webkit/child/webkit_child.gyp:webkit_child', 1353 '../webkit/child/webkit_child.gyp:webkit_child',
1346 ], 1354 ],
1347 'include_dirs': [ 1355 'include_dirs': [
1348 '..', 1356 '..',
1349 ], 1357 ],
1350 'sources': [ 1358 'sources': [
1351 'common/gpu/client/gl_helper_benchmark.cc', 1359 'common/gpu/client/gl_helper_benchmark.cc',
1352 ], 1360 ],
1353 }, 1361 },
1354 { 1362 {
1363 # TODO(enne): Remove this once dependencies in Blink
1364 # point to test_support_content instead.
1355 'target_name': 'content_webkit_unit_test_support', 1365 'target_name': 'content_webkit_unit_test_support',
1356 'type': 'static_library', 1366 'type': 'static_library',
1357 'dependencies': [ 1367 'dependencies': [
1358 'test_support_content', 1368 'test_support_content',
1359 ], 1369 ],
1360 'include_dirs': [ 1370 'include_dirs': [
1361 '..', 1371 '..',
1362 ], 1372 ],
1363 'sources': [ 1373 'sources': [
1364 'test/mock_webclipboard_impl.cc',
1365 'test/mock_webclipboard_impl.h',
1366 'test/test_webkit_platform_support.cc',
1367 'test/test_webkit_platform_support.h',
1368 'test/web_layer_tree_view_impl_for_testing.cc',
1369 'test/web_layer_tree_view_impl_for_testing.h',
1370 'test/webkit_support.cc',
1371 'test/webkit_support.h',
1372 'test/webkit_unit_test_support.cc',
1373 'test/webkit_unit_test_support.h',
1374 ], 1374 ],
1375 }, 1375 },
1376 ], 1376 ],
1377 }], 1377 }],
1378 ['chromeos==1 or OS=="win" or OS=="android"', { 1378 ['chromeos==1 or OS=="win" or OS=="android"', {
1379 'targets': [ 1379 'targets': [
1380 { 1380 {
1381 'target_name': 'video_decode_accelerator_unittest', 1381 'target_name': 'video_decode_accelerator_unittest',
1382 'type': '<(gtest_target_type)', 1382 'type': '<(gtest_target_type)',
1383 'dependencies': [ 1383 'dependencies': [
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1826 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1827 }, 1827 },
1828 ], 1828 ],
1829 }], 1829 }],
1830 ], 1830 ],
1831 }, 1831 },
1832 ], 1832 ],
1833 }], 1833 }],
1834 ], 1834 ],
1835 } 1835 }
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