diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-06 20:37:57 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-06 20:37:57 +0000 |
commit | 114efaeb2baaeb92a34a773c8e0379e1b221e379 (patch) | |
tree | e35ca9e3237bcb372441391221be0bfb700a23b9 /components/autofill.gypi | |
parent | 7fa2be92b9f0553a47e28ac96710cff039311044 (diff) | |
download | chromium_src-114efaeb2baaeb92a34a773c8e0379e1b221e379.zip chromium_src-114efaeb2baaeb92a34a773c8e0379e1b221e379.tar.gz chromium_src-114efaeb2baaeb92a34a773c8e0379e1b221e379.tar.bz2 |
Restructure the events target into two components:
- events_base (built by most people) - defining some basic utilities.
- events (built by users of aura/views) - the ui::Event type & friends.
Prior to this there was one target, and platforms that did not want ui::Event would exclude those files explicitly, making it hard to build those files on those platforms without breaking other components.
R=sadrul@chromium.org
BUG=none
Review URL: https://codereview.chromium.org/57433011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233347 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r-- | components/autofill.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi index 81497e7..d3bae3e 100644 --- a/components/autofill.gypi +++ b/components/autofill.gypi @@ -34,7 +34,6 @@ '../content/content.gyp:content_common', '../ipc/ipc.gyp:ipc', '../third_party/WebKit/public/blink.gyp:blink_minimal', - '../ui/events/events.gyp:events', '../ui/gfx/gfx.gyp:gfx', '../ui/ui.gyp:ui', '../url/url.gyp:url_lib', @@ -112,7 +111,6 @@ '../third_party/icu/icu.gyp:icuuc', '../third_party/libjingle/libjingle.gyp:libjingle', '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', - '../ui/events/events.gyp:events', '../ui/gfx/gfx.gyp:gfx', '../ui/ui.gyp:ui', '../url/url.gyp:url_lib', @@ -301,7 +299,6 @@ '../third_party/icu/icu.gyp:icuuc', '../third_party/libjingle/libjingle.gyp:libjingle', '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', - '../ui/events/events.gyp:events', '../ui/gfx/gfx.gyp:gfx', '../ui/ui.gyp:ui', '../url/url.gyp:url_lib', |