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

Side by Side Diff: content/content_tests.gypi

Issue 1797363002: "Top Document Isolation" mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Suppress tests under --site-per-process 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
« no previous file with comments | « content/common/site_isolation_policy.cc ('k') | content/public/common/content_switches.h » ('j') | 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'browser/renderer_host/render_view_host_browsertest.cc', 258 'browser/renderer_host/render_view_host_browsertest.cc',
259 'browser/renderer_host/render_widget_host_view_browsertest.cc', 259 'browser/renderer_host/render_widget_host_view_browsertest.cc',
260 'browser/resource_loading_browsertest.cc', 260 'browser/resource_loading_browsertest.cc',
261 'browser/screen_orientation/screen_orientation_browsertest.cc', 261 'browser/screen_orientation/screen_orientation_browsertest.cc',
262 'browser/security_exploit_browsertest.cc', 262 'browser/security_exploit_browsertest.cc',
263 'browser/service_worker/service_worker_browsertest.cc', 263 'browser/service_worker/service_worker_browsertest.cc',
264 'browser/session_history_browsertest.cc', 264 'browser/session_history_browsertest.cc',
265 'browser/shared_worker/worker_browsertest.cc', 265 'browser/shared_worker/worker_browsertest.cc',
266 'browser/site_per_process_browsertest.cc', 266 'browser/site_per_process_browsertest.cc',
267 'browser/site_per_process_browsertest.h', 267 'browser/site_per_process_browsertest.h',
268 'browser/top_document_isolation_browsertest.cc',
268 'browser/tracing/background_tracing_manager_browsertest.cc', 269 'browser/tracing/background_tracing_manager_browsertest.cc',
269 'browser/tracing/memory_tracing_browsertest.cc', 270 'browser/tracing/memory_tracing_browsertest.cc',
270 'browser/tracing/tracing_controller_browsertest.cc', 271 'browser/tracing/tracing_controller_browsertest.cc',
271 'browser/vibration_manager_integration_browsertest.cc', 272 'browser/vibration_manager_integration_browsertest.cc',
272 'browser/wake_lock/wake_lock_browsertest.cc', 273 'browser/wake_lock/wake_lock_browsertest.cc',
273 'browser/web_contents/opened_by_dom_browsertest.cc', 274 'browser/web_contents/opened_by_dom_browsertest.cc',
274 'browser/web_contents/web_contents_impl_browsertest.cc', 275 'browser/web_contents/web_contents_impl_browsertest.cc',
275 'browser/web_contents/web_contents_view_aura_browsertest.cc', 276 'browser/web_contents/web_contents_view_aura_browsertest.cc',
276 'browser/webkit_browsertest.cc', 277 'browser/webkit_browsertest.cc',
277 'browser/webui/web_ui_mojo_browsertest.cc', 278 'browser/webui/web_ui_mojo_browsertest.cc',
(...skipping 1938 matching lines...) Expand 10 before | Expand all | Expand 10 after
2216 'content_unittests_apk.isolate', 2217 'content_unittests_apk.isolate',
2217 ], 2218 ],
2218 }, 2219 },
2219 ], 2220 ],
2220 }, 2221 },
2221 ], 2222 ],
2222 ], 2223 ],
2223 }], 2224 }],
2224 ], 2225 ],
2225 } 2226 }
OLDNEW
« no previous file with comments | « content/common/site_isolation_policy.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698