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

Side by Side Diff: ui/file_manager/video_player/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
« no previous file with comments | « ui/file_manager/gallery/js/compiled_resources.gyp ('k') | no next file » | 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 '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 20 matching lines...) Expand all
31 ], 31 ],
32 'externs': [ 32 'externs': [
33 '<(EXTERNS_DIR)/chrome_extensions.js', 33 '<(EXTERNS_DIR)/chrome_extensions.js',
34 '<(EXTERNS_DIR)/chrome_send.js', 34 '<(EXTERNS_DIR)/chrome_send.js',
35 '<(EXTERNS_DIR)/file_manager_private.js', 35 '<(EXTERNS_DIR)/file_manager_private.js',
36 '<(EXTERNS_DIR)/metrics_private.js', 36 '<(EXTERNS_DIR)/metrics_private.js',
37 '../../../../third_party/analytics/externs.js', 37 '../../../../third_party/analytics/externs.js',
38 '../../externs/chrome_test.js', 38 '../../externs/chrome_test.js',
39 '../../externs/es6_workaround.js', 39 '../../externs/es6_workaround.js',
40 '../../externs/platform.js', 40 '../../externs/platform.js',
41 '../../externs/volume_info.js',
41 ], 42 ],
42 }, 43 },
43 'includes': [ 44 'includes': [
44 '../../compile_js.gypi', 45 '../../compile_js.gypi',
45 ], 46 ],
46 }, 47 },
47 { 48 {
48 'target_name': 'video_player', 49 'target_name': 'video_player',
49 'variables': { 50 'variables': {
50 'depends': [ 51 'depends': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 '<(EXTERNS_DIR)/file_manager_private.js', 106 '<(EXTERNS_DIR)/file_manager_private.js',
106 '<(EXTERNS_DIR)/media_player_private.js', 107 '<(EXTERNS_DIR)/media_player_private.js',
107 '<(EXTERNS_DIR)/metrics_private.js', 108 '<(EXTERNS_DIR)/metrics_private.js',
108 '../../../../third_party/analytics/externs.js', 109 '../../../../third_party/analytics/externs.js',
109 '../../externs/chrome_test.js', 110 '../../externs/chrome_test.js',
110 '../../externs/chrome_cast.js', 111 '../../externs/chrome_cast.js',
111 '../../externs/chrome_webstore_widget_private.js', 112 '../../externs/chrome_webstore_widget_private.js',
112 '../../externs/es6_workaround.js', 113 '../../externs/es6_workaround.js',
113 '../../externs/platform.js', 114 '../../externs/platform.js',
114 '../../externs/video_player_foreground.js', 115 '../../externs/video_player_foreground.js',
116 '../../externs/volume_info.js',
115 ], 117 ],
116 }, 118 },
117 'includes': [ 119 'includes': [
118 '../../compile_js.gypi', 120 '../../compile_js.gypi',
119 ], 121 ],
120 } 122 }
121 ], 123 ],
122 } 124 }
123 125
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/compiled_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698