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

Unified Diff: mash/wm/BUILD.gn

Issue 2008193002: Change mojo geometry structs from using type converters to StructTraits. (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/wm/BUILD.gn
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
index 81a5b8c4072251232e77f1b7b0e71457e73a57dd..38f95b513b560754fea061a48994182df71ad4f1 100644
--- a/mash/wm/BUILD.gn
+++ b/mash/wm/BUILD.gn
@@ -90,7 +90,6 @@ source_set("lib") {
"//mash/wm/public/interfaces",
"//mash/wm/resources",
"//mojo/common:common_base",
- "//mojo/converters/geometry",
"//mojo/converters/input_events",
"//services/shell/public/cpp",
"//services/tracing/public/cpp",
@@ -184,7 +183,6 @@ source_set("unittests") {
"//components/mus/public/cpp/tests:unittest_support",
"//components/mus/public/interfaces",
"//mash/wm/public/interfaces",
- "//mojo/converters/geometry",
"//mojo/converters/input_events",
"//mojo/edk/system",
"//mojo/public/cpp/system",
@@ -197,7 +195,6 @@ source_set("unittests") {
"//ui/gfx:test_support",
"//ui/gfx/geometry",
"//ui/mojo/geometry:interfaces",
- "//ui/mojo/geometry:util",
"//ui/views/mus",
]

Powered by Google App Engine
This is Rietveld 408576698