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 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 'common/page_state_serialization_unittest.cc', | 705 'common/page_state_serialization_unittest.cc', |
706 'common/page_zoom_unittest.cc', | 706 'common/page_zoom_unittest.cc', |
707 'common/plugin_list_unittest.cc', | 707 'common/plugin_list_unittest.cc', |
708 'common/sandbox_mac_compiler_unittest.mm', | 708 'common/sandbox_mac_compiler_unittest.mm', |
709 'common/sandbox_mac_diraccess_unittest.mm', | 709 'common/sandbox_mac_diraccess_unittest.mm', |
710 'common/sandbox_mac_fontloading_unittest.mm', | 710 'common/sandbox_mac_fontloading_unittest.mm', |
711 'common/sandbox_mac_system_access_unittest.mm', | 711 'common/sandbox_mac_system_access_unittest.mm', |
712 'common/sandbox_mac_unittest_helper.h', | 712 'common/sandbox_mac_unittest_helper.h', |
713 'common/sandbox_mac_unittest_helper.mm', | 713 'common/sandbox_mac_unittest_helper.mm', |
714 'common/service_worker/service_worker_utils_unittest.cc', | 714 'common/service_worker/service_worker_utils_unittest.cc', |
715 'common/ssl_status_serialization_unittest.cc', | |
716 'common/webplugininfo_unittest.cc', | 715 'common/webplugininfo_unittest.cc', |
717 'renderer/android/disambiguation_popup_helper_unittest.cc', | 716 'renderer/android/disambiguation_popup_helper_unittest.cc', |
718 'renderer/android/email_detector_unittest.cc', | 717 'renderer/android/email_detector_unittest.cc', |
719 'renderer/android/phone_number_detector_unittest.cc', | 718 'renderer/android/phone_number_detector_unittest.cc', |
720 'renderer/bmp_image_decoder_unittest.cc', | 719 'renderer/bmp_image_decoder_unittest.cc', |
721 'renderer/categorized_worker_pool_unittest.cc', | 720 'renderer/categorized_worker_pool_unittest.cc', |
722 'renderer/device_sensors/device_light_event_pump_unittest.cc', | 721 'renderer/device_sensors/device_light_event_pump_unittest.cc', |
723 'renderer/device_sensors/device_motion_event_pump_unittest.cc', | 722 'renderer/device_sensors/device_motion_event_pump_unittest.cc', |
724 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', | 723 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', |
725 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', | 724 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', |
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1930 'content_unittests_apk.isolate', | 1929 'content_unittests_apk.isolate', |
1931 ], | 1930 ], |
1932 }, | 1931 }, |
1933 ], | 1932 ], |
1934 }, | 1933 }, |
1935 ], | 1934 ], |
1936 ], | 1935 ], |
1937 }], | 1936 }], |
1938 ], | 1937 ], |
1939 } | 1938 } |
OLD | NEW |