Index: ui/file_manager/audio_player/js/compiled_resources.gyp |
diff --git a/ui/file_manager/audio_player/js/compiled_resources.gyp b/ui/file_manager/audio_player/js/compiled_resources.gyp |
index 3817183714183a752f22490351a665c9201db5b2..232d18106dfb2d68fbeb86c6291bdb5cec0e165d 100644 |
--- a/ui/file_manager/audio_player/js/compiled_resources.gyp |
+++ b/ui/file_manager/audio_player/js/compiled_resources.gyp |
@@ -42,7 +42,7 @@ |
], |
}, |
'includes': [ |
- '../../../../third_party/closure_compiler/compile_js.gypi' |
+ '../../compile_js.gypi', |
], |
}, |
{ |
@@ -80,8 +80,8 @@ |
'audio_player_model.js', |
], |
'externs': [ |
- '<(EXTERNS_DIR)/chrome_send.js', |
'<(EXTERNS_DIR)/chrome_extensions.js', |
+ '<(EXTERNS_DIR)/chrome_send.js', |
'<(EXTERNS_DIR)/file_manager_private.js', |
'<(EXTERNS_DIR)/metrics_private.js', |
'../../../../third_party/analytics/externs.js', |
@@ -94,7 +94,7 @@ |
], |
}, |
'includes': [ |
- '../../../../third_party/closure_compiler/compile_js.gypi' |
+ '../../compile_js.gypi', |
], |
} |
], |