| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 'base/hit_test.h', | 130 'base/hit_test.h', |
| 131 'base/ime/character_composer.cc', | 131 'base/ime/character_composer.cc', |
| 132 'base/ime/character_composer.h', | 132 'base/ime/character_composer.h', |
| 133 'base/ime/composition_text.cc', | 133 'base/ime/composition_text.cc', |
| 134 'base/ime/composition_text.h', | 134 'base/ime/composition_text.h', |
| 135 'base/ime/composition_underline.h', | 135 'base/ime/composition_underline.h', |
| 136 'base/ime/input_method.h', | 136 'base/ime/input_method.h', |
| 137 'base/ime/input_method_base.cc', | 137 'base/ime/input_method_base.cc', |
| 138 'base/ime/input_method_base.h', | 138 'base/ime/input_method_base.h', |
| 139 'base/ime/input_method_delegate.h', | 139 'base/ime/input_method_delegate.h', |
| 140 'base/ime/input_method_factory.cc', |
| 141 'base/ime/input_method_factory.h', |
| 140 'base/ime/input_method_ibus.cc', | 142 'base/ime/input_method_ibus.cc', |
| 141 'base/ime/input_method_ibus.h', | 143 'base/ime/input_method_ibus.h', |
| 142 'base/ime/mock_input_method.cc', | 144 'base/ime/mock_input_method.cc', |
| 143 'base/ime/mock_input_method.h', | 145 'base/ime/mock_input_method.h', |
| 144 'base/ime/text_input_client.cc', | 146 'base/ime/text_input_client.cc', |
| 145 'base/ime/text_input_client.h', | 147 'base/ime/text_input_client.h', |
| 146 'base/ime/text_input_type.h', | 148 'base/ime/text_input_type.h', |
| 147 'base/javascript_message_type.h', | 149 'base/javascript_message_type.h', |
| 148 'base/keycodes/keyboard_code_conversion.cc', | 150 'base/keycodes/keyboard_code_conversion.cc', |
| 149 'base/keycodes/keyboard_code_conversion.h', | 151 'base/keycodes/keyboard_code_conversion.h', |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 676 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 678 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 677 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 679 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 678 ] | 680 ] |
| 679 } | 681 } |
| 680 ], | 682 ], |
| 681 }, | 683 }, |
| 682 ], | 684 ], |
| 683 }], | 685 }], |
| 684 ], | 686 ], |
| 685 } | 687 } |
| OLD | NEW |