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

Unified Diff: components/autofill.gypi

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: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 87660f705c95f12ae19bf16f3ebfbd816b95d5e0..376d0a9673dcf772a23716d7f1c608a4e2f622c7 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -35,6 +35,7 @@
'../ipc/ipc.gyp:ipc',
'../third_party/WebKit/public/blink.gyp:blink_minimal',
'../ui/gfx/gfx.gyp:gfx',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/ui.gyp:ui',
'../url/url.gyp:url_lib',
],
@@ -112,6 +113,7 @@
'../third_party/libjingle/libjingle.gyp:libjingle',
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
'../ui/gfx/gfx.gyp:gfx',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/ui.gyp:ui',
'../url/url.gyp:url_lib',
'../webkit/webkit_resources.gyp:webkit_resources',
@@ -300,6 +302,7 @@
'../third_party/libjingle/libjingle.gyp:libjingle',
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
'../ui/gfx/gfx.gyp:gfx',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/ui.gyp:ui',
'../url/url.gyp:url_lib',
'../webkit/webkit_resources.gyp:webkit_resources',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | components/json_schema.gypi » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698