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

Unified Diff: chrome/chrome_browser_ui.gypi

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 browser_ui_views on Android. 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 | « no previous file | ui/base/ime/ime.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 47a8836a24bdf0fc81bfa1107e33b1a695777b41..22f8457cc4d5c4fafae46cfc16cba4518fcd3dbc 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2756,6 +2756,8 @@
],
'dependencies!': [
'../third_party/libusb/libusb.gyp:libusb',
+ '../ui/events/events.gyp:events',
+ 'chrome_browser_ui_views.gyp:browser_ui_views',
],
'sources': [
'browser/ui/webui/ntp/android/bookmarks_handler.cc',
« no previous file with comments | « no previous file | ui/base/ime/ime.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698