| 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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 'common/input/touch_event_stream_validator_unittest.cc', | 636 'common/input/touch_event_stream_validator_unittest.cc', |
| 637 'common/input/web_input_event_traits_unittest.cc', | 637 'common/input/web_input_event_traits_unittest.cc', |
| 638 'common/inter_process_time_ticks_converter_unittest.cc', | 638 'common/inter_process_time_ticks_converter_unittest.cc', |
| 639 'common/mac/attributed_string_coder_unittest.mm', | 639 'common/mac/attributed_string_coder_unittest.mm', |
| 640 'common/mac/font_descriptor_unittest.mm', | 640 'common/mac/font_descriptor_unittest.mm', |
| 641 'common/one_writer_seqlock_unittest.cc', | 641 'common/one_writer_seqlock_unittest.cc', |
| 642 'common/origin_util_unittest.cc', | 642 'common/origin_util_unittest.cc', |
| 643 'common/page_state_serialization_unittest.cc', | 643 'common/page_state_serialization_unittest.cc', |
| 644 'common/page_zoom_unittest.cc', | 644 'common/page_zoom_unittest.cc', |
| 645 'common/plugin_list_unittest.cc', | 645 'common/plugin_list_unittest.cc', |
| 646 'common/render_font_warmup_win_unittest.cc', |
| 646 'common/sandbox_mac_compiler_unittest.mm', | 647 'common/sandbox_mac_compiler_unittest.mm', |
| 647 'common/sandbox_mac_diraccess_unittest.mm', | 648 'common/sandbox_mac_diraccess_unittest.mm', |
| 648 'common/sandbox_mac_fontloading_unittest.mm', | 649 'common/sandbox_mac_fontloading_unittest.mm', |
| 649 'common/sandbox_mac_system_access_unittest.mm', | 650 'common/sandbox_mac_system_access_unittest.mm', |
| 650 'common/sandbox_mac_unittest_helper.h', | 651 'common/sandbox_mac_unittest_helper.h', |
| 651 'common/sandbox_mac_unittest_helper.mm', | 652 'common/sandbox_mac_unittest_helper.mm', |
| 652 'common/service_worker/service_worker_utils_unittest.cc', | 653 'common/service_worker/service_worker_utils_unittest.cc', |
| 653 'common/ssl_status_serialization_unittest.cc', | 654 'common/ssl_status_serialization_unittest.cc', |
| 654 'common/webplugininfo_unittest.cc', | 655 'common/webplugininfo_unittest.cc', |
| 655 'renderer/android/email_detector_unittest.cc', | 656 'renderer/android/email_detector_unittest.cc', |
| (...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2112 ], | 2113 ], |
| 2113 }, | 2114 }, |
| 2114 'includes': [ | 2115 'includes': [ |
| 2115 '../build/host_jar.gypi', | 2116 '../build/host_jar.gypi', |
| 2116 ], | 2117 ], |
| 2117 }, | 2118 }, |
| 2118 ], | 2119 ], |
| 2119 }], | 2120 }], |
| 2120 ], | 2121 ], |
| 2121 } | 2122 } |
| OLD | NEW |