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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 Loading... | |
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 } |
OLD | NEW |