| Index: chrome/browser/resources/file_manager/js/media/mediaplayer_scripts.js
|
| diff --git a/chrome/browser/resources/file_manager/js/media/mediaplayer_scripts.js b/chrome/browser/resources/file_manager/js/media/mediaplayer_scripts.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b02acfba8a5176409f4074498e9b8b8323089135
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/file_manager/js/media/mediaplayer_scripts.js
|
| @@ -0,0 +1,13 @@
|
| +// Copyright (c) 2012 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.
|
| +
|
| +// The include directives are put into Javascript-style comments to prevent
|
| +// parsing errors in non-flattened mode. The flattener still sees them.
|
| +// Note that this makes the flattener to comment out the first line of the
|
| +// included file but that's all right since any javascript file should start
|
| +// with a copyright comment anyway.
|
| +
|
| +//<include src="audio_player.js"/>
|
| +//<include src="media_controls.js"/>
|
| +//<include src="../metadata/metadata_provider.js"/>
|
|
|