diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-01 01:44:56 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-01 01:44:56 +0000 |
commit | 522b0c87f78133af346703d63343fb7f8a41d985 (patch) | |
tree | 100d86fec665309afcc632efa44876b8b7c50125 /components | |
parent | 1a2124706a9edab17845a52a34b8123249b1cdae (diff) | |
download | chromium_src-522b0c87f78133af346703d63343fb7f8a41d985.zip chromium_src-522b0c87f78133af346703d63343fb7f8a41d985.tar.gz chromium_src-522b0c87f78133af346703d63343fb7f8a41d985.tar.bz2 |
events: Create a separate events component out of ui.
BUG=none
R=ben@chromium.org
Review URL: https://codereview.chromium.org/24788002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226105 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components')
-rw-r--r-- | components/autofill.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi index 996dcd0..985c1bf 100644 --- a/components/autofill.gypi +++ b/components/autofill.gypi @@ -34,6 +34,7 @@ '../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', @@ -111,6 +112,7 @@ '../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', @@ -299,6 +301,7 @@ '../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', |