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

Side by Side Diff: content/content_tests.gypi

Issue 1863573003: PlzNavigate: make all ResourceDispatcherHostTests pass (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + addressed nit 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_frame_navigation_observer.cc', 157 'test/test_frame_navigation_observer.cc',
158 'test/test_frame_navigation_observer.h', 158 'test/test_frame_navigation_observer.h',
159 'test/test_navigation_url_loader.cc', 159 'test/test_navigation_url_loader.cc',
160 'test/test_navigation_url_loader.h', 160 'test/test_navigation_url_loader.h',
161 'test/test_navigation_url_loader_delegate.cc',
162 'test/test_navigation_url_loader_delegate.h',
161 'test/test_navigation_url_loader_factory.cc', 163 'test/test_navigation_url_loader_factory.cc',
162 'test/test_navigation_url_loader_factory.h', 164 'test/test_navigation_url_loader_factory.h',
163 'test/test_render_frame.cc', 165 'test/test_render_frame.cc',
164 'test/test_render_frame.h', 166 'test/test_render_frame.h',
165 'test/test_render_frame_host.cc', 167 'test/test_render_frame_host.cc',
166 'test/test_render_frame_host.h', 168 'test/test_render_frame_host.h',
167 'test/test_render_frame_host_factory.cc', 169 'test/test_render_frame_host_factory.cc',
168 'test/test_render_frame_host_factory.h', 170 'test/test_render_frame_host_factory.h',
169 'test/test_render_view_host.cc', 171 'test/test_render_view_host.cc',
170 'test/test_render_view_host.h', 172 'test/test_render_view_host.h',
(...skipping 2023 matching lines...) Expand 10 before | Expand all | Expand 10 after
2194 'content_unittests_apk.isolate', 2196 'content_unittests_apk.isolate',
2195 ], 2197 ],
2196 }, 2198 },
2197 ], 2199 ],
2198 }, 2200 },
2199 ], 2201 ],
2200 ], 2202 ],
2201 }], 2203 }],
2202 ], 2204 ],
2203 } 2205 }
OLDNEW
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_unittest.cc ('k') | content/test/test_navigation_url_loader_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698