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

Unified Diff: components/view_manager/public/cpp/BUILD.gn

Issue 1166123005: Removes ServiceProviders from ViewManager::Embed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use is_headless rather than check for browser. Created 5 years, 6 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: components/view_manager/public/cpp/BUILD.gn
diff --git a/components/view_manager/public/cpp/BUILD.gn b/components/view_manager/public/cpp/BUILD.gn
index 6f7b216e3912a0b598daf9f30ea10bb824b694f0..47480120c8d8ed4c0b1f42a32177c8aed741c3c5 100644
--- a/components/view_manager/public/cpp/BUILD.gn
+++ b/components/view_manager/public/cpp/BUILD.gn
@@ -32,10 +32,11 @@ mojo_sdk_source_set("cpp") {
public_deps = [
":common",
+ "../interfaces",
+ "//mojo/services/network/public/interfaces",
]
deps = [
- "../interfaces",
"//mojo/application/public/cpp",
"//mojo/application/public/interfaces",
"//ui/mojo/events:interfaces",
« no previous file with comments | « components/view_manager/connection_manager_delegate.h ('k') | components/view_manager/public/cpp/lib/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698