Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: content/content_tests.gypi

Issue 1891773002: Implement the basic testing infrastructure for FindRequestManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comment to describe TestFindRequestManager. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'test/test_background_sync_context_impl.cc', 147 'test/test_background_sync_context_impl.cc',
148 'test/test_background_sync_context_impl.h', 148 'test/test_background_sync_context_impl.h',
149 'test/test_background_sync_manager.cc', 149 'test/test_background_sync_manager.cc',
150 'test/test_background_sync_manager.h', 150 'test/test_background_sync_manager.h',
151 'test/test_blink_web_unit_test_support.cc', 151 'test/test_blink_web_unit_test_support.cc',
152 'test/test_blink_web_unit_test_support.h', 152 'test/test_blink_web_unit_test_support.h',
153 'test/test_content_browser_client.cc', 153 'test/test_content_browser_client.cc',
154 'test/test_content_browser_client.h', 154 'test/test_content_browser_client.h',
155 'test/test_content_client.cc', 155 'test/test_content_client.cc',
156 'test/test_content_client.h', 156 'test/test_content_client.h',
157 'test/test_find_request_manager.cc',
158 'test/test_find_request_manager.h',
157 'test/test_frame_navigation_observer.cc', 159 'test/test_frame_navigation_observer.cc',
158 'test/test_frame_navigation_observer.h', 160 'test/test_frame_navigation_observer.h',
159 'test/test_navigation_url_loader.cc', 161 'test/test_navigation_url_loader.cc',
160 'test/test_navigation_url_loader.h', 162 'test/test_navigation_url_loader.h',
161 'test/test_navigation_url_loader_delegate.cc', 163 'test/test_navigation_url_loader_delegate.cc',
162 'test/test_navigation_url_loader_delegate.h', 164 'test/test_navigation_url_loader_delegate.h',
163 'test/test_navigation_url_loader_factory.cc', 165 'test/test_navigation_url_loader_factory.cc',
164 'test/test_navigation_url_loader_factory.h', 166 'test/test_navigation_url_loader_factory.h',
165 'test/test_render_frame.cc', 167 'test/test_render_frame.cc',
166 'test/test_render_frame.h', 168 'test/test_render_frame.h',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'browser/database_browsertest.cc', 211 'browser/database_browsertest.cc',
210 'browser/device_sensors/device_inertial_sensor_browsertest.cc', 212 'browser/device_sensors/device_inertial_sensor_browsertest.cc',
211 'browser/devtools/protocol/devtools_protocol_browsertest.cc', 213 'browser/devtools/protocol/devtools_protocol_browsertest.cc',
212 'browser/devtools/site_per_process_devtools_browsertest.cc', 214 'browser/devtools/site_per_process_devtools_browsertest.cc',
213 'browser/dom_storage/dom_storage_browsertest.cc', 215 'browser/dom_storage/dom_storage_browsertest.cc',
214 'browser/download/download_browsertest.cc', 216 'browser/download/download_browsertest.cc',
215 'browser/download/drag_download_file_browsertest.cc', 217 'browser/download/drag_download_file_browsertest.cc',
216 'browser/download/mhtml_generation_browsertest.cc', 218 'browser/download/mhtml_generation_browsertest.cc',
217 'browser/download/save_package_browsertest.cc', 219 'browser/download/save_package_browsertest.cc',
218 'browser/fileapi/file_system_browsertest.cc', 220 'browser/fileapi/file_system_browsertest.cc',
221 'browser/find_request_manager_browsertest.cc',
219 'browser/frame_host/frame_tree_browsertest.cc', 222 'browser/frame_host/frame_tree_browsertest.cc',
220 'browser/frame_host/interstitial_page_impl_browsertest.cc', 223 'browser/frame_host/interstitial_page_impl_browsertest.cc',
221 'browser/frame_host/navigation_controller_impl_browsertest.cc', 224 'browser/frame_host/navigation_controller_impl_browsertest.cc',
222 'browser/frame_host/navigation_handle_impl_browsertest.cc', 225 'browser/frame_host/navigation_handle_impl_browsertest.cc',
223 'browser/frame_host/render_frame_host_impl_browsertest.cc', 226 'browser/frame_host/render_frame_host_impl_browsertest.cc',
224 'browser/frame_host/render_frame_host_manager_browsertest.cc', 227 'browser/frame_host/render_frame_host_manager_browsertest.cc',
225 'browser/frame_host/render_frame_message_filter_browsertest.cc', 228 'browser/frame_host/render_frame_message_filter_browsertest.cc',
226 'browser/frame_host/render_widget_host_view_child_frame_browsertest.cc', 229 'browser/frame_host/render_widget_host_view_child_frame_browsertest.cc',
227 'browser/gpu/gpu_ipc_browsertests.cc', 230 'browser/gpu/gpu_ipc_browsertests.cc',
228 'browser/host_zoom_map_impl_browsertest.cc', 231 'browser/host_zoom_map_impl_browsertest.cc',
(...skipping 1970 matching lines...) Expand 10 before | Expand all | Expand 10 after
2199 'content_unittests_apk.isolate', 2202 'content_unittests_apk.isolate',
2200 ], 2203 ],
2201 }, 2204 },
2202 ], 2205 ],
2203 }, 2206 },
2204 ], 2207 ],
2205 ], 2208 ],
2206 }], 2209 }],
2207 ], 2210 ],
2208 } 2211 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698