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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'base/gtk/tooltip_window_gtk.h', | 127 'base/gtk/tooltip_window_gtk.h', |
128 'base/hit_test.h', | 128 'base/hit_test.h', |
129 'base/ime/character_composer.cc', | 129 'base/ime/character_composer.cc', |
130 'base/ime/character_composer.h', | 130 'base/ime/character_composer.h', |
131 'base/ime/composition_text.cc', | 131 'base/ime/composition_text.cc', |
132 'base/ime/composition_text.h', | 132 'base/ime/composition_text.h', |
133 'base/ime/composition_underline.h', | 133 'base/ime/composition_underline.h', |
134 'base/ime/text_input_client.cc', | 134 'base/ime/text_input_client.cc', |
135 'base/ime/text_input_client.h', | 135 'base/ime/text_input_client.h', |
136 'base/ime/text_input_type.h', | 136 'base/ime/text_input_type.h', |
| 137 'base/javascript_message_type.h', |
137 'base/keycodes/keyboard_code_conversion.cc', | 138 'base/keycodes/keyboard_code_conversion.cc', |
138 'base/keycodes/keyboard_code_conversion.h', | 139 'base/keycodes/keyboard_code_conversion.h', |
139 'base/keycodes/keyboard_code_conversion_gtk.cc', | 140 'base/keycodes/keyboard_code_conversion_gtk.cc', |
140 'base/keycodes/keyboard_code_conversion_gtk.h', | 141 'base/keycodes/keyboard_code_conversion_gtk.h', |
141 'base/keycodes/keyboard_code_conversion_mac.h', | 142 'base/keycodes/keyboard_code_conversion_mac.h', |
142 'base/keycodes/keyboard_code_conversion_mac.mm', | 143 'base/keycodes/keyboard_code_conversion_mac.mm', |
143 'base/keycodes/keyboard_code_conversion_win.cc', | 144 'base/keycodes/keyboard_code_conversion_win.cc', |
144 'base/keycodes/keyboard_code_conversion_win.h', | 145 'base/keycodes/keyboard_code_conversion_win.h', |
145 'base/keycodes/keyboard_code_conversion_x.cc', | 146 'base/keycodes/keyboard_code_conversion_x.cc', |
146 'base/keycodes/keyboard_code_conversion_x.h', | 147 'base/keycodes/keyboard_code_conversion_x.h', |
147 'base/keycodes/keyboard_codes.h', | 148 'base/keycodes/keyboard_codes.h', |
148 'base/l10n/l10n_font_util.cc', | 149 'base/l10n/l10n_font_util.cc', |
149 'base/l10n/l10n_font_util.h', | 150 'base/l10n/l10n_font_util.h', |
150 'base/l10n/l10n_util.cc', | 151 'base/l10n/l10n_util.cc', |
151 'base/l10n/l10n_util.h', | 152 'base/l10n/l10n_util.h', |
152 'base/l10n/l10n_util_collator.h', | 153 'base/l10n/l10n_util_collator.h', |
153 'base/l10n/l10n_util_mac.h', | 154 'base/l10n/l10n_util_mac.h', |
154 'base/l10n/l10n_util_mac.mm', | 155 'base/l10n/l10n_util_mac.mm', |
155 'base/l10n/l10n_util_posix.cc', | 156 'base/l10n/l10n_util_posix.cc', |
156 'base/l10n/l10n_util_win.cc', | 157 'base/l10n/l10n_util_win.cc', |
157 'base/l10n/l10n_util_win.h', | 158 'base/l10n/l10n_util_win.h', |
158 'base/message_box_flags.h', | |
159 'base/message_box_win.cc', | 159 'base/message_box_win.cc', |
160 'base/message_box_win.h', | 160 'base/message_box_win.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', |
(...skipping 476 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 |