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

Side by Side Diff: ui/file_manager/audio_player/elements/compiled_resources.gyp

Issue 1408533002: Turn on verbose flag for compiling file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use type cast for createElement, fix indent. Created 5 years, 2 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/audio_player/js/compiled_resources.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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': 'volume_controller', 7 'target_name': 'volume_controller',
8 'variables': { 8 'variables': {
9 'depends': [], 9 'depends': [],
10 'externs': [] 10 'externs': []
11 }, 11 },
12 'includes': [ 12 'includes': [
13 '../../../../third_party/closure_compiler/compile_js.gypi' 13 '../../compile_js.gypi'
14 ] 14 ]
15 }, 15 },
16 { 16 {
17 'target_name': 'track_list', 17 'target_name': 'track_list',
18 'variables': { 18 'variables': {
19 'depends': [], 19 'depends': [],
20 'externs': [ 20 'externs': [
21 '../../externs/es7_workaround.js' 21 '../../externs/es7_workaround.js'
22 ] 22 ]
23 }, 23 },
24 'includes': [ 24 'includes': [
25 '../../../../third_party/closure_compiler/compile_js.gypi' 25 '../../compile_js.gypi'
26 ] 26 ]
27 }, 27 },
28 { 28 {
29 'target_name': 'control_panel', 29 'target_name': 'control_panel',
30 'variables': { 30 'variables': {
31 'depends': [], 31 'depends': [],
32 'externs': [] 32 'externs': []
33 }, 33 },
34 'includes': [ 34 'includes': [
35 '../../../../third_party/closure_compiler/compile_js.gypi' 35 '../../compile_js.gypi'
36 ] 36 ]
37 }, 37 },
38 { 38 {
39 'target_name': 'audio_player', 39 'target_name': 'audio_player',
40 'variables': { 40 'variables': {
41 'depends': [ 41 'depends': [
42 '../js/audio_player_model.js', 42 '../js/audio_player_model.js',
43 'track_list.js', 43 'track_list.js',
44 ], 44 ],
45 'externs': [ 45 'externs': [
46 '<(EXTERNS_DIR)/chrome_extensions.js', 46 '<(EXTERNS_DIR)/chrome_extensions.js',
47 '../../externs/es7_workaround.js', 47 '../../externs/es7_workaround.js',
48 ] 48 ]
49 }, 49 },
50 'includes': [ 50 'includes': [
51 '../../../../third_party/closure_compiler/compile_js.gypi' 51 '../../compile_js.gypi'
52 ] 52 ]
53 } 53 }
54 ], 54 ],
55 } 55 }
OLDNEW
« no previous file with comments | « no previous file | ui/file_manager/audio_player/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698