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

Side by Side Diff: ui/base/ui_base.gyp

Issue 2177983002: Adds AcceleratorManagerDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 5 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
« no previous file with comments | « ui/base/accelerators/accelerator_manager_unittest.cc ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 '../gfx/gfx.gyp:gfx', 87 '../gfx/gfx.gyp:gfx',
88 ], 88 ],
89 'sources' : [ 89 'sources' : [
90 # Note: file list duplicated in GN build. 90 # Note: file list duplicated in GN build.
91 'accelerators/accelerator.cc', 91 'accelerators/accelerator.cc',
92 'accelerators/accelerator.h', 92 'accelerators/accelerator.h',
93 'accelerators/accelerator_history.cc', 93 'accelerators/accelerator_history.cc',
94 'accelerators/accelerator_history.h', 94 'accelerators/accelerator_history.h',
95 'accelerators/accelerator_manager.cc', 95 'accelerators/accelerator_manager.cc',
96 'accelerators/accelerator_manager.h', 96 'accelerators/accelerator_manager.h',
97 'accelerators/accelerator_manager_delegate.h',
97 'accelerators/menu_label_accelerator_util_linux.cc', 98 'accelerators/menu_label_accelerator_util_linux.cc',
98 'accelerators/menu_label_accelerator_util_linux.h', 99 'accelerators/menu_label_accelerator_util_linux.h',
99 'accelerators/platform_accelerator.h', 100 'accelerators/platform_accelerator.h',
100 'accelerators/platform_accelerator_cocoa.h', 101 'accelerators/platform_accelerator_cocoa.h',
101 'accelerators/platform_accelerator_cocoa.mm', 102 'accelerators/platform_accelerator_cocoa.mm',
102 'android/ui_base_jni_registrar.cc', 103 'android/ui_base_jni_registrar.cc',
103 'android/ui_base_jni_registrar.h', 104 'android/ui_base_jni_registrar.h',
104 'base_window.cc', 105 'base_window.cc',
105 'base_window.h', 106 'base_window.h',
106 'clipboard/clipboard.cc', 107 'clipboard/clipboard.cc',
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 ], 770 ],
770 'variables': { 771 'variables': {
771 'jni_gen_package': 'ui', 772 'jni_gen_package': 'ui',
772 }, 773 },
773 'includes': [ '../../build/jni_generator.gypi' ], 774 'includes': [ '../../build/jni_generator.gypi' ],
774 }, 775 },
775 ], 776 ],
776 }], 777 }],
777 ], 778 ],
778 } 779 }
OLDNEW
« no previous file with comments | « ui/base/accelerators/accelerator_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698