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

Unified Diff: content/test/BUILD.gn

Issue 2859343003: Enable overriding interface binders for any services running in current process. (Closed)
Patch Set: Address nit Created 3 years, 7 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 52fc469be2cdf93bd03626278a0b6332aa31adaa..d46f426e0dde0adc9543de1110c4171ddfaafd6e 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -690,6 +690,7 @@ test("content_browsertests") {
"../browser/tracing/tracing_controller_browsertest.cc",
"../browser/utility_process_host_impl_browsertest.cc",
"../browser/utility_process_mojo_client_browsertest.cc",
+ "../browser/vibration_browsertest.cc",
"../browser/wake_lock/wake_lock_browsertest.cc",
"../browser/web_contents/opened_by_dom_browsertest.cc",
"../browser/web_contents/web_contents_impl_browsertest.cc",
@@ -771,6 +772,8 @@ test("content_browsertests") {
"//net:test_support",
"//ppapi/features",
"//services/catalog:lib",
+ "//services/device/public/interfaces",
+ "//services/device/public/interfaces:constants",
"//services/service_manager/public/cpp",
"//services/ui/gpu/interfaces",
"//services/ui/public/cpp/gpu",

Powered by Google App Engine
This is Rietveld 408576698