Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(815)

Side by Side Diff: ui/file_manager/externs/gallery_foreground.js

Issue 2606663002: Files app: Compile common/js/util.js (Closed)
Patch Set: Remove redundant appID. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /** 5 /**
6 * BackgroundComponents. 6 * BackgroundComponents.
7 * @constructor 7 * @constructor
8 * @struct 8 * @struct
9 */ 9 */
10 function BackgroundComponents() { 10 function BackgroundComponents() {
(...skipping 11 matching lines...) Expand all
22 /** 22 /**
23 * File Manager. This definition is required by 23 * File Manager. This definition is required by
24 * ui/file_manager/file_manager/foreground/js/ui/file_manager_dialog_base.js. 24 * ui/file_manager/file_manager/foreground/js/ui/file_manager_dialog_base.js.
25 * 25 *
26 * @constructor 26 * @constructor
27 * @struct 27 * @struct
28 */ 28 */
29 function FileManager() {} 29 function FileManager() {}
30 30
31 /** 31 /**
32 * This definition is required by
33 * ui/file_manager/file_manager/common/js/util.js.
34 * @type {string}
35 */
36 Window.prototype.appID;
37
38 /**
39 * A global flag which indicates whether it is in tests or not. This is set in 32 * A global flag which indicates whether it is in tests or not. This is set in
40 * gallery/js/background.js. 33 * gallery/js/background.js.
41 * 34 *
42 * @type {boolean} 35 * @type {boolean}
43 */ 36 */
44 Window.prototype.IN_TEST; 37 Window.prototype.IN_TEST;
45 38
46 /** 39 /**
47 * @type {string} 40 * @type {string}
48 */ 41 */
49 Entry.prototype.cachedUrl; 42 Entry.prototype.cachedUrl;
OLDNEW
« no previous file with comments | « ui/file_manager/externs/gallery_background.js ('k') | ui/file_manager/externs/video_player_foreground.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698