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

Unified Diff: content/test/BUILD.gn

Issue 2879843002: Reland 1: Enable overriding interface binders for any services running in current process. (Closed)
Patch Set: Identical with original CL 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
« no previous file with comments | « content/browser/vibration_browsertest.cc ('k') | services/service_manager/public/cpp/binder_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 00ec80541d2bb4d59a1c8bc6a059d671fa6518ee..4547fea8c5a3e2b34de3abd8d3bde74cb5f908dd 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -696,6 +696,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",
@@ -778,6 +779,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",
« no previous file with comments | « content/browser/vibration_browsertest.cc ('k') | services/service_manager/public/cpp/binder_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698