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

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

Issue 2939133004: Added to options page to let users change keyboard mappings. (Closed)
Patch Set: Fixed merge conflict and formatting error 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',
11 'prefs',
12 ], 11 ],
13 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 12 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
14 }, 13 },
15 { 14 {
16 'target_name': 'automation_manager', 15 'target_name': 'automation_manager',
17 'dependencies': [ 16 'dependencies': [
18 '<(EXTERNS_GYP):accessibility_private', 17 '<(EXTERNS_GYP):accessibility_private',
19 '<(EXTERNS_GYP):automation', 18 '<(EXTERNS_GYP):automation',
20 'automation_predicate', 19 'automation_predicate',
21 'tree_walker', 20 'tree_walker',
22 ], 21 ],
23 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 22 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
24 }, 23 },
25 { 24 {
26 'target_name': 'automation_predicate', 25 'target_name': 'automation_predicate',
27 'dependencies': [ 26 'dependencies': [
28 '<(EXTERNS_GYP):automation', 27 '<(EXTERNS_GYP):automation',
29 ], 28 ],
30 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 29 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
31 }, 30 },
32 { 31 {
33 'target_name': 'background', 32 'target_name': 'background',
34 'dependencies': [ 33 'dependencies': [
35 '<(EXTERNS_GYP):chrome_extensions', 34 '<(EXTERNS_GYP):chrome_extensions',
36 'switch_access', 35 'switch_access',
37 ], 36 ],
38 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 37 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
39 }, 38 },
40 { 39 {
40 'target_name': 'commands',
41 'dependencies': [
42 'switch_access_interface',
43 ],
44 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
45 },
46 {
41 'target_name': 'keyboard_handler', 47 'target_name': 'keyboard_handler',
42 'dependencies': [ 48 'dependencies': [
43 '<(EXTERNS_GYP):accessibility_private', 49 '<(EXTERNS_GYP):accessibility_private',
44 'switch_access_interface', 50 'switch_access_interface',
45 ], 51 ],
46 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 52 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
47 }, 53 },
48 { 54 {
49 'target_name': 'options', 55 'target_name': 'options',
50 'dependencies': [ 56 'dependencies': [
51 '<(EXTERNS_GYP):chrome_extensions', 57 '<(EXTERNS_GYP):chrome_extensions',
52 'prefs',
53 'switch_access', 58 'switch_access',
54 'background', 59 'background',
55 ], 60 ],
56 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 61 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
57 }, 62 },
58 { 63 {
59 'target_name': 'prefs', 64 'target_name': 'prefs',
60 'dependencies': [ 65 'dependencies': [
61 '<(EXTERNS_GYP):chrome_extensions', 66 '<(EXTERNS_GYP):chrome_extensions',
67 'switch_access_interface',
62 ], 68 ],
63 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 69 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
64 }, 70 },
65 { 71 {
66 'target_name': 'switch_access', 72 'target_name': 'switch_access',
67 'dependencies': [ 73 'dependencies': [
68 '<(EXTERNS_GYP):automation', 74 '<(EXTERNS_GYP):automation',
69 '<(EXTERNS_GYP):chrome_extensions', 75 '<(EXTERNS_GYP):chrome_extensions',
70 'prefs',
71 'auto_scan_manager', 76 'auto_scan_manager',
72 'automation_manager', 77 'automation_manager',
78 'commands',
73 'keyboard_handler', 79 'keyboard_handler',
80 'prefs',
74 ], 81 ],
75 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 82 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
76 }, 83 },
77 { 84 {
78 'target_name': 'switch_access_interface', 85 'target_name': 'switch_access_interface',
79 'dependencies': [ 86 'dependencies': [],
80 'prefs',
81 ],
82 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 87 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
83 }, 88 },
84 { 89 {
85 'target_name': 'tree_walker', 90 'target_name': 'tree_walker',
86 'dependencies': [ 91 'dependencies': [
87 '<(EXTERNS_GYP):automation', 92 '<(EXTERNS_GYP):automation',
88 ], 93 ],
89 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 94 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
90 } 95 }
91 ], 96 ],
92 } 97 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698