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

Side by Side Diff: chrome/browser/resources/chromeos/switch_access/compiled_resources2.gyp

Issue 2905373002: Set keys for SwitchAccessEventHandler to capture using accessibiltyPrivate API (Closed)
Patch Set: Responded to comment Created 3 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
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'auto_scan_manager', 8 'target_name': 'auto_scan_manager',
9 'dependencies': [ 9 'dependencies': [
10 'switch_access_interface', 10 'switch_access_interface',
(...skipping 22 matching lines...) Expand all
33 'target_name': 'background', 33 'target_name': 'background',
34 'dependencies': [ 34 'dependencies': [
35 '<(EXTERNS_GYP):chrome_extensions', 35 '<(EXTERNS_GYP):chrome_extensions',
36 'switch_access', 36 'switch_access',
37 ], 37 ],
38 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 38 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
39 }, 39 },
40 { 40 {
41 'target_name': 'keyboard_handler', 41 'target_name': 'keyboard_handler',
42 'dependencies': [ 42 'dependencies': [
43 '<(EXTERNS_GYP):accessibility_private',
43 'switch_access_interface', 44 'switch_access_interface',
44 ], 45 ],
45 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 46 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
46 }, 47 },
47 { 48 {
48 'target_name': 'options', 49 'target_name': 'options',
49 'dependencies': [ 50 'dependencies': [
50 '<(EXTERNS_GYP):chrome_extensions', 51 '<(EXTERNS_GYP):chrome_extensions',
51 'prefs', 52 'prefs',
52 'switch_access', 53 'switch_access',
(...skipping 29 matching lines...) Expand all
82 }, 83 },
83 { 84 {
84 'target_name': 'tree_walker', 85 'target_name': 'tree_walker',
85 'dependencies': [ 86 'dependencies': [
86 '<(EXTERNS_GYP):automation', 87 '<(EXTERNS_GYP):automation',
87 ], 88 ],
88 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 89 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
89 } 90 }
90 ], 91 ],
91 } 92 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698