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', |
(...skipping 22 matching lines...) Expand all Loading... |
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 Loading... |
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 } |
OLD | NEW |