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

Unified Diff: ui/ui.gyp

Issue 23030005: Android: exclude dead code from android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for build breakage Created 7 years, 4 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 | « skia/skia_chrome.gypi ('k') | no next file » | 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 8ee06945d73d581cf3f82dea3594d48c10ff8f8d..1d2d6f6cd27d55ad9001d17ad000732883130732 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -887,9 +887,25 @@
}],
['OS=="android"', {
'sources!': [
+ 'base/accessibility/accessible_text_utils.cc',
+ 'base/accessibility/accessible_view_state.cc',
+ 'base/animation/throb_animation.cc',
+ 'base/default_theme_provider.cc',
'base/dragdrop/drag_utils.cc',
'base/dragdrop/drag_utils.h',
+ 'base/events/event_utils.cc',
+ 'base/keycodes/keyboard_code_conversion.cc',
+ 'base/l10n/l10n_font_util.cc',
+ 'base/models/button_menu_item_model.cc',
+ 'base/models/dialog_model.cc',
+ 'base/theme_provider.cc',
'base/touch/touch_device.cc',
+ 'base/touch/touch_editing_controller.cc',
+ 'base/ui_base_types.cc',
+ 'gfx/display_observer.cc',
+ 'gfx/path.cc',
+ 'gfx/selection_model.cc',
+ 'gfx/switches.cc',
],
'dependencies': [
'ui_jni_headers',
« no previous file with comments | « skia/skia_chrome.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698