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

Unified Diff: mash/example/views_examples/BUILD.gn

Issue 2009073003: Move mojo/converters/geometry -> ui/gfx/geometry/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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: mash/example/views_examples/BUILD.gn
diff --git a/mash/example/views_examples/BUILD.gn b/mash/example/views_examples/BUILD.gn
index 0c7a5dfdbaf0d8b824fb810c3f683cd3a6d2ad0f..df571e9ca15da219cb3984a3cfbb0f60461412b9 100644
--- a/mash/example/views_examples/BUILD.gn
+++ b/mash/example/views_examples/BUILD.gn
@@ -21,7 +21,6 @@ mojo_native_application("views_examples") {
"//base",
"//components/mus/public/interfaces",
"//mash/public/interfaces",
- "//mojo/converters/geometry",
"//mojo/public/cpp/bindings",
"//services/shell/public/cpp",
"//services/shell/public/cpp:sources",
@@ -29,6 +28,7 @@ mojo_native_application("views_examples") {
"//skia",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/gfx/geometry/mojo",
"//ui/views",
"//ui/views/examples:views_examples_lib",
"//ui/views/mus:for_mojo_application",

Powered by Google App Engine
This is Rietveld 408576698