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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 'browser/fileapi/fileapi_message_filter_unittest.cc', | 430 'browser/fileapi/fileapi_message_filter_unittest.cc', |
431 'browser/fileapi/isolated_context_unittest.cc', | 431 'browser/fileapi/isolated_context_unittest.cc', |
432 'browser/fileapi/local_file_stream_writer_unittest.cc', | 432 'browser/fileapi/local_file_stream_writer_unittest.cc', |
433 'browser/fileapi/local_file_util_unittest.cc', | 433 'browser/fileapi/local_file_util_unittest.cc', |
434 'browser/fileapi/mock_file_change_observer.cc', | 434 'browser/fileapi/mock_file_change_observer.cc', |
435 'browser/fileapi/mock_file_change_observer.h', | 435 'browser/fileapi/mock_file_change_observer.h', |
436 'browser/fileapi/native_file_util_unittest.cc', | 436 'browser/fileapi/native_file_util_unittest.cc', |
437 'browser/fileapi/obfuscated_file_util_unittest.cc', | 437 'browser/fileapi/obfuscated_file_util_unittest.cc', |
438 'browser/fileapi/plugin_private_file_system_backend_unittest.cc', | 438 'browser/fileapi/plugin_private_file_system_backend_unittest.cc', |
439 'browser/fileapi/recursive_operation_delegate_unittest.cc', | 439 'browser/fileapi/recursive_operation_delegate_unittest.cc', |
| 440 'browser/fileapi/sandbox_database_test_helper.cc', |
| 441 'browser/fileapi/sandbox_database_test_helper.h', |
440 'browser/fileapi/sandbox_directory_database_unittest.cc', | 442 'browser/fileapi/sandbox_directory_database_unittest.cc', |
441 'browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc', | 443 'browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc', |
442 'browser/fileapi/sandbox_file_system_backend_unittest.cc', | 444 'browser/fileapi/sandbox_file_system_backend_unittest.cc', |
443 'browser/fileapi/sandbox_isolated_origin_database_unittest.cc', | 445 'browser/fileapi/sandbox_isolated_origin_database_unittest.cc', |
444 'browser/fileapi/sandbox_origin_database_unittest.cc', | 446 'browser/fileapi/sandbox_origin_database_unittest.cc', |
445 'browser/fileapi/sandbox_prioritized_origin_database_unittest.cc', | 447 'browser/fileapi/sandbox_prioritized_origin_database_unittest.cc', |
446 'browser/fileapi/timed_task_helper_unittest.cc', | 448 'browser/fileapi/timed_task_helper_unittest.cc', |
447 'browser/fileapi/transient_file_util_unittest.cc', | 449 'browser/fileapi/transient_file_util_unittest.cc', |
448 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc', | 450 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc', |
449 'browser/frame_host/frame_tree_unittest.cc', | 451 'browser/frame_host/frame_tree_unittest.cc', |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 'renderer/v8_value_converter_impl_unittest.cc', | 675 'renderer/v8_value_converter_impl_unittest.cc', |
674 'test/fileapi_test_file_set.cc', | 676 'test/fileapi_test_file_set.cc', |
675 'test/fileapi_test_file_set.h', | 677 'test/fileapi_test_file_set.h', |
676 'test/image_decoder_test.cc', | 678 'test/image_decoder_test.cc', |
677 'test/image_decoder_test.h', | 679 'test/image_decoder_test.h', |
678 'test/run_all_unittests.cc', | 680 'test/run_all_unittests.cc', |
679 '../webkit/browser/blob/local_file_stream_reader_unittest.cc', | 681 '../webkit/browser/blob/local_file_stream_reader_unittest.cc', |
680 '../webkit/browser/database/database_quota_client_unittest.cc', | 682 '../webkit/browser/database/database_quota_client_unittest.cc', |
681 '../webkit/browser/database/database_util_unittest.cc', | 683 '../webkit/browser/database/database_util_unittest.cc', |
682 '../webkit/browser/database/databases_table_unittest.cc', | 684 '../webkit/browser/database/databases_table_unittest.cc', |
683 '../webkit/browser/fileapi/sandbox_database_test_helper.cc', | |
684 '../webkit/browser/fileapi/sandbox_database_test_helper.h', | |
685 '../webkit/child/multipart_response_delegate_unittest.cc', | 685 '../webkit/child/multipart_response_delegate_unittest.cc', |
686 ], | 686 ], |
687 'conditions': [ | 687 'conditions': [ |
688 ['OS == "ios"', { | 688 ['OS == "ios"', { |
689 'sources/': [ | 689 'sources/': [ |
690 # iOS only needs a small portion of content; exclude all the | 690 # iOS only needs a small portion of content; exclude all the |
691 # implementation, and re-include what is used. | 691 # implementation, and re-include what is used. |
692 ['exclude', '\\.(cc|mm)$'], | 692 ['exclude', '\\.(cc|mm)$'], |
693 ['include', '_ios\\.(cc|mm)$'], | 693 ['include', '_ios\\.(cc|mm)$'], |
694 ['include', '^browser/notification_service_impl_unittest\\.cc$'], | 694 ['include', '^browser/notification_service_impl_unittest\\.cc$'], |
(...skipping 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1818 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1818 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1819 }, | 1819 }, |
1820 ], | 1820 ], |
1821 }], | 1821 }], |
1822 ], | 1822 ], |
1823 }, | 1823 }, |
1824 ], | 1824 ], |
1825 }], | 1825 }], |
1826 ], | 1826 ], |
1827 } | 1827 } |
OLD | NEW |