| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 { | 57 { |
| 58 'target_name': 'prefs', | 58 'target_name': 'prefs', |
| 59 'dependencies': [ | 59 'dependencies': [ |
| 60 '<(EXTERNS_GYP):chrome_extensions', | 60 '<(EXTERNS_GYP):chrome_extensions', |
| 61 ], | 61 ], |
| 62 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 62 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 63 }, | 63 }, |
| 64 { | 64 { |
| 65 'target_name': 'switch_access', | 65 'target_name': 'switch_access', |
| 66 'dependencies': [ | 66 'dependencies': [ |
| 67 '<(EXTERNS_GYP):automation', |
| 67 '<(EXTERNS_GYP):chrome_extensions', | 68 '<(EXTERNS_GYP):chrome_extensions', |
| 68 'prefs', | 69 'prefs', |
| 69 'auto_scan_manager', | 70 'auto_scan_manager', |
| 70 'automation_manager', | 71 'automation_manager', |
| 71 'keyboard_handler', | 72 'keyboard_handler', |
| 72 ], | 73 ], |
| 73 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 74 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 74 }, | 75 }, |
| 75 { | 76 { |
| 76 'target_name': 'switch_access_interface', | 77 'target_name': 'switch_access_interface', |
| 77 'dependencies': [ | 78 'dependencies': [ |
| 78 'prefs', | 79 'prefs', |
| 79 ], | 80 ], |
| 80 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 81 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 81 }, | 82 }, |
| 82 { | 83 { |
| 83 'target_name': 'tree_walker', | 84 'target_name': 'tree_walker', |
| 84 'dependencies': [ | 85 'dependencies': [ |
| 85 '<(EXTERNS_GYP):automation', | 86 '<(EXTERNS_GYP):automation', |
| 86 ], | 87 ], |
| 87 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 88 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 88 } | 89 } |
| 89 ], | 90 ], |
| 90 } | 91 } |
| OLD | NEW |