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

Unified Diff: ui/file_manager/file_manager/background/js/compiled_resources.gyp

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/file_manager/background/js/compiled_resources.gyp
diff --git a/ui/file_manager/file_manager/background/js/compiled_resources.gyp b/ui/file_manager/file_manager/background/js/compiled_resources.gyp
index 81a2702e47a581db3a96618069767397a02880bf..ede798af426742eaa8aa0638f6f5acc2d42a6794 100644
--- a/ui/file_manager/file_manager/background/js/compiled_resources.gyp
+++ b/ui/file_manager/file_manager/background/js/compiled_resources.gyp
@@ -10,6 +10,7 @@
'../../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate',
'../../../../webui/resources/js/load_time_data.js',
'../../../../webui/resources/js/cr.js',
+ '../../../../webui/resources/js/cr/ui.js',
'../../../../webui/resources/js/util.js',
'../../../../webui/resources/js/cr/event_target.js',
'../../../../webui/resources/js/cr/ui/array_data_model.js',
@@ -38,19 +39,14 @@
'file_operation_util.js',
'import_history.js',
'launcher_search.js',
+ 'task_queue.js',
'media_import_handler.js',
'media_scanner.js',
'progress_center.js',
- 'task_queue.js',
'volume_manager.js',
'background_base.js',
],
'externs': [
- '<(EXTERNS_DIR)/chrome_send.js',
- '<(EXTERNS_DIR)/chrome_extensions.js',
- '<(EXTERNS_DIR)/command_line_private.js',
- '<(EXTERNS_DIR)/file_manager_private.js',
- '<(EXTERNS_DIR)/metrics_private.js',
'../../../../../third_party/analytics/externs.js',
'../../../externs/chrome_test.js',
'../../../externs/connection.js',
@@ -63,7 +59,7 @@
],
},
'includes': [
- '../../../../../third_party/closure_compiler/compile_js.gypi'
+ '../../../compile_js.gypi',
],
}
],

Powered by Google App Engine
This is Rietveld 408576698