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

Side by Side 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, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « skia/skia_chrome.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 'base/events/event_dispatcher.h', 880 'base/events/event_dispatcher.h',
881 'base/events/event_handler.cc', 881 'base/events/event_handler.cc',
882 'base/events/event_handler.h', 882 'base/events/event_handler.h',
883 'base/events/event_target.cc', 883 'base/events/event_target.cc',
884 'base/events/event_target.h', 884 'base/events/event_target.h',
885 'base/x/events_x.cc', 885 'base/x/events_x.cc',
886 ], 886 ],
887 }], 887 }],
888 ['OS=="android"', { 888 ['OS=="android"', {
889 'sources!': [ 889 'sources!': [
890 'base/accessibility/accessible_text_utils.cc',
891 'base/accessibility/accessible_view_state.cc',
892 'base/animation/throb_animation.cc',
893 'base/default_theme_provider.cc',
890 'base/dragdrop/drag_utils.cc', 894 'base/dragdrop/drag_utils.cc',
891 'base/dragdrop/drag_utils.h', 895 'base/dragdrop/drag_utils.h',
896 'base/events/event_utils.cc',
897 'base/keycodes/keyboard_code_conversion.cc',
898 'base/l10n/l10n_font_util.cc',
899 'base/models/button_menu_item_model.cc',
900 'base/models/dialog_model.cc',
901 'base/theme_provider.cc',
892 'base/touch/touch_device.cc', 902 'base/touch/touch_device.cc',
903 'base/touch/touch_editing_controller.cc',
904 'base/ui_base_types.cc',
905 'gfx/display_observer.cc',
906 'gfx/path.cc',
907 'gfx/selection_model.cc',
908 'gfx/switches.cc',
893 ], 909 ],
894 'dependencies': [ 910 'dependencies': [
895 'ui_jni_headers', 911 'ui_jni_headers',
896 ], 912 ],
897 'include_dirs': [ 913 'include_dirs': [
898 '<(SHARED_INTERMEDIATE_DIR)/ui', 914 '<(SHARED_INTERMEDIATE_DIR)/ui',
899 ], 915 ],
900 'link_settings': { 916 'link_settings': {
901 'libraries': [ 917 'libraries': [
902 '-ljnigraphics', 918 '-ljnigraphics',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'xcode_settings': { 1074 'xcode_settings': {
1059 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1075 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1060 }, 1076 },
1061 }], 1077 }],
1062 ], 1078 ],
1063 }, 1079 },
1064 ], 1080 ],
1065 }], 1081 }],
1066 ], 1082 ],
1067 } 1083 }
OLDNEW
« 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