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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 'public/test/test_synchronous_compositor_android.h', | 99 'public/test/test_synchronous_compositor_android.h', |
100 'public/test/test_utils.cc', | 100 'public/test/test_utils.cc', |
101 'public/test/test_utils.h', | 101 'public/test/test_utils.h', |
102 'public/test/test_web_contents_factory.h', | 102 'public/test/test_web_contents_factory.h', |
103 'public/test/test_web_ui.cc', | 103 'public/test/test_web_ui.cc', |
104 'public/test/test_web_ui.h', | 104 'public/test/test_web_ui.h', |
105 'public/test/unittest_test_suite.cc', | 105 'public/test/unittest_test_suite.cc', |
106 'public/test/unittest_test_suite.h', | 106 'public/test/unittest_test_suite.h', |
107 'public/test/web_contents_tester.cc', | 107 'public/test/web_contents_tester.cc', |
108 'public/test/web_contents_tester.h', | 108 'public/test/web_contents_tester.h', |
| 109 'public/test/web_input_event_traits_unittest.cc', |
109 'test/appcache_test_helper.cc', | 110 'test/appcache_test_helper.cc', |
110 'test/appcache_test_helper.h', | 111 'test/appcache_test_helper.h', |
111 'test/blink_test_environment.cc', | 112 'test/blink_test_environment.cc', |
112 'test/blink_test_environment.h', | 113 'test/blink_test_environment.h', |
113 'test/browser_side_navigation_test_utils.cc', | 114 'test/browser_side_navigation_test_utils.cc', |
114 'test/browser_side_navigation_test_utils.h', | 115 'test/browser_side_navigation_test_utils.h', |
115 'test/content_browser_sanity_checker.cc', | 116 'test/content_browser_sanity_checker.cc', |
116 'test/content_browser_sanity_checker.h', | 117 'test/content_browser_sanity_checker.h', |
117 'test/content_test_suite.cc', | 118 'test/content_test_suite.cc', |
118 'test/content_test_suite.h', | 119 'test/content_test_suite.h', |
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
667 'common/gpu/gpu_channel_test_common.cc', | 668 'common/gpu/gpu_channel_test_common.cc', |
668 'common/gpu/gpu_channel_test_common.h', | 669 'common/gpu/gpu_channel_test_common.h', |
669 'common/gpu/gpu_channel_unittest.cc', | 670 'common/gpu/gpu_channel_unittest.cc', |
670 'common/host_discardable_shared_memory_manager_unittest.cc', | 671 'common/host_discardable_shared_memory_manager_unittest.cc', |
671 'common/host_shared_bitmap_manager_unittest.cc', | 672 'common/host_shared_bitmap_manager_unittest.cc', |
672 'common/id_type_unittest.cc', | 673 'common/id_type_unittest.cc', |
673 'common/indexed_db/indexed_db_key_unittest.cc', | 674 'common/indexed_db/indexed_db_key_unittest.cc', |
674 'common/input/gesture_event_stream_validator_unittest.cc', | 675 'common/input/gesture_event_stream_validator_unittest.cc', |
675 'common/input/input_param_traits_unittest.cc', | 676 'common/input/input_param_traits_unittest.cc', |
676 'common/input/touch_event_stream_validator_unittest.cc', | 677 'common/input/touch_event_stream_validator_unittest.cc', |
677 'common/input/web_input_event_traits_unittest.cc', | |
678 'common/inter_process_time_ticks_converter_unittest.cc', | 678 'common/inter_process_time_ticks_converter_unittest.cc', |
679 'common/mac/attributed_string_coder_unittest.mm', | 679 'common/mac/attributed_string_coder_unittest.mm', |
680 'common/mac/font_descriptor_unittest.mm', | 680 'common/mac/font_descriptor_unittest.mm', |
681 'common/one_writer_seqlock_unittest.cc', | 681 'common/one_writer_seqlock_unittest.cc', |
682 'common/origin_util_unittest.cc', | 682 'common/origin_util_unittest.cc', |
683 'common/page_state_serialization_unittest.cc', | 683 'common/page_state_serialization_unittest.cc', |
684 'common/page_zoom_unittest.cc', | 684 'common/page_zoom_unittest.cc', |
685 'common/plugin_list_unittest.cc', | 685 'common/plugin_list_unittest.cc', |
686 'common/sandbox_mac_compiler_unittest.mm', | 686 'common/sandbox_mac_compiler_unittest.mm', |
687 'common/sandbox_mac_diraccess_unittest.mm', | 687 'common/sandbox_mac_diraccess_unittest.mm', |
(...skipping 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2213 'content_unittests_apk.isolate', | 2213 'content_unittests_apk.isolate', |
2214 ], | 2214 ], |
2215 }, | 2215 }, |
2216 ], | 2216 ], |
2217 }, | 2217 }, |
2218 ], | 2218 ], |
2219 ], | 2219 ], |
2220 }], | 2220 }], |
2221 ], | 2221 ], |
2222 } | 2222 } |
OLD | NEW |