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

Unified Diff: examples/content_handler_demo/BUILD.gn

Issue 793243002: Restructure public side of content_handler service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 | « no previous file | examples/content_handler_demo/content_handler_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/content_handler_demo/BUILD.gn
diff --git a/examples/content_handler_demo/BUILD.gn b/examples/content_handler_demo/BUILD.gn
index 1fa22be965b383b8c1b6c2319c7508ac6e10592a..d11b9cb75a705ddced5fa99aa2699f45fef315ca 100644
--- a/examples/content_handler_demo/BUILD.gn
+++ b/examples/content_handler_demo/BUILD.gn
@@ -13,6 +13,6 @@ mojo_native_application("content_handler_demo") {
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
- "//mojo/services/public/interfaces/content_handler",
+ "//mojo/services/content_handler/public/interfaces",
]
}
« no previous file with comments | « no previous file | examples/content_handler_demo/content_handler_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698