| 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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 'common/dom_storage/dom_storage_map_unittest.cc', | 651 'common/dom_storage/dom_storage_map_unittest.cc', |
| 652 'common/fileapi/file_system_util_unittest.cc', | 652 'common/fileapi/file_system_util_unittest.cc', |
| 653 'common/gpu/gpu_memory_manager_unittest.cc', | 653 'common/gpu/gpu_memory_manager_unittest.cc', |
| 654 'common/host_shared_bitmap_manager_unittest.cc', | 654 'common/host_shared_bitmap_manager_unittest.cc', |
| 655 'common/indexed_db/indexed_db_key_unittest.cc', | 655 'common/indexed_db/indexed_db_key_unittest.cc', |
| 656 'common/input/input_param_traits_unittest.cc', | 656 'common/input/input_param_traits_unittest.cc', |
| 657 'common/input/web_input_event_traits_unittest.cc', | 657 'common/input/web_input_event_traits_unittest.cc', |
| 658 'common/inter_process_time_ticks_converter_unittest.cc', | 658 'common/inter_process_time_ticks_converter_unittest.cc', |
| 659 'common/mac/attributed_string_coder_unittest.mm', | 659 'common/mac/attributed_string_coder_unittest.mm', |
| 660 'common/mac/font_descriptor_unittest.mm', | 660 'common/mac/font_descriptor_unittest.mm', |
| 661 'common/one_writer_seqlock_unittest.cc', |
| 661 'common/page_state_serialization_unittest.cc', | 662 'common/page_state_serialization_unittest.cc', |
| 662 'common/page_zoom_unittest.cc', | 663 'common/page_zoom_unittest.cc', |
| 663 'common/plugin_list_unittest.cc', | 664 'common/plugin_list_unittest.cc', |
| 664 'common/sandbox_mac_diraccess_unittest.mm', | 665 'common/sandbox_mac_diraccess_unittest.mm', |
| 665 'common/sandbox_mac_fontloading_unittest.mm', | 666 'common/sandbox_mac_fontloading_unittest.mm', |
| 666 'common/sandbox_mac_system_access_unittest.mm', | 667 'common/sandbox_mac_system_access_unittest.mm', |
| 667 'common/sandbox_mac_unittest_helper.h', | 668 'common/sandbox_mac_unittest_helper.h', |
| 668 'common/sandbox_mac_unittest_helper.mm', | 669 'common/sandbox_mac_unittest_helper.mm', |
| 669 'common/shareable_file_reference_unittest.cc', | 670 'common/shareable_file_reference_unittest.cc', |
| 670 'common/webplugininfo_unittest.cc', | 671 'common/webplugininfo_unittest.cc', |
| (...skipping 1194 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 |