Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'targets': [ | |
| 7 { | |
| 8 'target_name': 'switch_access', | |
| 9 'dependencies': [ | |
| 10 '<(EXTERNS_GYP):accessibility_private', | |
| 11 '<(EXTERNS_GYP):automation', | |
| 12 '<(EXTERNS_GYP):chrome_extensions', | |
| 13 ], | |
| 14 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], | |
| 15 }, | |
| 16 ], | |
| 17 } | |
| OLD | NEW |