| Index: ui/file_manager/file_manager/background/js/compiled_resources.gyp
|
| diff --git a/ui/file_manager/file_manager/background/js/compiled_resources.gyp b/ui/file_manager/file_manager/background/js/compiled_resources.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..323a78f8a76d3f01db8b146b068d20c867e62122
|
| --- /dev/null
|
| +++ b/ui/file_manager/file_manager/background/js/compiled_resources.gyp
|
| @@ -0,0 +1,35 @@
|
| +# Copyright 2014 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +{
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'background',
|
| + 'variables': {
|
| + 'depends': [
|
| + '../../common/js/error_util.js',
|
| + '../../../../webui/resources/js/load_time_data.js',
|
| + '../../../../webui/resources/js/cr.js',
|
| + '../../../../webui/resources/js/cr/event_target.js',
|
| + '../../../../webui/resources/js/cr/ui/array_data_model.js',
|
| + '../../common/js/async_util.js',
|
| + '../../common/js/progress_center_common.js',
|
| + '../../common/js/util.js',
|
| + '../../common/js/volume_manager_common.js',
|
| + 'device_handler.js',
|
| + 'drive_sync_handler.js',
|
| + 'file_operation_handler.js',
|
| + 'file_operation_manager.js',
|
| + 'progress_center.js',
|
| + 'test_util.js',
|
| + 'volume_manager.js',
|
| + '../../../../webui/resources/js/cr/ui/dialogs.js',
|
| + ],
|
| + 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
|
| + },
|
| + 'includes': [
|
| + '../../../../../third_party/closure_compiler/compile_js.gypi'
|
| + ],
|
| + }
|
| + ],
|
| +}
|
|
|