| 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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 'browser/web_contents/web_contents_user_data_unittest.cc', | 607 'browser/web_contents/web_contents_user_data_unittest.cc', |
| 608 'browser/web_contents/web_contents_view_mac_unittest.mm', | 608 'browser/web_contents/web_contents_view_mac_unittest.mm', |
| 609 'browser/web_contents/web_drag_dest_mac_unittest.mm', | 609 'browser/web_contents/web_drag_dest_mac_unittest.mm', |
| 610 'browser/web_contents/web_drag_source_mac_unittest.mm', | 610 'browser/web_contents/web_drag_source_mac_unittest.mm', |
| 611 'browser/webui/web_ui_data_source_unittest.cc', | 611 'browser/webui/web_ui_data_source_unittest.cc', |
| 612 'browser/webui/web_ui_message_handler_unittest.cc', | 612 'browser/webui/web_ui_message_handler_unittest.cc', |
| 613 'child/blink_platform_unittest.cc', | 613 'child/blink_platform_unittest.cc', |
| 614 'child/fileapi/webfilewriter_base_unittest.cc', | 614 'child/fileapi/webfilewriter_base_unittest.cc', |
| 615 'child/indexed_db/indexed_db_dispatcher_unittest.cc', | 615 'child/indexed_db/indexed_db_dispatcher_unittest.cc', |
| 616 'child/indexed_db/webidbcursor_impl_unittest.cc', | 616 'child/indexed_db/webidbcursor_impl_unittest.cc', |
| 617 'child/multipart_response_delegate_unittest.cc', |
| 617 'child/npapi/plugin_lib_unittest.cc', | 618 'child/npapi/plugin_lib_unittest.cc', |
| 618 'child/power_monitor_broadcast_source_unittest.cc', | 619 'child/power_monitor_broadcast_source_unittest.cc', |
| 619 'child/resource_dispatcher_unittest.cc', | 620 'child/resource_dispatcher_unittest.cc', |
| 620 'child/site_isolation_policy_unittest.cc', | 621 'child/site_isolation_policy_unittest.cc', |
| 621 'child/touch_fling_gesture_curve_unittest.cc', | 622 'child/touch_fling_gesture_curve_unittest.cc', |
| 622 'child/webcrypto/shared_crypto_unittest.cc', | 623 'child/webcrypto/shared_crypto_unittest.cc', |
| 623 'child/worker_task_runner_unittest.cc', | 624 'child/worker_task_runner_unittest.cc', |
| 624 'common/android/address_parser_unittest.cc', | 625 'common/android/address_parser_unittest.cc', |
| 625 'common/android/gin_java_bridge_value_unittest.cc', | 626 'common/android/gin_java_bridge_value_unittest.cc', |
| 626 'common/cc_messages_unittest.cc', | 627 'common/cc_messages_unittest.cc', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/browser/blob/local_file_stream_reader_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$'], |
| 707 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\.
cc$'], | 707 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\.
cc$'], |
| (...skipping 1118 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 |