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

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

Issue 575313004: Compiling file_manager, part 2: remove all warnings not caused by Object.freeze()-like enums (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@I_file_manager
Patch Set: Created 6 years, 3 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/foreground/js/compiled_resources.gyp
diff --git a/chrome/browser/resources/downloads/compiled_resources.gyp b/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
similarity index 53%
copy from chrome/browser/resources/downloads/compiled_resources.gyp
copy to ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
index c9eb0079a30e3ab92e84008f05a19853df3660ed..3dcdf1f7a7c186b35a38342c33a42a595f9837fa 100644
--- a/chrome/browser/resources/downloads/compiled_resources.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
@@ -4,16 +4,16 @@
{
'targets': [
{
- 'target_name': 'downloads',
+ 'target_name': 'main_scripts',
'variables': {
'depends': [
- '../../../../ui/webui/resources/js/cr.js',
- '../../../../ui/webui/resources/js/load_time_data.js',
- '../../../../ui/webui/resources/js/util.js',
+ '../../../../../ui/webui/resources/js/cr/ui/dialogs.js',
],
'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
},
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
+ 'includes': [
+ '../../../../../third_party/closure_compiler/compile_js.gypi'
+ ],
}
],
}

Powered by Google App Engine
This is Rietveld 408576698