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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/compile_js.gypi
diff --git a/ui/file_manager/compile_js.gypi b/ui/file_manager/compile_js.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..e792f6c074ef56ce93a90681cccc11c4131eb770
--- /dev/null
+++ b/ui/file_manager/compile_js.gypi
@@ -0,0 +1,19 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'variables': {
+ 'externs': [
+ '<(EXTERNS_DIR)/chrome_extensions.js',
+ '<(EXTERNS_DIR)/chrome_send.js',
+ '<(EXTERNS_DIR)/command_line_private.js',
+ '<(EXTERNS_DIR)/file_manager_private.js',
+ '<(EXTERNS_DIR)/media_player_private.js',
+ '<(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
+ ],
+ 'closure_args': [
+ 'warning_level=VERBOSE',
+ ],
+ },
+ 'includes': ['../../third_party/closure_compiler/compile_js.gypi'],
+}

Powered by Google App Engine
This is Rietveld 408576698