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

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

Issue 727583002: Regression: Search+Key pops up app launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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_history.cc ('k') | ui/views/focus/focus_manager.cc » ('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 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 23 matching lines...) Expand all
34 ], 34 ],
35 'export_dependent_settings': [ 35 'export_dependent_settings': [
36 '../../net/net.gyp:net', 36 '../../net/net.gyp:net',
37 '../../skia/skia.gyp:skia', 37 '../../skia/skia.gyp:skia',
38 '../gfx/gfx.gyp:gfx', 38 '../gfx/gfx.gyp:gfx',
39 ], 39 ],
40 'sources' : [ 40 'sources' : [
41 # Note: file list duplicated in GN build. 41 # Note: file list duplicated in GN build.
42 'accelerators/accelerator.cc', 42 'accelerators/accelerator.cc',
43 'accelerators/accelerator.h', 43 'accelerators/accelerator.h',
44 'accelerators/accelerator_history.cc',
45 'accelerators/accelerator_history.h',
44 'accelerators/accelerator_manager.cc', 46 'accelerators/accelerator_manager.cc',
45 'accelerators/accelerator_manager.h', 47 'accelerators/accelerator_manager.h',
46 'accelerators/menu_label_accelerator_util_linux.cc', 48 'accelerators/menu_label_accelerator_util_linux.cc',
47 'accelerators/menu_label_accelerator_util_linux.h', 49 'accelerators/menu_label_accelerator_util_linux.h',
48 'accelerators/platform_accelerator.h', 50 'accelerators/platform_accelerator.h',
49 'accelerators/platform_accelerator_cocoa.h', 51 'accelerators/platform_accelerator_cocoa.h',
50 'accelerators/platform_accelerator_cocoa.mm', 52 'accelerators/platform_accelerator_cocoa.mm',
51 'android/system_ui_resource_manager.h', 53 'android/system_ui_resource_manager.h',
52 'android/system_ui_resource_type.h', 54 'android/system_ui_resource_type.h',
53 'android/ui_base_jni_registrar.cc', 55 'android/ui_base_jni_registrar.cc',
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 ], 766 ],
765 'variables': { 767 'variables': {
766 'jni_gen_package': 'ui', 768 'jni_gen_package': 'ui',
767 }, 769 },
768 'includes': [ '../../build/jni_generator.gypi' ], 770 'includes': [ '../../build/jni_generator.gypi' ],
769 }, 771 },
770 ], 772 ],
771 }], 773 }],
772 ], 774 ],
773 } 775 }
OLDNEW
« no previous file with comments | « ui/base/accelerators/accelerator_history.cc ('k') | ui/views/focus/focus_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698