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