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

Unified Diff: ui/base/ui_base.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
« chrome/chrome_browser_ui_views.gyp ('K') | « chrome/chrome_browser_ui_views.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index 2ee77231435bf42e091664972b37e375e913a2ee..fece39548c60b03b5a580af6c99a9698c8380e88 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -527,6 +527,9 @@
'dependencies': [
'ui_base_jni_headers',
],
+ 'includes!': [
+ 'ime/ime.gypi',
+ ],
'link_settings': {
'libraries': [
'-ljnigraphics',
« chrome/chrome_browser_ui_views.gyp ('K') | « chrome/chrome_browser_ui_views.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698