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

Unified Diff: chrome/chrome_browser_ui_views.gyp

Issue 241213002: Don't compile events.gyp:events on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't include ime.gypi on Android at all. Created 6 years, 8 months 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 | « chrome/chrome_browser_ui.gypi ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui_views.gyp
diff --git a/chrome/chrome_browser_ui_views.gyp b/chrome/chrome_browser_ui_views.gyp
index c36344a96e93ee508de68ac4c25c92dc7e73feb8..f782df06f7dcda0b86f0c6e01e29ad50e9c914c5 100644
--- a/chrome/chrome_browser_ui_views.gyp
+++ b/chrome/chrome_browser_ui_views.gyp
@@ -25,6 +25,11 @@
'../ash/ash.gyp:ash',
],
}],
+ ['OS=="android"', {
+ 'dependencies!': [
+ '../ui/events/events.gyp:events',
+ ],
+ }],
],
'defines': [
'CHROME_VIEWS_IMPLEMENTATION',
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698