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

Unified Diff: ui/ui.gyp

Issue 57433011: Restructure the events target into two components: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « ui/surface/surface.gyp ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
« no previous file with comments | « ui/surface/surface.gyp ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698