Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(507)

Side by Side Diff: ui/file_manager/compile_js.gypi

Issue 1408533002: Turn on verbose flag for compiling file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and address review comments. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698