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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
628 'common/input/touch_event_stream_validator_unittest.cc', | 628 'common/input/touch_event_stream_validator_unittest.cc', |
629 'common/input/web_input_event_traits_unittest.cc', | 629 'common/input/web_input_event_traits_unittest.cc', |
630 'common/inter_process_time_ticks_converter_unittest.cc', | 630 'common/inter_process_time_ticks_converter_unittest.cc', |
631 'common/mac/attributed_string_coder_unittest.mm', | 631 'common/mac/attributed_string_coder_unittest.mm', |
632 'common/mac/font_descriptor_unittest.mm', | 632 'common/mac/font_descriptor_unittest.mm', |
633 'common/one_writer_seqlock_unittest.cc', | 633 'common/one_writer_seqlock_unittest.cc', |
634 'common/origin_util_unittest.cc', | 634 'common/origin_util_unittest.cc', |
635 'common/page_state_serialization_unittest.cc', | 635 'common/page_state_serialization_unittest.cc', |
636 'common/page_zoom_unittest.cc', | 636 'common/page_zoom_unittest.cc', |
637 'common/plugin_list_unittest.cc', | 637 'common/plugin_list_unittest.cc', |
| 638 'common/sandbox_mac_compiler_unittest.mm', |
638 'common/sandbox_mac_diraccess_unittest.mm', | 639 'common/sandbox_mac_diraccess_unittest.mm', |
639 'common/sandbox_mac_fontloading_unittest.mm', | 640 'common/sandbox_mac_fontloading_unittest.mm', |
640 'common/sandbox_mac_system_access_unittest.mm', | 641 'common/sandbox_mac_system_access_unittest.mm', |
641 'common/sandbox_mac_unittest_helper.h', | 642 'common/sandbox_mac_unittest_helper.h', |
642 'common/sandbox_mac_unittest_helper.mm', | 643 'common/sandbox_mac_unittest_helper.mm', |
643 'common/webplugininfo_unittest.cc', | 644 'common/webplugininfo_unittest.cc', |
644 'renderer/android/email_detector_unittest.cc', | 645 'renderer/android/email_detector_unittest.cc', |
645 'renderer/android/phone_number_detector_unittest.cc', | 646 'renderer/android/phone_number_detector_unittest.cc', |
646 'renderer/battery_status/battery_status_dispatcher_unittest.cc', | 647 'renderer/battery_status/battery_status_dispatcher_unittest.cc', |
647 'renderer/bmp_image_decoder_unittest.cc', | 648 'renderer/bmp_image_decoder_unittest.cc', |
(...skipping 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2044 ], | 2045 ], |
2045 }, | 2046 }, |
2046 'includes': [ | 2047 'includes': [ |
2047 '../build/host_jar.gypi', | 2048 '../build/host_jar.gypi', |
2048 ], | 2049 ], |
2049 }, | 2050 }, |
2050 ], | 2051 ], |
2051 }], | 2052 }], |
2052 ], | 2053 ], |
2053 } | 2054 } |
OLD | NEW |