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

Unified Diff: ui/gfx/gfx_tests.gyp

Issue 2037453002: Implement ui/gfx/geometry StructTraits unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix SizeF unit test 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: ui/gfx/gfx_tests.gyp
diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
index ba8fec0e5a37fffb148eb0077df61731bf949cd2..a6ccb80ab19ed4866dc3129335f91a2985e671cf 100644
--- a/ui/gfx/gfx_tests.gyp
+++ b/ui/gfx/gfx_tests.gyp
@@ -91,6 +91,10 @@
['OS == "ios"', {
'sources': ['<@(_common_sources)'],
}, { # OS != "ios"
+ 'dependencies': [
+ '../../mojo/mojo_edk.gyp:mojo_common_test_support',
+ '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
'sources': ['<@(_all_sources)'],
}],
['OS != "mac" and OS != "ios"', {

Powered by Google App Engine
This is Rietveld 408576698