OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 22 matching lines...) Expand all Loading... |
33 'defines': [ | 33 'defines': [ |
34 'UI_IMPLEMENTATION', | 34 'UI_IMPLEMENTATION', |
35 ], | 35 ], |
36 # Export these dependencies since text_elider.h includes ICU headers. | 36 # Export these dependencies since text_elider.h includes ICU headers. |
37 'export_dependent_settings': [ | 37 'export_dependent_settings': [ |
38 '../net/net.gyp:net', | 38 '../net/net.gyp:net', |
39 '../third_party/icu/icu.gyp:icui18n', | 39 '../third_party/icu/icu.gyp:icui18n', |
40 '../third_party/icu/icu.gyp:icuuc', | 40 '../third_party/icu/icu.gyp:icuuc', |
41 ], | 41 ], |
42 'sources': [ | 42 'sources': [ |
43 'base/accelerator_manager.cc', | 43 'base/accelerators/accelerator.cc', |
44 'base/accelerator_manager.h', | 44 'base/accelerators/accelerator.h', |
| 45 'base/accelerators/accelerator_cocoa.h', |
| 46 'base/accelerators/accelerator_cocoa.mm', |
| 47 'base/accelerators/accelerator_gtk.h', |
| 48 'base/accelerators/accelerator_manager.cc', |
| 49 'base/accelerators/accelerator_manager.h', |
45 'base/accessibility/accessibility_types.h', | 50 'base/accessibility/accessibility_types.h', |
46 'base/accessibility/accessible_text_utils.cc', | 51 'base/accessibility/accessible_text_utils.cc', |
47 'base/accessibility/accessible_text_utils.h', | 52 'base/accessibility/accessible_text_utils.h', |
48 'base/accessibility/accessible_view_state.cc', | 53 'base/accessibility/accessible_view_state.cc', |
49 'base/accessibility/accessible_view_state.h', | 54 'base/accessibility/accessible_view_state.h', |
50 'base/animation/animation.cc', | 55 'base/animation/animation.cc', |
51 'base/animation/animation.h', | 56 'base/animation/animation.h', |
52 'base/animation/animation_container.cc', | 57 'base/animation/animation_container.cc', |
53 'base/animation/animation_container.h', | 58 'base/animation/animation_container.h', |
54 'base/animation/animation_container_element.h', | 59 'base/animation/animation_container_element.h', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 'base/l10n/l10n_util.h', | 151 'base/l10n/l10n_util.h', |
147 'base/l10n/l10n_util_collator.h', | 152 'base/l10n/l10n_util_collator.h', |
148 'base/l10n/l10n_util_mac.h', | 153 'base/l10n/l10n_util_mac.h', |
149 'base/l10n/l10n_util_mac.mm', | 154 'base/l10n/l10n_util_mac.mm', |
150 'base/l10n/l10n_util_posix.cc', | 155 'base/l10n/l10n_util_posix.cc', |
151 'base/l10n/l10n_util_win.cc', | 156 'base/l10n/l10n_util_win.cc', |
152 'base/l10n/l10n_util_win.h', | 157 'base/l10n/l10n_util_win.h', |
153 'base/message_box_flags.h', | 158 'base/message_box_flags.h', |
154 'base/message_box_win.cc', | 159 'base/message_box_win.cc', |
155 'base/message_box_win.h', | 160 'base/message_box_win.h', |
156 'base/models/accelerator_cocoa.h', | |
157 'base/models/accelerator_cocoa.mm', | |
158 'base/models/accelerator_gtk.h', | |
159 'base/models/accelerator.cc', | |
160 'base/models/accelerator.h', | |
161 'base/models/button_menu_item_model.cc', | 161 'base/models/button_menu_item_model.cc', |
162 'base/models/button_menu_item_model.h', | 162 'base/models/button_menu_item_model.h', |
163 'base/models/combobox_model.h', | 163 'base/models/combobox_model.h', |
164 'base/models/menu_model.cc', | 164 'base/models/menu_model.cc', |
165 'base/models/menu_model.h', | 165 'base/models/menu_model.h', |
166 'base/models/menu_model_delegate.h', | 166 'base/models/menu_model_delegate.h', |
167 'base/models/simple_menu_model.cc', | 167 'base/models/simple_menu_model.cc', |
168 'base/models/simple_menu_model.h', | 168 'base/models/simple_menu_model.h', |
169 'base/models/table_model.cc', | 169 'base/models/table_model.cc', |
170 'base/models/table_model.h', | 170 'base/models/table_model.h', |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
645 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 645 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
646 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 646 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
647 ] | 647 ] |
648 } | 648 } |
649 ], | 649 ], |
650 }, | 650 }, |
651 ], | 651 ], |
652 }], | 652 }], |
653 ], | 653 ], |
654 } | 654 } |
OLD | NEW |