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

Unified Diff: components/html_viewer/BUILD.gn

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 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: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index e6f55faec199c01ee1de0a6a1181db642dc6247c..5377e9f9f29aa37e4a8758e8db5ae217a594b2b1 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -126,6 +126,7 @@ source_set("lib") {
"//media/blink",
"//media/mojo",
"//mojo/application",
+ "//mojo/application/public/interfaces",
"//mojo/cc",
"//mojo/common",
"//mojo/converters/surfaces",
@@ -135,7 +136,6 @@ source_set("lib") {
"//skia",
"//third_party/mojo/src/mojo/public/c/system:for_shared_library",
"//third_party/mojo/src/mojo/public/cpp/utility",
- "//third_party/mojo/src/mojo/public/interfaces/application",
"//third_party/mojo_services/src/accessibility/public/interfaces",
"//third_party/mojo_services/src/content_handler/public/interfaces",
"//ui/mojo/events:interfaces",

Powered by Google App Engine
This is Rietveld 408576698