Chromium Code Reviews| 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 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 634 'common/inter_process_time_ticks_converter_unittest.cc', | 634 'common/inter_process_time_ticks_converter_unittest.cc', |
| 635 'common/mac/attributed_string_coder_unittest.mm', | 635 'common/mac/attributed_string_coder_unittest.mm', |
| 636 'common/mac/font_descriptor_unittest.mm', | 636 'common/mac/font_descriptor_unittest.mm', |
| 637 'common/one_writer_seqlock_unittest.cc', | 637 'common/one_writer_seqlock_unittest.cc', |
| 638 'common/origin_util_unittest.cc', | 638 'common/origin_util_unittest.cc', |
| 639 'common/page_state_serialization_unittest.cc', | 639 'common/page_state_serialization_unittest.cc', |
| 640 'common/page_zoom_unittest.cc', | 640 'common/page_zoom_unittest.cc', |
| 641 'common/plugin_list_unittest.cc', | 641 'common/plugin_list_unittest.cc', |
| 642 'common/sandbox_mac_diraccess_unittest.mm', | 642 'common/sandbox_mac_diraccess_unittest.mm', |
| 643 'common/sandbox_mac_fontloading_unittest.mm', | 643 'common/sandbox_mac_fontloading_unittest.mm', |
| 644 'common/sandbox_mac_compiler_unittest.mm', | |
|
Robert Sesek
2015/06/16 23:52:41
nit: Alphabetize.
Greg K
2015/06/18 20:45:18
Done.
| |
| 644 'common/sandbox_mac_system_access_unittest.mm', | 645 'common/sandbox_mac_system_access_unittest.mm', |
| 645 'common/sandbox_mac_unittest_helper.h', | 646 'common/sandbox_mac_unittest_helper.h', |
| 646 'common/sandbox_mac_unittest_helper.mm', | 647 'common/sandbox_mac_unittest_helper.mm', |
| 647 'common/webplugininfo_unittest.cc', | 648 'common/webplugininfo_unittest.cc', |
| 648 'renderer/android/email_detector_unittest.cc', | 649 'renderer/android/email_detector_unittest.cc', |
| 649 'renderer/android/phone_number_detector_unittest.cc', | 650 'renderer/android/phone_number_detector_unittest.cc', |
| 650 'renderer/battery_status/battery_status_dispatcher_unittest.cc', | 651 'renderer/battery_status/battery_status_dispatcher_unittest.cc', |
| 651 'renderer/bmp_image_decoder_unittest.cc', | 652 'renderer/bmp_image_decoder_unittest.cc', |
| 652 'renderer/device_sensors/device_light_event_pump_unittest.cc', | 653 'renderer/device_sensors/device_light_event_pump_unittest.cc', |
| 653 'renderer/device_sensors/device_motion_event_pump_unittest.cc', | 654 'renderer/device_sensors/device_motion_event_pump_unittest.cc', |
| (...skipping 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2199 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2200 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2200 }, | 2201 }, |
| 2201 ], | 2202 ], |
| 2202 }], | 2203 }], |
| 2203 ], | 2204 ], |
| 2204 }, | 2205 }, |
| 2205 ], | 2206 ], |
| 2206 }], | 2207 }], |
| 2207 ], | 2208 ], |
| 2208 } | 2209 } |
| OLD | NEW |