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

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: Don't exclude vector_canvas 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 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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'base/events/event_dispatcher.h', 876 'base/events/event_dispatcher.h',
877 'base/events/event_handler.cc', 877 'base/events/event_handler.cc',
878 'base/events/event_handler.h', 878 'base/events/event_handler.h',
879 'base/events/event_target.cc', 879 'base/events/event_target.cc',
880 'base/events/event_target.h', 880 'base/events/event_target.h',
881 'base/x/events_x.cc', 881 'base/x/events_x.cc',
882 ], 882 ],
883 }], 883 }],
884 ['OS=="android"', { 884 ['OS=="android"', {
885 'sources!': [ 885 'sources!': [
886 'base/accessibility/accessible_text_utils.cc',
887 'base/accessibility/accessible_view_state.cc',
886 'base/dragdrop/drag_utils.cc', 888 'base/dragdrop/drag_utils.cc',
887 'base/dragdrop/drag_utils.h', 889 'base/dragdrop/drag_utils.h',
890 'base/animation/throb_animation.cc',
sky 2013/08/21 13:56:42 nit: sort
anton1 2013/08/21 14:06:44 Done.
891 'base/default_theme_provider.cc',
892 'base/events/event_utils.cc',
893 'base/keycodes/keyboard_code_conversion.cc',
894 'base/l10n/l10n_font_util.cc',
895 'base/models/button_menu_item_model.cc',
896 'base/models/dialog_model.cc',
897 'base/theme_provider.cc',
888 'base/touch/touch_device.cc', 898 'base/touch/touch_device.cc',
899 'base/touch/touch_editing_controller.cc',
900 'base/ui_base_types.cc',
901 'gfx/display_observer.cc',
902 'gfx/path.cc',
903 'gfx/selection_model.cc',
904 'gfx/switches.cc',
889 ], 905 ],
890 'dependencies': [ 906 'dependencies': [
891 'ui_jni_headers', 907 'ui_jni_headers',
892 ], 908 ],
893 'include_dirs': [ 909 'include_dirs': [
894 '<(SHARED_INTERMEDIATE_DIR)/ui', 910 '<(SHARED_INTERMEDIATE_DIR)/ui',
895 ], 911 ],
896 'link_settings': { 912 'link_settings': {
897 'libraries': [ 913 'libraries': [
898 '-ljnigraphics', 914 '-ljnigraphics',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 'xcode_settings': { 1069 'xcode_settings': {
1054 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1070 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1055 }, 1071 },
1056 }], 1072 }],
1057 ], 1073 ],
1058 }, 1074 },
1059 ], 1075 ],
1060 }], 1076 }],
1061 ], 1077 ],
1062 } 1078 }
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