| 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'
|
| ]
|
| }
|
| ],
|
|
|