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

Side by Side Diff: ui/ui.gyp

Issue 9965049: ui/base: Clean up our AcceleratorGtk class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sky review Created 8 years, 8 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/keyboard_codes_win.h ('k') | no next file » | 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 29 matching lines...) Expand all
40 'export_dependent_settings': [ 40 'export_dependent_settings': [
41 '../net/net.gyp:net', 41 '../net/net.gyp:net',
42 '../third_party/icu/icu.gyp:icui18n', 42 '../third_party/icu/icu.gyp:icui18n',
43 '../third_party/icu/icu.gyp:icuuc', 43 '../third_party/icu/icu.gyp:icuuc',
44 ], 44 ],
45 'sources': [ 45 'sources': [
46 'base/accelerators/accelerator.cc', 46 'base/accelerators/accelerator.cc',
47 'base/accelerators/accelerator.h', 47 'base/accelerators/accelerator.h',
48 'base/accelerators/accelerator_cocoa.h', 48 'base/accelerators/accelerator_cocoa.h',
49 'base/accelerators/accelerator_cocoa.mm', 49 'base/accelerators/accelerator_cocoa.mm',
50 'base/accelerators/accelerator_gtk.cc',
50 'base/accelerators/accelerator_gtk.h', 51 'base/accelerators/accelerator_gtk.h',
51 'base/accelerators/accelerator_manager.cc', 52 'base/accelerators/accelerator_manager.cc',
52 'base/accelerators/accelerator_manager.h', 53 'base/accelerators/accelerator_manager.h',
53 'base/accessibility/accessibility_types.h', 54 'base/accessibility/accessibility_types.h',
54 'base/accessibility/accessible_text_utils.cc', 55 'base/accessibility/accessible_text_utils.cc',
55 'base/accessibility/accessible_text_utils.h', 56 'base/accessibility/accessible_text_utils.h',
56 'base/accessibility/accessible_view_state.cc', 57 'base/accessibility/accessible_view_state.cc',
57 'base/accessibility/accessible_view_state.h', 58 'base/accessibility/accessible_view_state.h',
58 'base/animation/animation.cc', 59 'base/animation/animation.cc',
59 'base/animation/animation.h', 60 'base/animation/animation.h',
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 696 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
696 'os.chmod(\'<(ui_copy_dest)\', 0700)' 697 'os.chmod(\'<(ui_copy_dest)\', 0700)'
697 ] 698 ]
698 } 699 }
699 ], 700 ],
700 }, 701 },
701 ], 702 ],
702 }], 703 }],
703 ], 704 ],
704 } 705 }
OLDNEW
« no previous file with comments | « ui/base/keycodes/keyboard_codes_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698