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 'variables': { | |
6 'externs': [ | |
7 '<(EXTERNS_DIR)/chrome_extensions.js', | |
8 '<(EXTERNS_DIR)/chrome_send.js', | |
9 '<(EXTERNS_DIR)/command_line_private.js', | |
10 '<(EXTERNS_DIR)/file_manager_private.js', | |
11 '<(EXTERNS_DIR)/media_player_private.js', | |
12 '<(EXTERNS_DIR)/metrics_private.js', | |
Dan Beam
2015/10/19 16:10:28
is this common to ALL compiled_resources.gyp files
fukino
2015/10/20 04:13:07
Actually, none of these externs are not common.
I
| |
13 ], | |
14 'closure_args': [ | |
15 'warning_level=VERBOSE', | |
16 ], | |
17 }, | |
18 'includes': ['../../third_party/closure_compiler/compile_js.gypi'], | |
19 } | |
OLD | NEW |