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

Unified Diff: ui/gfx/BUILD.gn

Issue 2037453002: Implement ui/gfx/geometry StructTraits unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows 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
« no previous file with comments | « no previous file | ui/gfx/geometry/mojo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index c8a7332320ecc6e48fd01e18717f0fb74ea1bfb3..71b3e2684b18fbf29e17e3cf98f65bd6059e5f92 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -816,9 +816,10 @@ test("gfx_unittests") {
if (!is_ios) {
deps += [
- "mojo:test_interfaces",
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
+ "//ui/gfx/geometry/mojo:unit_test",
+ "//ui/gfx/mojo:test_interfaces",
]
}
}
« no previous file with comments | « no previous file | ui/gfx/geometry/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698