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