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

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

Issue 2863613003: Implemented scanning by group (Closed)
Patch Set: Responded to comments Created 3 years, 7 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', 11 'prefs',
12 ], 12 ],
13 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 13 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
14 }, 14 },
15 { 15 {
16 'target_name': 'automation_manager', 16 'target_name': 'automation_manager',
17 'dependencies': [ 17 'dependencies': [
18 '<(EXTERNS_GYP):accessibility_private', 18 '<(EXTERNS_GYP):accessibility_private',
19 '<(EXTERNS_GYP):automation', 19 '<(EXTERNS_GYP):automation',
20 'automation_predicate',
20 'tree_walker', 21 'tree_walker',
21 ], 22 ],
22 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 23 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
23 }, 24 },
24 { 25 {
26 'target_name': 'automation_predicate',
27 'dependencies': [
28 '<(EXTERNS_GYP):automation',
29 ],
30 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
31 },
32 {
25 'target_name': 'background', 33 'target_name': 'background',
26 'dependencies': [ 34 'dependencies': [
27 '<(EXTERNS_GYP):chrome_extensions', 35 '<(EXTERNS_GYP):chrome_extensions',
28 'switch_access', 36 'switch_access',
29 ], 37 ],
30 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 38 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
31 }, 39 },
32 { 40 {
33 'target_name': 'keyboard_handler', 41 'target_name': 'keyboard_handler',
34 'dependencies': [ 42 'dependencies': [
(...skipping 14 matching lines...) Expand all
49 { 57 {
50 'target_name': 'prefs', 58 'target_name': 'prefs',
51 'dependencies': [ 59 'dependencies': [
52 '<(EXTERNS_GYP):chrome_extensions', 60 '<(EXTERNS_GYP):chrome_extensions',
53 ], 61 ],
54 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 62 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
55 }, 63 },
56 { 64 {
57 'target_name': 'switch_access', 65 'target_name': 'switch_access',
58 'dependencies': [ 66 'dependencies': [
59 '<(EXTERNS_GYP):accessibility_private',
60 '<(EXTERNS_GYP):automation',
61 '<(EXTERNS_GYP):chrome_extensions', 67 '<(EXTERNS_GYP):chrome_extensions',
62 'prefs', 68 'prefs',
63 'auto_scan_manager', 69 'auto_scan_manager',
64 'automation_manager', 70 'automation_manager',
65 'keyboard_handler', 71 'keyboard_handler',
66 ], 72 ],
67 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 73 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
68 }, 74 },
69 { 75 {
70 'target_name': 'switch_access_interface', 76 'target_name': 'switch_access_interface',
71 'dependencies': [ 77 'dependencies': [
72 'prefs', 78 'prefs',
73 ], 79 ],
74 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 80 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
75 }, 81 },
76 { 82 {
77 'target_name': 'tree_walker', 83 'target_name': 'tree_walker',
78 'dependencies': [ 84 'dependencies': [
79 '<(EXTERNS_GYP):automation', 85 '<(EXTERNS_GYP):automation',
80 ], 86 ],
81 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 87 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
82 } 88 }
83 ], 89 ],
84 } 90 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698