OLD | NEW |
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', |
| 17 'dependencies': [ |
| 18 '<(EXTERNS_GYP):accessibility_private', |
| 19 '<(EXTERNS_GYP):automation', |
| 20 'tree_walker', |
| 21 ], |
| 22 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 23 }, |
| 24 { |
16 'target_name': 'background', | 25 'target_name': 'background', |
17 'dependencies': [ | 26 'dependencies': [ |
18 '<(EXTERNS_GYP):chrome_extensions', | 27 '<(EXTERNS_GYP):chrome_extensions', |
19 'switch_access', | 28 'switch_access', |
20 ], | 29 ], |
21 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 30 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
22 }, | 31 }, |
23 { | 32 { |
24 'target_name': 'keyboard_handler', | 33 'target_name': 'keyboard_handler', |
25 'dependencies': [ | 34 'dependencies': [ |
(...skipping 19 matching lines...) Expand all Loading... |
45 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 54 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
46 }, | 55 }, |
47 { | 56 { |
48 'target_name': 'switch_access', | 57 'target_name': 'switch_access', |
49 'dependencies': [ | 58 'dependencies': [ |
50 '<(EXTERNS_GYP):accessibility_private', | 59 '<(EXTERNS_GYP):accessibility_private', |
51 '<(EXTERNS_GYP):automation', | 60 '<(EXTERNS_GYP):automation', |
52 '<(EXTERNS_GYP):chrome_extensions', | 61 '<(EXTERNS_GYP):chrome_extensions', |
53 'prefs', | 62 'prefs', |
54 'auto_scan_manager', | 63 'auto_scan_manager', |
| 64 'automation_manager', |
55 'keyboard_handler', | 65 'keyboard_handler', |
56 'tree_walker', | |
57 ], | 66 ], |
58 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 67 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
59 }, | 68 }, |
60 { | 69 { |
61 'target_name': 'switch_access_interface', | 70 'target_name': 'switch_access_interface', |
62 'dependencies': [ | 71 'dependencies': [ |
63 'prefs', | 72 'prefs', |
64 ], | 73 ], |
65 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 74 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
66 }, | 75 }, |
67 { | 76 { |
68 'target_name': 'tree_walker', | 77 'target_name': 'tree_walker', |
69 'dependencies': [ | 78 'dependencies': [ |
70 '<(EXTERNS_GYP):automation', | 79 '<(EXTERNS_GYP):automation', |
71 ], | 80 ], |
72 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 81 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
73 } | 82 } |
74 ], | 83 ], |
75 } | 84 } |
OLD | NEW |