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 10 matching lines...) Expand all Loading... |
21 'public/test/browser_test_base.h', | 21 'public/test/browser_test_base.h', |
22 'public/test/browser_test.h', | 22 'public/test/browser_test.h', |
23 'public/test/browser_test_utils.cc', | 23 'public/test/browser_test_utils.cc', |
24 'public/test/browser_test_utils.h', | 24 'public/test/browser_test_utils.h', |
25 'public/test/content_test_suite_base.cc', | 25 'public/test/content_test_suite_base.cc', |
26 'public/test/content_test_suite_base.h', | 26 'public/test/content_test_suite_base.h', |
27 'public/test/download_test_observer.cc', | 27 'public/test/download_test_observer.cc', |
28 'public/test/download_test_observer.h', | 28 'public/test/download_test_observer.h', |
29 'public/test/fake_speech_recognition_manager.cc', | 29 'public/test/fake_speech_recognition_manager.cc', |
30 'public/test/fake_speech_recognition_manager.h', | 30 'public/test/fake_speech_recognition_manager.h', |
| 31 'public/test/frame_load_waiter.cc', |
| 32 'public/test/frame_load_waiter.h', |
31 'public/test/javascript_test_observer.cc', | 33 'public/test/javascript_test_observer.cc', |
32 'public/test/javascript_test_observer.h', | 34 'public/test/javascript_test_observer.h', |
33 'public/test/mock_blob_url_request_context.cc', | 35 'public/test/mock_blob_url_request_context.cc', |
34 'public/test/mock_blob_url_request_context.h', | 36 'public/test/mock_blob_url_request_context.h', |
35 'public/test/mock_download_item.cc', | 37 'public/test/mock_download_item.cc', |
36 'public/test/mock_download_item.h', | 38 'public/test/mock_download_item.h', |
37 'public/test/mock_download_manager.cc', | 39 'public/test/mock_download_manager.cc', |
38 'public/test/mock_download_manager.h', | 40 'public/test/mock_download_manager.h', |
39 'public/test/mock_notification_observer.cc', | 41 'public/test/mock_notification_observer.cc', |
40 'public/test/mock_notification_observer.h', | 42 'public/test/mock_notification_observer.h', |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 'browser/renderer_host/test/no_transport_image_transport_factory_android.c
c', | 102 'browser/renderer_host/test/no_transport_image_transport_factory_android.c
c', |
101 'browser/renderer_host/test/no_transport_image_transport_factory_android.h
', | 103 'browser/renderer_host/test/no_transport_image_transport_factory_android.h
', |
102 'test/appcache_test_helper.cc', | 104 'test/appcache_test_helper.cc', |
103 'test/appcache_test_helper.h', | 105 'test/appcache_test_helper.h', |
104 'test/blink_test_environment.cc', | 106 'test/blink_test_environment.cc', |
105 'test/blink_test_environment.h', | 107 'test/blink_test_environment.h', |
106 'test/content_browser_test_utils_internal.cc', | 108 'test/content_browser_test_utils_internal.cc', |
107 'test/content_browser_test_utils_internal.h', | 109 'test/content_browser_test_utils_internal.h', |
108 'test/content_test_suite.cc', | 110 'test/content_test_suite.cc', |
109 'test/content_test_suite.h', | 111 'test/content_test_suite.h', |
110 'test/frame_load_waiter.cc', | |
111 'test/frame_load_waiter.h', | |
112 'test/mock_google_streaming_server.cc', | 112 'test/mock_google_streaming_server.cc', |
113 'test/mock_google_streaming_server.h', | 113 'test/mock_google_streaming_server.h', |
114 'test/mock_keyboard.cc', | 114 'test/mock_keyboard.cc', |
115 'test/mock_keyboard.h', | 115 'test/mock_keyboard.h', |
116 'test/mock_keyboard_driver_win.cc', | 116 'test/mock_keyboard_driver_win.cc', |
117 'test/mock_keyboard_driver_win.h', | 117 'test/mock_keyboard_driver_win.h', |
118 'test/mock_render_process.cc', | 118 'test/mock_render_process.cc', |
119 'test/mock_render_process.h', | 119 'test/mock_render_process.h', |
120 'test/mock_webblob_registry_impl.cc', | 120 'test/mock_webblob_registry_impl.cc', |
121 'test/mock_webblob_registry_impl.h', | 121 'test/mock_webblob_registry_impl.h', |
(...skipping 1759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1881 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1881 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1882 }, | 1882 }, |
1883 ], | 1883 ], |
1884 }], | 1884 }], |
1885 ], | 1885 ], |
1886 }, | 1886 }, |
1887 ], | 1887 ], |
1888 }], | 1888 }], |
1889 ], | 1889 ], |
1890 } | 1890 } |
OLD | NEW |