| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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.cc', | 131 'base/ime/text_input_client.cc', |
| 132 'base/ime/text_input_client.h', | 132 'base/ime/text_input_client.h', |
| 133 'base/ime/text_input_type.h', | 133 'base/ime/text_input_type.h', |
| 134 'base/keycodes/keyboard_code_conversion.cc', |
| 135 'base/keycodes/keyboard_code_conversion.h', |
| 134 'base/keycodes/keyboard_code_conversion_gtk.cc', | 136 'base/keycodes/keyboard_code_conversion_gtk.cc', |
| 135 'base/keycodes/keyboard_code_conversion_gtk.h', | 137 'base/keycodes/keyboard_code_conversion_gtk.h', |
| 136 'base/keycodes/keyboard_code_conversion_mac.h', | 138 'base/keycodes/keyboard_code_conversion_mac.h', |
| 137 'base/keycodes/keyboard_code_conversion_mac.mm', | 139 'base/keycodes/keyboard_code_conversion_mac.mm', |
| 138 'base/keycodes/keyboard_code_conversion_win.cc', | 140 'base/keycodes/keyboard_code_conversion_win.cc', |
| 139 'base/keycodes/keyboard_code_conversion_win.h', | 141 'base/keycodes/keyboard_code_conversion_win.h', |
| 140 'base/keycodes/keyboard_code_conversion_x.cc', | 142 'base/keycodes/keyboard_code_conversion_x.cc', |
| 141 'base/keycodes/keyboard_code_conversion_x.h', | 143 'base/keycodes/keyboard_code_conversion_x.h', |
| 142 'base/keycodes/keyboard_codes.h', | 144 'base/keycodes/keyboard_codes.h', |
| 143 'base/l10n/l10n_font_util.cc', | 145 'base/l10n/l10n_font_util.cc', |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 636 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 635 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 637 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 636 ] | 638 ] |
| 637 } | 639 } |
| 638 ], | 640 ], |
| 639 }, | 641 }, |
| 640 ], | 642 ], |
| 641 }], | 643 }], |
| 642 ], | 644 ], |
| 643 } | 645 } |
| OLD | NEW |