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

Side by Side Diff: ui/file_manager/externs/background/file_browser_background_full.js

Issue 2890123003: Compile file_manager and eliminate gyp v1 from Files App! (Closed)
Patch Set: Fix test failures. Format. Created 3 years, 7 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
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 /**
6 * @interface
7 * @extends {FileBrowserBackground}
8 * @struct
9 */
10 var FileBrowserBackgroundFull = function() {};
11
12 /**
13 * @type {!DriveSyncHandler}
14 */
15 FileBrowserBackgroundFull.prototype.driveSyncHandler;
16
17 /**
18 * @type {!ProgressCenter}
19 */
20 FileBrowserBackgroundFull.prototype.progressCenter;
21
22 /**
23 * String assets.
24 * @type {Object<string>}
25 */
26 FileBrowserBackgroundFull.prototype.stringData;
27
28 /**
29 * @type {FileOperationManager}
30 */
31 FileBrowserBackgroundFull.prototype.fileOperationManager;
32
33 /**
34 * @type {!importer.ImportRunner}
35 */
36 FileBrowserBackgroundFull.prototype.mediaImportHandler;
37
38 /**
39 * @type {!importer.MediaScanner}
40 */
41 FileBrowserBackgroundFull.prototype.mediaScanner;
42
43 /**
44 * @type {!importer.HistoryLoader}
45 */
46 FileBrowserBackgroundFull.prototype.historyLoader;
OLDNEW
« no previous file with comments | « ui/file_manager/externs/background/file_browser_background.js ('k') | ui/file_manager/externs/background/import_history.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698