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

Unified Diff: ui/file_manager/audio_player/elements/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/audio_player/elements/compiled_resources.gyp
diff --git a/ui/file_manager/audio_player/elements/compiled_resources.gyp b/ui/file_manager/audio_player/elements/compiled_resources.gyp
index 9083447619db3aad0897f994f39864e5aa3411c4..6bc14755d9477f566dc8193e94da55c45f73a7e4 100644
--- a/ui/file_manager/audio_player/elements/compiled_resources.gyp
+++ b/ui/file_manager/audio_player/elements/compiled_resources.gyp
@@ -10,7 +10,7 @@
'externs': []
},
'includes': [
- '../../../../third_party/closure_compiler/compile_js.gypi'
+ '../../compile_js.gypi'
]
},
{
@@ -22,7 +22,7 @@
]
},
'includes': [
- '../../../../third_party/closure_compiler/compile_js.gypi'
+ '../../compile_js.gypi'
]
},
{
@@ -32,7 +32,7 @@
'externs': []
},
'includes': [
- '../../../../third_party/closure_compiler/compile_js.gypi'
+ '../../compile_js.gypi'
]
},
{
@@ -43,12 +43,11 @@
'track_list.js',
],
'externs': [
- '<(EXTERNS_DIR)/chrome_extensions.js',
'../../externs/es7_workaround.js',
]
},
'includes': [
- '../../../../third_party/closure_compiler/compile_js.gypi'
+ '../../compile_js.gypi'
]
}
],
« no previous file with comments | « no previous file | ui/file_manager/audio_player/js/compiled_resources.gyp » ('j') | ui/file_manager/compile_js.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698