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

Unified Diff: mojo/examples/aura_demo/BUILD.gn

Issue 640893003: Move mojo/services/public/cpp TypeConverters to mojo/converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN. Created 6 years, 2 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: mojo/examples/aura_demo/BUILD.gn
diff --git a/mojo/examples/aura_demo/BUILD.gn b/mojo/examples/aura_demo/BUILD.gn
index ba2fc37599cc58aca316e76ab9bde277809c79e0..c79a4143bdc80303f078f039a6caa64531e18b7f 100644
--- a/mojo/examples/aura_demo/BUILD.gn
+++ b/mojo/examples/aura_demo/BUILD.gn
@@ -24,10 +24,10 @@ shared_library("mojo_aura_demo") {
"//ui/gfx/geometry",
"//mojo/application",
"//mojo/common",
+ "//mojo/converters",
"//mojo/aura",
"//mojo/public/c/system:for_shared_library",
"//mojo/services/public/interfaces/geometry",
- "//mojo/services/public/cpp/geometry",
"//mojo/services/public/cpp/view_manager",
]

Powered by Google App Engine
This is Rietveld 408576698