OLD | NEW |
(Empty) | |
| 1 # Copyright 2015 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 'variables': { |
| 7 'closure_args!': [ |
| 8 'jscomp_off=duplicate', |
| 9 'jscomp_off=misplacedTypeAnnotation', |
| 10 ], |
| 11 'closure_args': [ |
| 12 'jscomp_error=reportUnknownTypes', |
| 13 'jscomp_error=duplicate', |
| 14 'jscomp_error=misplacedTypeAnnotation', |
| 15 ], |
| 16 'script_args': ['--no-single-file'], |
| 17 }, |
| 18 'includes': ['../third_party/closure_compiler/compile_js.gypi'], |
| 19 } |
OLD | NEW |