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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 175 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
176 '../crypto/crypto.gyp:crypto', | 176 '../crypto/crypto.gyp:crypto', |
177 '../gpu/gpu.gyp:gpu_unittest_utils', | 177 '../gpu/gpu.gyp:gpu_unittest_utils', |
178 '../ipc/ipc.gyp:test_support_ipc', | 178 '../ipc/ipc.gyp:test_support_ipc', |
179 '../jingle/jingle.gyp:jingle_glue_test_util', | 179 '../jingle/jingle.gyp:jingle_glue_test_util', |
180 '../media/media.gyp:media_test_support', | 180 '../media/media.gyp:media_test_support', |
181 '../net/net.gyp:net_test_support', | 181 '../net/net.gyp:net_test_support', |
182 '../skia/skia.gyp:skia', | 182 '../skia/skia.gyp:skia', |
183 '../testing/gmock.gyp:gmock', | 183 '../testing/gmock.gyp:gmock', |
184 '../testing/gtest.gyp:gtest', | 184 '../testing/gtest.gyp:gtest', |
| 185 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
185 '../third_party/libjingle/libjingle.gyp:libjingle', | 186 '../third_party/libjingle/libjingle.gyp:libjingle', |
186 '../third_party/libvpx/libvpx.gyp:libvpx', | 187 '../third_party/libvpx/libvpx.gyp:libvpx', |
187 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 188 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
188 '../ui/gl/gl.gyp:gl', | 189 '../ui/gl/gl.gyp:gl', |
189 '../ui/ui.gyp:ui', | 190 '../ui/ui.gyp:ui', |
190 '../v8/tools/gyp/v8.gyp:v8', | 191 '../v8/tools/gyp/v8.gyp:v8', |
| 192 '../webkit/support/webkit_support.gyp:blob', |
191 '../webkit/support/webkit_support.gyp:database', | 193 '../webkit/support/webkit_support.gyp:database', |
| 194 '../webkit/support/webkit_support.gyp:fileapi', |
192 '../webkit/support/webkit_support.gyp:glue', | 195 '../webkit/support/webkit_support.gyp:glue', |
193 '../webkit/support/webkit_support.gyp:quota', | 196 '../webkit/support/webkit_support.gyp:quota', |
194 '../webkit/support/webkit_support.gyp:webkit_media', | 197 '../webkit/support/webkit_support.gyp:webkit_media', |
195 ], | 198 ], |
196 'include_dirs': [ | 199 'include_dirs': [ |
197 '..', | 200 '..', |
198 ], | 201 ], |
199 'sources': [ | 202 'sources': [ |
200 'app/startup_helper_win.cc', | 203 'app/startup_helper_win.cc', |
201 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 204 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 'renderer/media/audio_message_filter_unittest.cc', | 294 'renderer/media/audio_message_filter_unittest.cc', |
292 'renderer/media/capture_video_decoder_unittest.cc', | 295 'renderer/media/capture_video_decoder_unittest.cc', |
293 'renderer/media/video_capture_impl_unittest.cc', | 296 'renderer/media/video_capture_impl_unittest.cc', |
294 'renderer/media/video_capture_message_filter_unittest.cc', | 297 'renderer/media/video_capture_message_filter_unittest.cc', |
295 'renderer/paint_aggregator_unittest.cc', | 298 'renderer/paint_aggregator_unittest.cc', |
296 'renderer/pepper/pepper_broker_impl_unittest.cc', | 299 'renderer/pepper/pepper_broker_impl_unittest.cc', |
297 'renderer/v8_value_converter_impl_unittest.cc', | 300 'renderer/v8_value_converter_impl_unittest.cc', |
298 'test/gpu/gpu_test_config_unittest.cc', | 301 'test/gpu/gpu_test_config_unittest.cc', |
299 'test/gpu/gpu_test_expectations_parser_unittest.cc', | 302 'test/gpu/gpu_test_expectations_parser_unittest.cc', |
300 'test/run_all_unittests.cc', | 303 'test/run_all_unittests.cc', |
| 304 '../webkit/fileapi/file_system_database_test_helper.cc', |
| 305 '../webkit/fileapi/file_system_database_test_helper.h', |
| 306 '../webkit/fileapi/file_system_directory_database_unittest.cc', |
| 307 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
| 308 '../webkit/fileapi/file_system_file_util_unittest.cc', |
| 309 '../webkit/fileapi/file_system_mount_point_provider_unittest.cc', |
| 310 '../webkit/fileapi/file_system_operation_unittest.cc', |
| 311 '../webkit/fileapi/file_system_operation_write_unittest.cc', |
| 312 '../webkit/fileapi/file_system_origin_database_unittest.cc', |
| 313 '../webkit/fileapi/file_system_quota_client_unittest.cc', |
| 314 '../webkit/fileapi/file_system_quota_unittest.cc', |
| 315 '../webkit/fileapi/file_system_test_helper.cc', |
| 316 '../webkit/fileapi/file_system_test_helper.cc', |
| 317 '../webkit/fileapi/file_system_test_helper.h', |
| 318 '../webkit/fileapi/file_system_test_helper.h', |
| 319 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
| 320 '../webkit/fileapi/file_system_usage_cache_unittest.cc', |
| 321 '../webkit/fileapi/file_system_util_unittest.cc', |
| 322 '../webkit/fileapi/file_writer_delegate_unittest.cc', |
| 323 '../webkit/fileapi/isolated_context_unittest.cc', |
| 324 '../webkit/fileapi/isolated_file_util_unittest.cc', |
| 325 '../webkit/fileapi/local_file_util_unittest.cc', |
| 326 '../webkit/fileapi/local_file_writer_unittest.cc', |
| 327 '../webkit/fileapi/mock_file_system_options.cc', |
| 328 '../webkit/fileapi/mock_file_system_options.h', |
| 329 '../webkit/fileapi/obfuscated_file_util_unittest.cc', |
| 330 '../webkit/fileapi/sandbox_mount_point_provider_unittest.cc', |
| 331 '../webkit/fileapi/test_file_set.cc', |
| 332 '../webkit/fileapi/test_file_set.h', |
| 333 '../webkit/fileapi/webfilewriter_base_unittest.cc', |
301 '../webkit/media/buffered_data_source_unittest.cc', | 334 '../webkit/media/buffered_data_source_unittest.cc', |
302 '../webkit/media/buffered_resource_loader_unittest.cc', | 335 '../webkit/media/buffered_resource_loader_unittest.cc', |
303 '../webkit/media/cache_util_unittest.cc', | 336 '../webkit/media/cache_util_unittest.cc', |
304 '../webkit/media/skcanvas_video_renderer_unittest.cc', | 337 '../webkit/media/skcanvas_video_renderer_unittest.cc', |
305 '../webkit/media/test_response_generator.cc', | 338 '../webkit/media/test_response_generator.cc', |
306 '../webkit/media/test_response_generator.h', | 339 '../webkit/media/test_response_generator.h', |
307 '../webkit/mocks/mock_weburlloader.cc', | 340 '../webkit/mocks/mock_weburlloader.cc', |
308 '../webkit/mocks/mock_weburlloader.h', | 341 '../webkit/mocks/mock_weburlloader.h', |
309 ], | 342 ], |
310 'conditions': [ | 343 'conditions': [ |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
535 '../testing/gtest.gyp:gtest', | 568 '../testing/gtest.gyp:gtest', |
536 ], | 569 ], |
537 'sources': [ | 570 'sources': [ |
538 'common/gpu/media/h264_parser_unittest.cc', | 571 'common/gpu/media/h264_parser_unittest.cc', |
539 ], | 572 ], |
540 } | 573 } |
541 ], | 574 ], |
542 }], | 575 }], |
543 ], | 576 ], |
544 } | 577 } |
OLD | NEW |