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

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

Issue 1425033006: AudioPlayer: Update volume controls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 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',
8 'variables': {
9 'depends': [],
10 'externs': []
11 },
12 'includes': [
13 '../../compile_js.gypi'
14 ]
15 },
16 {
17 'target_name': 'track_list', 7 'target_name': 'track_list',
18 'variables': { 8 'variables': {
19 'depends': [], 9 'depends': [],
20 'externs': [ 10 'externs': [
21 '../../externs/es7_workaround.js' 11 '../../externs/es7_workaround.js'
22 ] 12 ]
23 }, 13 },
24 'includes': [ 14 'includes': [
25 '../../compile_js.gypi' 15 '../../compile_js.gypi'
26 ] 16 ]
(...skipping 19 matching lines...) Expand all
46 '<(EXTERNS_DIR)/chrome_extensions.js', 36 '<(EXTERNS_DIR)/chrome_extensions.js',
47 '../../externs/es7_workaround.js', 37 '../../externs/es7_workaround.js',
48 ] 38 ]
49 }, 39 },
50 'includes': [ 40 'includes': [
51 '../../compile_js.gypi' 41 '../../compile_js.gypi'
52 ] 42 ]
53 } 43 }
54 ], 44 ],
55 } 45 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698