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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 '../webkit/fileapi/file_writer_delegate_unittest.cc', | 393 '../webkit/fileapi/file_writer_delegate_unittest.cc', |
394 '../webkit/fileapi/isolated_context_unittest.cc', | 394 '../webkit/fileapi/isolated_context_unittest.cc', |
395 '../webkit/fileapi/isolated_file_util_unittest.cc', | 395 '../webkit/fileapi/isolated_file_util_unittest.cc', |
396 '../webkit/fileapi/local_file_system_operation_write_unittest.cc', | 396 '../webkit/fileapi/local_file_system_operation_write_unittest.cc', |
397 '../webkit/fileapi/local_file_system_operation_unittest.cc', | 397 '../webkit/fileapi/local_file_system_operation_unittest.cc', |
398 '../webkit/fileapi/local_file_system_quota_unittest.cc', | 398 '../webkit/fileapi/local_file_system_quota_unittest.cc', |
399 '../webkit/fileapi/local_file_system_test_helper.cc', | 399 '../webkit/fileapi/local_file_system_test_helper.cc', |
400 '../webkit/fileapi/local_file_system_test_helper.h', | 400 '../webkit/fileapi/local_file_system_test_helper.h', |
401 '../webkit/fileapi/local_file_stream_writer_unittest.cc', | 401 '../webkit/fileapi/local_file_stream_writer_unittest.cc', |
402 '../webkit/fileapi/local_file_util_unittest.cc', | 402 '../webkit/fileapi/local_file_util_unittest.cc', |
| 403 '../webkit/fileapi/media/native_media_file_util_unittest.cc', |
403 '../webkit/fileapi/mock_file_system_options.cc', | 404 '../webkit/fileapi/mock_file_system_options.cc', |
404 '../webkit/fileapi/mock_file_system_options.h', | 405 '../webkit/fileapi/mock_file_system_options.h', |
405 '../webkit/fileapi/obfuscated_file_util_unittest.cc', | 406 '../webkit/fileapi/obfuscated_file_util_unittest.cc', |
406 '../webkit/fileapi/sandbox_mount_point_provider_unittest.cc', | 407 '../webkit/fileapi/sandbox_mount_point_provider_unittest.cc', |
407 '../webkit/fileapi/test_file_set.cc', | 408 '../webkit/fileapi/test_file_set.cc', |
408 '../webkit/fileapi/test_file_set.h', | 409 '../webkit/fileapi/test_file_set.h', |
409 '../webkit/fileapi/webfilewriter_base_unittest.cc', | 410 '../webkit/fileapi/webfilewriter_base_unittest.cc', |
410 '../webkit/media/buffered_data_source_unittest.cc', | 411 '../webkit/media/buffered_data_source_unittest.cc', |
411 '../webkit/media/buffered_resource_loader_unittest.cc', | 412 '../webkit/media/buffered_resource_loader_unittest.cc', |
412 '../webkit/media/cache_util_unittest.cc', | 413 '../webkit/media/cache_util_unittest.cc', |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
741 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', | 742 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', |
742 '<(PRODUCT_DIR)/lib.java/chromium_net.jar', | 743 '<(PRODUCT_DIR)/lib.java/chromium_net.jar', |
743 ], | 744 ], |
744 }, | 745 }, |
745 'includes': [ '../build/apk_test.gypi' ], | 746 'includes': [ '../build/apk_test.gypi' ], |
746 }, | 747 }, |
747 ], | 748 ], |
748 }], | 749 }], |
749 ], | 750 ], |
750 } | 751 } |
OLD | NEW |