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

Unified Diff: components/BUILD.gn

Issue 1646583002: [Reland] Per WebViewScheduler virtual time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WebViewSchedulerImpl to unregister the virtual_time_domain_ in the destructor 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | components/scheduler/base/task_queue_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index e8766e76593627bbcea1bd86431f9f7697730ec3..4972ab45b64d3b7c05a89bb298a6567645e73043 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -359,6 +359,7 @@ test("components_browsertests") {
"dom_distiller/content/browser/distiller_page_web_contents_browsertest.cc",
"dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc",
"password_manager/content/renderer/credential_manager_client_browsertest.cc",
+ "scheduler/renderer/web_view_scheduler_impl_browsertest.cc",
"tracing/child_trace_message_filter_browsertest.cc",
]
@@ -381,6 +382,7 @@ test("components_browsertests") {
"//components/password_manager/content/browser",
"//components/password_manager/content/common",
"//components/password_manager/content/renderer",
+ "//components/scheduler:scheduler",
"//components/tracing",
"//content/shell:content_shell_lib",
"//content/test:browsertest_support",
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | components/scheduler/base/task_queue_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698