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

Unified Diff: examples/wm_flow/BUILD.gn

Issue 858103002: Remove [Client=] annotation from ServiceProvider (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: examples/wm_flow/BUILD.gn
diff --git a/examples/wm_flow/BUILD.gn b/examples/wm_flow/BUILD.gn
index 9853c58f58f79228f99d8ba703badcf04f4cc307..b069b8200c92434a81186bc9888071ee532aedd8 100644
--- a/examples/wm_flow/BUILD.gn
+++ b/examples/wm_flow/BUILD.gn
@@ -28,6 +28,7 @@ mojo_native_application("wm") {
"//base",
"//mojo/application",
"//mojo/converters/geometry",
+ "//mojo/public/interfaces/application",
"//mojo/services/input_events/public/interfaces",
"//mojo/services/view_manager/public/cpp",
"//services/window_manager:lib",
@@ -50,6 +51,7 @@ mojo_native_application("app") {
"//base",
"//examples/bitmap_uploader",
"//mojo/application",
+ "//mojo/common",
"//mojo/public/interfaces/application:application",
"//mojo/services/view_manager/public/cpp",
"//services/window_manager:lib",

Powered by Google App Engine
This is Rietveld 408576698