| 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 'variables': { | 6 'variables': { |
| 7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 'browser/webui/web_ui_data_source_unittest.cc', | 629 'browser/webui/web_ui_data_source_unittest.cc', |
| 630 'browser/webui/web_ui_message_handler_unittest.cc', | 630 'browser/webui/web_ui_message_handler_unittest.cc', |
| 631 'child/blink_platform_impl_unittest.cc', | 631 'child/blink_platform_impl_unittest.cc', |
| 632 'child/fileapi/webfilewriter_base_unittest.cc', | 632 'child/fileapi/webfilewriter_base_unittest.cc', |
| 633 'child/indexed_db/indexed_db_dispatcher_unittest.cc', | 633 'child/indexed_db/indexed_db_dispatcher_unittest.cc', |
| 634 'child/indexed_db/webidbcursor_impl_unittest.cc', | 634 'child/indexed_db/webidbcursor_impl_unittest.cc', |
| 635 'child/multipart_response_delegate_unittest.cc', | 635 'child/multipart_response_delegate_unittest.cc', |
| 636 'child/npapi/plugin_lib_unittest.cc', | 636 'child/npapi/plugin_lib_unittest.cc', |
| 637 'child/power_monitor_broadcast_source_unittest.cc', | 637 'child/power_monitor_broadcast_source_unittest.cc', |
| 638 'child/resource_dispatcher_unittest.cc', | 638 'child/resource_dispatcher_unittest.cc', |
| 639 'child/simple_webmimeregistry_impl_unittest.cc', |
| 639 'child/site_isolation_policy_unittest.cc', | 640 'child/site_isolation_policy_unittest.cc', |
| 640 'child/touch_fling_gesture_curve_unittest.cc', | 641 'child/touch_fling_gesture_curve_unittest.cc', |
| 641 'child/web_url_loader_impl_unittest.cc', | 642 'child/web_url_loader_impl_unittest.cc', |
| 642 'child/webcrypto/shared_crypto_unittest.cc', | 643 'child/webcrypto/shared_crypto_unittest.cc', |
| 643 'child/worker_task_runner_unittest.cc', | 644 'child/worker_task_runner_unittest.cc', |
| 644 'common/android/address_parser_unittest.cc', | 645 'common/android/address_parser_unittest.cc', |
| 645 'common/android/gin_java_bridge_value_unittest.cc', | 646 'common/android/gin_java_bridge_value_unittest.cc', |
| 646 'common/cc_messages_unittest.cc', | 647 'common/cc_messages_unittest.cc', |
| 647 'common/common_param_traits_unittest.cc', | 648 'common/common_param_traits_unittest.cc', |
| 648 'common/cursors/webcursor_unittest.cc', | 649 'common/cursors/webcursor_unittest.cc', |
| (...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1865 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1866 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1866 }, | 1867 }, |
| 1867 ], | 1868 ], |
| 1868 }], | 1869 }], |
| 1869 ], | 1870 ], |
| 1870 }, | 1871 }, |
| 1871 ], | 1872 ], |
| 1872 }], | 1873 }], |
| 1873 ], | 1874 ], |
| 1874 } | 1875 } |
| OLD | NEW |