| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |