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

Unified Diff: mandoline/tab/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
« no previous file with comments | « components/view_manager/view_manager_service_unittest.cc ('k') | mandoline/tab/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/tab/BUILD.gn
diff --git a/mandoline/tab/BUILD.gn b/mandoline/tab/BUILD.gn
index c52d60be2a43152102b6a9d4618edb1f7bd46c9c..68acb15fc1a1a3e8a93ce87f3fe8ab782b6ce75c 100644
--- a/mandoline/tab/BUILD.gn
+++ b/mandoline/tab/BUILD.gn
@@ -10,8 +10,8 @@ source_set("tab") {
sources = [
"frame.cc",
"frame.h",
- "frame_services.cc",
- "frame_services.h",
+ "frame_connection.cc",
+ "frame_connection.h",
"frame_tree.cc",
"frame_tree.h",
"frame_tree_delegate.h",
@@ -22,8 +22,9 @@ source_set("tab") {
"//base",
"//components/view_manager/public/cpp",
"//mandoline/tab/public/interfaces",
- "//mojo/application/public/cpp",
+ "//mojo/application/public/cpp:sources",
"//mojo/application/public/interfaces",
+ "//mojo/services/network/public/interfaces",
"//third_party/mojo/src/mojo/public/cpp/bindings",
]
}
« no previous file with comments | « components/view_manager/view_manager_service_unittest.cc ('k') | mandoline/tab/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698