Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Side by Side Diff: ui/ui.gyp

Issue 10544106: Move usb_keycode_map.h into ui/base/keycodes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment to OWNERS Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/base/keycodes/usb_keycode_map.h ('k') | webkit/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ui/base/keycodes/usb_keycode_map.h ('k') | webkit/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698