| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 'base/keycodes/keyboard_code_conversion.h', | 175 'base/keycodes/keyboard_code_conversion.h', |
| 176 'base/keycodes/keyboard_code_conversion_gtk.cc', | 176 'base/keycodes/keyboard_code_conversion_gtk.cc', |
| 177 'base/keycodes/keyboard_code_conversion_gtk.h', | 177 'base/keycodes/keyboard_code_conversion_gtk.h', |
| 178 'base/keycodes/keyboard_code_conversion_mac.h', | 178 'base/keycodes/keyboard_code_conversion_mac.h', |
| 179 'base/keycodes/keyboard_code_conversion_mac.mm', | 179 'base/keycodes/keyboard_code_conversion_mac.mm', |
| 180 'base/keycodes/keyboard_code_conversion_win.cc', | 180 'base/keycodes/keyboard_code_conversion_win.cc', |
| 181 'base/keycodes/keyboard_code_conversion_win.h', | 181 'base/keycodes/keyboard_code_conversion_win.h', |
| 182 'base/keycodes/keyboard_code_conversion_x.cc', | 182 'base/keycodes/keyboard_code_conversion_x.cc', |
| 183 'base/keycodes/keyboard_code_conversion_x.h', | 183 'base/keycodes/keyboard_code_conversion_x.h', |
| 184 'base/keycodes/keyboard_codes.h', | 184 'base/keycodes/keyboard_codes.h', |
| 185 'base/keycodes/usb_keycode_map.h', |
| 185 'base/l10n/l10n_font_util.cc', | 186 'base/l10n/l10n_font_util.cc', |
| 186 'base/l10n/l10n_font_util.h', | 187 'base/l10n/l10n_font_util.h', |
| 187 'base/l10n/l10n_util.cc', | 188 'base/l10n/l10n_util.cc', |
| 188 'base/l10n/l10n_util.h', | 189 'base/l10n/l10n_util.h', |
| 189 'base/l10n/l10n_util_collator.h', | 190 'base/l10n/l10n_util_collator.h', |
| 190 'base/l10n/l10n_util_mac.h', | 191 'base/l10n/l10n_util_mac.h', |
| 191 'base/l10n/l10n_util_mac.mm', | 192 'base/l10n/l10n_util_mac.mm', |
| 192 'base/l10n/l10n_util_posix.cc', | 193 'base/l10n/l10n_util_posix.cc', |
| 193 'base/l10n/l10n_util_win.cc', | 194 'base/l10n/l10n_util_win.cc', |
| 194 'base/l10n/l10n_util_win.h', | 195 'base/l10n/l10n_util_win.h', |
| (...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 727 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 728 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 728 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 729 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 729 ] | 730 ] |
| 730 } | 731 } |
| 731 ], | 732 ], |
| 732 }, | 733 }, |
| 733 ], | 734 ], |
| 734 }], | 735 }], |
| 735 ], | 736 ], |
| 736 } | 737 } |
| OLD | NEW |