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

Unified Diff: ui/events/events.gyp

Issue 368903003: Provide gtest printers for ui/gfx geometry types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing gfx_test_support deps Created 6 years, 6 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/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 7bdfb71cb439222b75009972900547bcadd046a6..92c7ddf075511d8f6f6687027e10335c87ea6af4 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -274,6 +274,7 @@
'<(DEPTH)/base/base.gyp:test_support_base',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/testing/gtest.gyp:gtest',
+ '../gfx/gfx.gyp:gfx',
danakj 2014/07/07 18:52:27 why this? does everyone have to include gfx that i
jamesr 2014/07/07 19:37:24 Everyone that depends on gfx_test_support has to d
danakj 2014/07/07 19:40:05 ok, thanks. I think the goal is to have gfx/geome
'../gfx/gfx.gyp:gfx_geometry',
'../gfx/gfx.gyp:gfx_test_support',
'dom4_keycode_converter',
« no previous file with comments | « printing/printing.gyp ('k') | ui/gfx/geometry/box_f.h » ('j') | ui/gfx/geometry/box_f.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698