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

Side by Side Diff: content/content_tests.gypi

Issue 1308203003: content_browsertests for stale-while-revalidate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s-w-r-browser-content
Patch Set: Remove unreachable failure diagnostics from TitleBecomes(). Created 4 years, 11 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
« no previous file with comments | « content/browser/loader/async_revalidation_manager_browsertest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'browser/frame_host/render_frame_host_impl_browsertest.cc', 223 'browser/frame_host/render_frame_host_impl_browsertest.cc',
224 'browser/frame_host/render_frame_host_manager_browsertest.cc', 224 'browser/frame_host/render_frame_host_manager_browsertest.cc',
225 'browser/frame_host/render_frame_message_filter_browsertest.cc', 225 'browser/frame_host/render_frame_message_filter_browsertest.cc',
226 'browser/frame_host/render_widget_host_view_child_frame_browsertest.cc', 226 'browser/frame_host/render_widget_host_view_child_frame_browsertest.cc',
227 'browser/gpu/gpu_ipc_browsertests.cc', 227 'browser/gpu/gpu_ipc_browsertests.cc',
228 'browser/host_zoom_map_impl_browsertest.cc', 228 'browser/host_zoom_map_impl_browsertest.cc',
229 'browser/indexed_db/indexed_db_browsertest.cc', 229 'browser/indexed_db/indexed_db_browsertest.cc',
230 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc', 230 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc',
231 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h', 231 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h',
232 'browser/loader/async_resource_handler_browsertest.cc', 232 'browser/loader/async_resource_handler_browsertest.cc',
233 'browser/loader/async_revalidation_manager_browsertest.cc',
233 'browser/loader/cross_site_resource_handler_browsertest.cc', 234 'browser/loader/cross_site_resource_handler_browsertest.cc',
234 'browser/loader/resource_dispatcher_host_browsertest.cc', 235 'browser/loader/resource_dispatcher_host_browsertest.cc',
235 'browser/manifest/manifest_browsertest.cc', 236 'browser/manifest/manifest_browsertest.cc',
236 'browser/media/android/media_session_browsertest.cc', 237 'browser/media/android/media_session_browsertest.cc',
237 'browser/media/encrypted_media_browsertest.cc', 238 'browser/media/encrypted_media_browsertest.cc',
238 'browser/media/media_browsertest.cc', 239 'browser/media/media_browsertest.cc',
239 'browser/media/media_browsertest.h', 240 'browser/media/media_browsertest.h',
240 'browser/media/media_canplaytype_browsertest.cc', 241 'browser/media/media_canplaytype_browsertest.cc',
241 'browser/media/media_source_browsertest.cc', 242 'browser/media/media_source_browsertest.cc',
242 'browser/memory/memory_pressure_controller_browsertest.cc', 243 'browser/memory/memory_pressure_controller_browsertest.cc',
(...skipping 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 'content_unittests_apk.isolate', 2206 'content_unittests_apk.isolate',
2206 ], 2207 ],
2207 }, 2208 },
2208 ], 2209 ],
2209 }, 2210 },
2210 ], 2211 ],
2211 ], 2212 ],
2212 }], 2213 }],
2213 ], 2214 ],
2214 } 2215 }
OLDNEW
« no previous file with comments | « content/browser/loader/async_revalidation_manager_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698