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

Unified Diff: mojo/examples/compositor_app/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/compositor_app/BUILD.gn
diff --git a/mojo/examples/compositor_app/BUILD.gn b/mojo/examples/compositor_app/BUILD.gn
index 8ef8ad7bd54d01f671f25818e7c614013cd30751..d908d4e347669f13f268d1f4515a865996298561 100644
--- a/mojo/examples/compositor_app/BUILD.gn
+++ b/mojo/examples/compositor_app/BUILD.gn
@@ -18,9 +18,9 @@ shared_library("compositor_app") {
"//mojo/application",
"//mojo/cc",
"//mojo/common",
+ "//mojo/converters",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/gles2:for_shared_library",
- "//mojo/services/public/cpp/geometry",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/gpu",
"//mojo/services/public/interfaces/native_viewport",

Powered by Google App Engine
This is Rietveld 408576698