| 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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 'browser/fileapi/file_system_operation_impl_unittest.cc', | 437 'browser/fileapi/file_system_operation_impl_unittest.cc', |
| 438 'browser/fileapi/file_system_operation_impl_write_unittest.cc', | 438 'browser/fileapi/file_system_operation_impl_write_unittest.cc', |
| 439 'browser/fileapi/file_system_operation_runner_unittest.cc', | 439 'browser/fileapi/file_system_operation_runner_unittest.cc', |
| 440 'browser/fileapi/file_system_quota_client_unittest.cc', | 440 'browser/fileapi/file_system_quota_client_unittest.cc', |
| 441 'browser/fileapi/file_system_url_request_job_unittest.cc', | 441 'browser/fileapi/file_system_url_request_job_unittest.cc', |
| 442 'browser/fileapi/file_system_url_unittest.cc', | 442 'browser/fileapi/file_system_url_unittest.cc', |
| 443 'browser/fileapi/file_system_usage_cache_unittest.cc', | 443 'browser/fileapi/file_system_usage_cache_unittest.cc', |
| 444 'browser/fileapi/file_writer_delegate_unittest.cc', | 444 'browser/fileapi/file_writer_delegate_unittest.cc', |
| 445 'browser/fileapi/fileapi_message_filter_unittest.cc', | 445 'browser/fileapi/fileapi_message_filter_unittest.cc', |
| 446 'browser/fileapi/isolated_context_unittest.cc', | 446 'browser/fileapi/isolated_context_unittest.cc', |
| 447 'browser/fileapi/local_file_stream_reader_unittest.cc', |
| 447 'browser/fileapi/local_file_stream_writer_unittest.cc', | 448 'browser/fileapi/local_file_stream_writer_unittest.cc', |
| 448 'browser/fileapi/local_file_util_unittest.cc', | 449 'browser/fileapi/local_file_util_unittest.cc', |
| 449 'browser/fileapi/mock_file_change_observer.cc', | 450 'browser/fileapi/mock_file_change_observer.cc', |
| 450 'browser/fileapi/mock_file_change_observer.h', | 451 'browser/fileapi/mock_file_change_observer.h', |
| 451 'browser/fileapi/native_file_util_unittest.cc', | 452 'browser/fileapi/native_file_util_unittest.cc', |
| 452 'browser/fileapi/obfuscated_file_util_unittest.cc', | 453 'browser/fileapi/obfuscated_file_util_unittest.cc', |
| 453 'browser/fileapi/plugin_private_file_system_backend_unittest.cc', | 454 'browser/fileapi/plugin_private_file_system_backend_unittest.cc', |
| 454 'browser/fileapi/recursive_operation_delegate_unittest.cc', | 455 'browser/fileapi/recursive_operation_delegate_unittest.cc', |
| 455 'browser/fileapi/sandbox_database_test_helper.cc', | 456 'browser/fileapi/sandbox_database_test_helper.cc', |
| 456 'browser/fileapi/sandbox_database_test_helper.h', | 457 'browser/fileapi/sandbox_database_test_helper.h', |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 686 'renderer/render_thread_impl_unittest.cc', | 687 'renderer/render_thread_impl_unittest.cc', |
| 687 'renderer/render_widget_unittest.cc', | 688 'renderer/render_widget_unittest.cc', |
| 688 'renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc', | 689 'renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc', |
| 689 'renderer/skia_benchmarking_extension_unittest.cc', | 690 'renderer/skia_benchmarking_extension_unittest.cc', |
| 690 'renderer/v8_value_converter_impl_unittest.cc', | 691 'renderer/v8_value_converter_impl_unittest.cc', |
| 691 'test/fileapi_test_file_set.cc', | 692 'test/fileapi_test_file_set.cc', |
| 692 'test/fileapi_test_file_set.h', | 693 'test/fileapi_test_file_set.h', |
| 693 'test/image_decoder_test.cc', | 694 'test/image_decoder_test.cc', |
| 694 'test/image_decoder_test.h', | 695 'test/image_decoder_test.h', |
| 695 'test/run_all_unittests.cc', | 696 'test/run_all_unittests.cc', |
| 696 '../webkit/browser/blob/local_file_stream_reader_unittest.cc', | |
| 697 '../webkit/child/multipart_response_delegate_unittest.cc', | 697 '../webkit/child/multipart_response_delegate_unittest.cc', |
| 698 ], | 698 ], |
| 699 'conditions': [ | 699 'conditions': [ |
| 700 ['OS == "ios"', { | 700 ['OS == "ios"', { |
| 701 'sources/': [ | 701 'sources/': [ |
| 702 # iOS only needs a small portion of content; exclude all the | 702 # iOS only needs a small portion of content; exclude all the |
| 703 # implementation, and re-include what is used. | 703 # implementation, and re-include what is used. |
| 704 ['exclude', '\\.(cc|mm)$'], | 704 ['exclude', '\\.(cc|mm)$'], |
| 705 ['include', '_ios\\.(cc|mm)$'], | 705 ['include', '_ios\\.(cc|mm)$'], |
| 706 ['include', '^browser/notification_service_impl_unittest\\.cc$'], | 706 ['include', '^browser/notification_service_impl_unittest\\.cc$'], |
| (...skipping 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1826 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1826 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1827 }, | 1827 }, |
| 1828 ], | 1828 ], |
| 1829 }], | 1829 }], |
| 1830 ], | 1830 ], |
| 1831 }, | 1831 }, |
| 1832 ], | 1832 ], |
| 1833 }], | 1833 }], |
| 1834 ], | 1834 ], |
| 1835 } | 1835 } |
| OLD | NEW |