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

Side by Side Diff: third_party/closure_compiler/externs/file_manager_private.js

Issue 2823793002: Compile search_box in gyp v2. (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « no previous file | ui/file_manager/externs/compiled_resources2.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 /** @fileoverview Externs generated from namespace: fileManagerPrivate */ 5 /** @fileoverview Externs generated from namespace: fileManagerPrivate */
6 6
7 /** 7 /**
8 * @typedef {{ 8 * @typedef {{
9 * taskId: string, 9 * taskId: string,
10 * title: string, 10 * title: string,
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 * @typedef {{ 170 * @typedef {{
171 * query: string, 171 * query: string,
172 * types: string, 172 * types: string,
173 * maxResults: number 173 * maxResults: number
174 * }} 174 * }}
175 */ 175 */
176 var SearchMetadataParams; 176 var SearchMetadataParams;
177 177
178 /** 178 /**
179 * @typedef {{ 179 * @typedef {{
180 * entry: Object, 180 * entry: Entry,
181 * highlightedBaseName: string 181 * highlightedBaseName: string
182 * }} 182 * }}
183 */ 183 */
184 var SearchResult; 184 var SearchResult;
185 185
186 /** 186 /**
187 * @typedef {{ 187 * @typedef {{
188 * type: string, 188 * type: string,
189 * reason: (string|undefined) 189 * reason: (string|undefined)
190 * }} 190 * }}
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 /** @type {!ChromeEvent} */ 695 /** @type {!ChromeEvent} */
696 chrome.fileManagerPrivate.onAppsUpdated; 696 chrome.fileManagerPrivate.onAppsUpdated;
697 697
698 /** @enum {string} */ 698 /** @enum {string} */
699 chrome.fileManagerPrivate.Verb = { 699 chrome.fileManagerPrivate.Verb = {
700 OPEN_WITH: 'open_with', 700 OPEN_WITH: 'open_with',
701 ADD_TO: 'add_to', 701 ADD_TO: 'add_to',
702 PACK_WITH: 'pack_with', 702 PACK_WITH: 'pack_with',
703 SHARE_WITH: 'share_with', 703 SHARE_WITH: 'share_with',
704 }; 704 };
OLDNEW
« no previous file with comments | « no previous file | ui/file_manager/externs/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698