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

Side by Side Diff: ui/file_manager/audio_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, 4 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 20 matching lines...) Expand all
31 ], 31 ],
32 'externs': [ 32 'externs': [
33 '<(EXTERNS_DIR)/chrome_send.js', 33 '<(EXTERNS_DIR)/chrome_send.js',
34 '<(EXTERNS_DIR)/chrome_extensions.js', 34 '<(EXTERNS_DIR)/chrome_extensions.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': 'audio_player', 49 'target_name': 'audio_player',
49 'variables': { 50 'variables': {
50 'depends': [ 51 'depends': [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'externs': [ 96 'externs': [
96 '<(EXTERNS_DIR)/chrome_extensions.js', 97 '<(EXTERNS_DIR)/chrome_extensions.js',
97 '<(EXTERNS_DIR)/chrome_send.js', 98 '<(EXTERNS_DIR)/chrome_send.js',
98 '<(EXTERNS_DIR)/file_manager_private.js', 99 '<(EXTERNS_DIR)/file_manager_private.js',
99 '<(EXTERNS_DIR)/metrics_private.js', 100 '<(EXTERNS_DIR)/metrics_private.js',
100 '../../../../third_party/analytics/externs.js', 101 '../../../../third_party/analytics/externs.js',
101 '../../externs/audio_player_foreground.js', 102 '../../externs/audio_player_foreground.js',
102 '../../externs/chrome_test.js', 103 '../../externs/chrome_test.js',
103 '../../externs/es6_workaround.js', 104 '../../externs/es6_workaround.js',
104 '../../externs/platform.js', 105 '../../externs/platform.js',
106 '../../externs/volume_info.js',
105 ], 107 ],
106 }, 108 },
107 'includes': [ 109 'includes': [
108 '../../compile_js.gypi', 110 '../../compile_js.gypi',
109 ], 111 ],
110 } 112 }
111 ], 113 ],
112 } 114 }
OLDNEW
« no previous file with comments | « third_party/closure_compiler/compiled_resources2.gyp ('k') | ui/file_manager/audio_player/js/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698