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

Unified Diff: ui/v2/v2.gyp

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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/v2/v2.gyp
diff --git a/ui/v2/v2.gyp b/ui/v2/v2.gyp
index 8c6ce16c302b3a6a264d617cf2a59d7c1a795582..5ba51b7e927287cb2410955ee703bdaa558f8c2d 100644
--- a/ui/v2/v2.gyp
+++ b/ui/v2/v2.gyp
@@ -20,6 +20,7 @@
'../compositor/compositor.gyp:compositor',
'../events/events.gyp:events',
'../gfx/gfx.gyp:gfx',
+ '../gfx/gfx.gyp:gfx_geometry',
],
'defines': [
'V2_IMPLEMENTATION',
@@ -55,6 +56,7 @@
'../../skia/skia.gyp:skia',
'../../testing/gtest.gyp:gtest',
'../gfx/gfx.gyp:gfx',
+ '../gfx/gfx.gyp:gfx_geometry',
'v2',
],
'sources': [

Powered by Google App Engine
This is Rietveld 408576698