| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index 18ebe56fe1f3de49efcdedc05d579e67f8babde8..b167374ff19001b7e1a63551697783d0e2b9f951 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -26,19 +26,15 @@
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| '../url/url.gyp:url_lib',
|
| 'base/strings/ui_strings.gyp:ui_strings',
|
| - 'events/events.gyp:events',
|
| + 'events/events.gyp:events_base',
|
| 'gfx/gfx.gyp:gfx',
|
| 'ui_resources',
|
| ],
|
| 'defines': [
|
| 'UI_IMPLEMENTATION',
|
| ],
|
| - # Export these dependencies since text_elider.h includes ICU headers.
|
| 'export_dependent_settings': [
|
| '../net/net.gyp:net',
|
| - '../third_party/icu/icu.gyp:icui18n',
|
| - '../third_party/icu/icu.gyp:icuuc',
|
| - 'events/events.gyp:events',
|
| 'gfx/gfx.gyp:gfx',
|
| ],
|
| 'sources' : [
|
| @@ -351,6 +347,11 @@
|
| ],
|
| },
|
| }],
|
| + ['toolkit_views==1', {
|
| + 'dependencies': [
|
| + 'events/events.gyp:events',
|
| + ],
|
| + }],
|
| ['use_aura==1', {
|
| 'sources/': [
|
| ['exclude', 'base/work_area_watcher_observer.h'],
|
|
|