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 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 'base/gtk/owned_widget_gtk.cc', | 121 'base/gtk/owned_widget_gtk.cc', |
122 'base/gtk/owned_widget_gtk.h', | 122 'base/gtk/owned_widget_gtk.h', |
123 'base/gtk/tooltip_window_gtk.cc', | 123 'base/gtk/tooltip_window_gtk.cc', |
124 'base/gtk/tooltip_window_gtk.h', | 124 'base/gtk/tooltip_window_gtk.h', |
125 'base/hit_test.h', | 125 'base/hit_test.h', |
126 'base/ime/character_composer.cc', | 126 'base/ime/character_composer.cc', |
127 'base/ime/character_composer.h', | 127 'base/ime/character_composer.h', |
128 'base/ime/composition_text.cc', | 128 'base/ime/composition_text.cc', |
129 'base/ime/composition_text.h', | 129 'base/ime/composition_text.h', |
130 'base/ime/composition_underline.h', | 130 'base/ime/composition_underline.h', |
131 'base/ime/text_input_client.h', | |
132 'base/ime/text_input_type.h', | 131 'base/ime/text_input_type.h', |
133 'base/keycodes/keyboard_code_conversion_gtk.cc', | 132 'base/keycodes/keyboard_code_conversion_gtk.cc', |
134 'base/keycodes/keyboard_code_conversion_gtk.h', | 133 'base/keycodes/keyboard_code_conversion_gtk.h', |
135 'base/keycodes/keyboard_code_conversion_mac.h', | 134 'base/keycodes/keyboard_code_conversion_mac.h', |
136 'base/keycodes/keyboard_code_conversion_mac.mm', | 135 'base/keycodes/keyboard_code_conversion_mac.mm', |
137 'base/keycodes/keyboard_code_conversion_win.cc', | 136 'base/keycodes/keyboard_code_conversion_win.cc', |
138 'base/keycodes/keyboard_code_conversion_win.h', | 137 'base/keycodes/keyboard_code_conversion_win.h', |
139 'base/keycodes/keyboard_code_conversion_x.cc', | 138 'base/keycodes/keyboard_code_conversion_x.cc', |
140 'base/keycodes/keyboard_code_conversion_x.h', | 139 'base/keycodes/keyboard_code_conversion_x.h', |
141 'base/keycodes/keyboard_codes.h', | 140 'base/keycodes/keyboard_codes.h', |
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
621 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 620 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
622 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 621 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
623 ] | 622 ] |
624 } | 623 } |
625 ], | 624 ], |
626 }, | 625 }, |
627 ], | 626 ], |
628 }], | 627 }], |
629 ], | 628 ], |
630 } | 629 } |
OLD | NEW |