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

Unified Diff: components/mus/ws/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: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 0ec414739620ffc342fdfb42fd940237c398c98a..86e7f083e52cf35e4efe6624a1ab901da2e80f7f 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -99,7 +99,6 @@ source_set("lib") {
"//components/mus/public/interfaces",
"//components/mus/surfaces",
"//mojo/common:common_base",
- "//mojo/converters/geometry",
"//mojo/converters/ime",
"//mojo/converters/input_events",
"//mojo/converters/surfaces",
@@ -211,7 +210,6 @@ test("mus_ws_unittests") {
"//components/mus/public/cpp/tests:test_support",
"//components/mus/public/interfaces",
"//components/mus/surfaces",
- "//mojo/converters/geometry",
"//mojo/converters/input_events",
"//mojo/converters/transform",
"//mojo/public/cpp/bindings:bindings",
@@ -227,7 +225,6 @@ test("mus_ws_unittests") {
"//ui/gfx/geometry",
"//ui/gl",
"//ui/mojo/geometry:interfaces",
- "//ui/mojo/geometry:util",
]
if (use_x11) {

Powered by Google App Engine
This is Rietveld 408576698