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

Side by Side Diff: ui/file_manager/gallery/js/compiled_resources.gyp

Issue 2260133002: Files: Extract VolumeInfo interface from volume_manager.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 3 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 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'background', 7 'target_name': 'background',
8 'variables': { 8 'variables': {
9 'depends': [ 9 'depends': [
10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' , 10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' ,
(...skipping 19 matching lines...) Expand all
30 'externs': [ 30 'externs': [
31 '<(EXTERNS_DIR)/chrome_extensions.js', 31 '<(EXTERNS_DIR)/chrome_extensions.js',
32 '<(EXTERNS_DIR)/chrome_send.js', 32 '<(EXTERNS_DIR)/chrome_send.js',
33 '<(EXTERNS_DIR)/file_manager_private.js', 33 '<(EXTERNS_DIR)/file_manager_private.js',
34 '<(EXTERNS_DIR)/metrics_private.js', 34 '<(EXTERNS_DIR)/metrics_private.js',
35 '../../../../third_party/analytics/externs.js', 35 '../../../../third_party/analytics/externs.js',
36 '../../externs/chrome_test.js', 36 '../../externs/chrome_test.js',
37 '../../externs/es6_workaround.js', 37 '../../externs/es6_workaround.js',
38 '../../externs/gallery_background.js', 38 '../../externs/gallery_background.js',
39 '../../externs/platform.js', 39 '../../externs/platform.js',
40 '../../externs/volume_info.js',
40 ], 41 ],
41 }, 42 },
42 'includes': [ 43 'includes': [
43 '../../compile_js.gypi', 44 '../../compile_js.gypi',
44 ], 45 ],
45 }, 46 },
46 { 47 {
47 'target_name': 'gallery', 48 'target_name': 'gallery',
48 'variables': { 49 'variables': {
49 'depends': [ 50 'depends': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 '<(EXTERNS_DIR)/metrics_private.js', 140 '<(EXTERNS_DIR)/metrics_private.js',
140 '../../../../third_party/analytics/externs.js', 141 '../../../../third_party/analytics/externs.js',
141 '../../../../third_party/closure_compiler/externs/polymer-1.0.js', 142 '../../../../third_party/closure_compiler/externs/polymer-1.0.js',
142 '../../externs/chrome_test.js', 143 '../../externs/chrome_test.js',
143 '../../externs/es6_workaround.js', 144 '../../externs/es6_workaround.js',
144 '../../externs/exif_entry.js', 145 '../../externs/exif_entry.js',
145 '../../externs/files_elements.js', 146 '../../externs/files_elements.js',
146 '../../externs/gallery_foreground.js', 147 '../../externs/gallery_foreground.js',
147 '../../externs/paper_elements.js', 148 '../../externs/paper_elements.js',
148 '../../externs/platform.js', 149 '../../externs/platform.js',
150 '../../externs/volume_info.js',
149 '../../externs/webview_tag.js', 151 '../../externs/webview_tag.js',
150 ], 152 ],
151 }, 153 },
152 'includes': [ 154 'includes': [
153 '../../compile_js.gypi', 155 '../../compile_js.gypi',
154 ], 156 ],
155 } 157 }
156 ], 158 ],
157 } 159 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698