OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 192 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
193 '../crypto/crypto.gyp:crypto', | 193 '../crypto/crypto.gyp:crypto', |
194 '../gpu/gpu.gyp:gpu_unittest_utils', | 194 '../gpu/gpu.gyp:gpu_unittest_utils', |
195 '../ipc/ipc.gyp:test_support_ipc', | 195 '../ipc/ipc.gyp:test_support_ipc', |
196 '../jingle/jingle.gyp:jingle_glue_test_util', | 196 '../jingle/jingle.gyp:jingle_glue_test_util', |
197 '../media/media.gyp:media_test_support', | 197 '../media/media.gyp:media_test_support', |
198 '../net/net.gyp:net_test_support', | 198 '../net/net.gyp:net_test_support', |
199 '../skia/skia.gyp:skia', | 199 '../skia/skia.gyp:skia', |
200 '../testing/gmock.gyp:gmock', | 200 '../testing/gmock.gyp:gmock', |
201 '../testing/gtest.gyp:gtest', | 201 '../testing/gtest.gyp:gtest', |
| 202 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
202 '../third_party/libjingle/libjingle.gyp:libjingle', | 203 '../third_party/libjingle/libjingle.gyp:libjingle', |
203 '../third_party/libvpx/libvpx.gyp:libvpx', | 204 '../third_party/libvpx/libvpx.gyp:libvpx', |
204 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 205 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
205 '../ui/gl/gl.gyp:gl', | 206 '../ui/gl/gl.gyp:gl', |
206 '../ui/ui.gyp:ui', | 207 '../ui/ui.gyp:ui', |
207 '../v8/tools/gyp/v8.gyp:v8', | 208 '../v8/tools/gyp/v8.gyp:v8', |
| 209 '../webkit/support/webkit_support.gyp:blob', |
208 '../webkit/support/webkit_support.gyp:database', | 210 '../webkit/support/webkit_support.gyp:database', |
| 211 '../webkit/support/webkit_support.gyp:fileapi', |
209 '../webkit/support/webkit_support.gyp:glue', | 212 '../webkit/support/webkit_support.gyp:glue', |
210 '../webkit/support/webkit_support.gyp:quota', | 213 '../webkit/support/webkit_support.gyp:quota', |
211 '../webkit/support/webkit_support.gyp:webkit_media', | 214 '../webkit/support/webkit_support.gyp:webkit_media', |
212 ], | 215 ], |
213 'include_dirs': [ | 216 'include_dirs': [ |
214 '..', | 217 '..', |
215 ], | 218 ], |
216 'sources': [ | 219 'sources': [ |
217 'app/startup_helper_win.cc', | 220 'app/startup_helper_win.cc', |
218 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 221 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 'renderer/media/audio_message_filter_unittest.cc', | 311 'renderer/media/audio_message_filter_unittest.cc', |
309 'renderer/media/capture_video_decoder_unittest.cc', | 312 'renderer/media/capture_video_decoder_unittest.cc', |
310 'renderer/media/video_capture_impl_unittest.cc', | 313 'renderer/media/video_capture_impl_unittest.cc', |
311 'renderer/media/video_capture_message_filter_unittest.cc', | 314 'renderer/media/video_capture_message_filter_unittest.cc', |
312 'renderer/paint_aggregator_unittest.cc', | 315 'renderer/paint_aggregator_unittest.cc', |
313 'renderer/pepper/pepper_broker_impl_unittest.cc', | 316 'renderer/pepper/pepper_broker_impl_unittest.cc', |
314 'renderer/v8_value_converter_impl_unittest.cc', | 317 'renderer/v8_value_converter_impl_unittest.cc', |
315 'test/gpu/gpu_test_config_unittest.cc', | 318 'test/gpu/gpu_test_config_unittest.cc', |
316 'test/gpu/gpu_test_expectations_parser_unittest.cc', | 319 'test/gpu/gpu_test_expectations_parser_unittest.cc', |
317 'test/run_all_unittests.cc', | 320 'test/run_all_unittests.cc', |
| 321 '../webkit/fileapi/file_system_database_test_helper.cc', |
| 322 '../webkit/fileapi/file_system_database_test_helper.h', |
| 323 '../webkit/fileapi/file_system_directory_database_unittest.cc', |
| 324 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
| 325 '../webkit/fileapi/file_system_file_util_unittest.cc', |
| 326 '../webkit/fileapi/file_system_mount_point_provider_unittest.cc', |
| 327 '../webkit/fileapi/file_system_operation_unittest.cc', |
| 328 '../webkit/fileapi/file_system_operation_write_unittest.cc', |
| 329 '../webkit/fileapi/file_system_origin_database_unittest.cc', |
| 330 '../webkit/fileapi/file_system_quota_client_unittest.cc', |
| 331 '../webkit/fileapi/file_system_quota_unittest.cc', |
| 332 '../webkit/fileapi/file_system_test_helper.cc', |
| 333 '../webkit/fileapi/file_system_test_helper.h', |
| 334 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
| 335 '../webkit/fileapi/file_system_usage_cache_unittest.cc', |
| 336 '../webkit/fileapi/file_system_util_unittest.cc', |
| 337 '../webkit/fileapi/file_writer_delegate_unittest.cc', |
| 338 '../webkit/fileapi/isolated_context_unittest.cc', |
| 339 '../webkit/fileapi/isolated_file_util_unittest.cc', |
| 340 '../webkit/fileapi/local_file_stream_writer_unittest.cc', |
| 341 '../webkit/fileapi/local_file_util_unittest.cc', |
| 342 '../webkit/fileapi/mock_file_system_options.cc', |
| 343 '../webkit/fileapi/mock_file_system_options.h', |
| 344 '../webkit/fileapi/obfuscated_file_util_unittest.cc', |
| 345 '../webkit/fileapi/sandbox_mount_point_provider_unittest.cc', |
| 346 '../webkit/fileapi/test_file_set.cc', |
| 347 '../webkit/fileapi/test_file_set.h', |
| 348 '../webkit/fileapi/webfilewriter_base_unittest.cc', |
318 '../webkit/media/buffered_data_source_unittest.cc', | 349 '../webkit/media/buffered_data_source_unittest.cc', |
319 '../webkit/media/buffered_resource_loader_unittest.cc', | 350 '../webkit/media/buffered_resource_loader_unittest.cc', |
320 '../webkit/media/cache_util_unittest.cc', | 351 '../webkit/media/cache_util_unittest.cc', |
321 '../webkit/media/skcanvas_video_renderer_unittest.cc', | 352 '../webkit/media/skcanvas_video_renderer_unittest.cc', |
322 '../webkit/media/test_response_generator.cc', | 353 '../webkit/media/test_response_generator.cc', |
323 '../webkit/media/test_response_generator.h', | 354 '../webkit/media/test_response_generator.h', |
324 '../webkit/mocks/mock_weburlloader.cc', | 355 '../webkit/mocks/mock_weburlloader.cc', |
325 '../webkit/mocks/mock_weburlloader.h', | 356 '../webkit/mocks/mock_weburlloader.h', |
326 ], | 357 ], |
327 'conditions': [ | 358 'conditions': [ |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
591 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 622 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
592 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', | 623 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', |
593 ], | 624 ], |
594 }, | 625 }, |
595 'includes': [ '../build/apk_test.gypi' ], | 626 'includes': [ '../build/apk_test.gypi' ], |
596 }, | 627 }, |
597 ], | 628 ], |
598 }], | 629 }], |
599 ], | 630 ], |
600 } | 631 } |
OLD | NEW |