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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 '../webkit/fileapi/mock_file_system_options.cc', | 401 '../webkit/fileapi/mock_file_system_options.cc', |
402 '../webkit/fileapi/mock_file_system_options.h', | 402 '../webkit/fileapi/mock_file_system_options.h', |
403 '../webkit/fileapi/obfuscated_file_util_unittest.cc', | 403 '../webkit/fileapi/obfuscated_file_util_unittest.cc', |
404 '../webkit/fileapi/sandbox_mount_point_provider_unittest.cc', | 404 '../webkit/fileapi/sandbox_mount_point_provider_unittest.cc', |
405 '../webkit/fileapi/test_file_set.cc', | 405 '../webkit/fileapi/test_file_set.cc', |
406 '../webkit/fileapi/test_file_set.h', | 406 '../webkit/fileapi/test_file_set.h', |
407 '../webkit/fileapi/webfilewriter_base_unittest.cc', | 407 '../webkit/fileapi/webfilewriter_base_unittest.cc', |
408 '../webkit/media/buffered_data_source_unittest.cc', | 408 '../webkit/media/buffered_data_source_unittest.cc', |
409 '../webkit/media/buffered_resource_loader_unittest.cc', | 409 '../webkit/media/buffered_resource_loader_unittest.cc', |
410 '../webkit/media/cache_util_unittest.cc', | 410 '../webkit/media/cache_util_unittest.cc', |
| 411 '../webkit/media/crypto/proxy_decryptor_unittest.cc', |
411 '../webkit/media/skcanvas_video_renderer_unittest.cc', | 412 '../webkit/media/skcanvas_video_renderer_unittest.cc', |
412 '../webkit/media/test_response_generator.cc', | 413 '../webkit/media/test_response_generator.cc', |
413 '../webkit/media/test_response_generator.h', | 414 '../webkit/media/test_response_generator.h', |
414 '../webkit/mocks/mock_weburlloader.cc', | 415 '../webkit/mocks/mock_weburlloader.cc', |
415 '../webkit/mocks/mock_weburlloader.h', | 416 '../webkit/mocks/mock_weburlloader.h', |
416 '../webkit/quota/mock_quota_manager.cc', | 417 '../webkit/quota/mock_quota_manager.cc', |
417 '../webkit/quota/mock_quota_manager.h', | 418 '../webkit/quota/mock_quota_manager.h', |
418 '../webkit/quota/mock_quota_manager_unittest.cc', | 419 '../webkit/quota/mock_quota_manager_unittest.cc', |
419 '../webkit/quota/mock_storage_client.cc', | 420 '../webkit/quota/mock_storage_client.cc', |
420 '../webkit/quota/mock_storage_client.h', | 421 '../webkit/quota/mock_storage_client.h', |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
709 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', | 710 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', |
710 '<(PRODUCT_DIR)/lib.java/chromium_net.jar', | 711 '<(PRODUCT_DIR)/lib.java/chromium_net.jar', |
711 ], | 712 ], |
712 }, | 713 }, |
713 'includes': [ '../build/apk_test.gypi' ], | 714 'includes': [ '../build/apk_test.gypi' ], |
714 }, | 715 }, |
715 ], | 716 ], |
716 }], | 717 }], |
717 ], | 718 ], |
718 } | 719 } |
OLD | NEW |