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

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

Issue 1432393003: Revert of 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 {
7 'target_name': 'track_list', 17 'target_name': 'track_list',
8 'variables': { 18 'variables': {
9 'depends': [], 19 'depends': [],
10 'externs': [ 20 'externs': [
11 '../../externs/es7_workaround.js' 21 '../../externs/es7_workaround.js'
12 ] 22 ]
13 }, 23 },
14 'includes': [ 24 'includes': [
15 '../../compile_js.gypi' 25 '../../compile_js.gypi'
16 ] 26 ]
(...skipping 19 matching lines...) Expand all
36 '<(EXTERNS_DIR)/chrome_extensions.js', 46 '<(EXTERNS_DIR)/chrome_extensions.js',
37 '../../externs/es7_workaround.js', 47 '../../externs/es7_workaround.js',
38 ] 48 ]
39 }, 49 },
40 'includes': [ 50 'includes': [
41 '../../compile_js.gypi' 51 '../../compile_js.gypi'
42 ] 52 ]
43 } 53 }
44 ], 54 ],
45 } 55 }
OLDNEW
« no previous file with comments | « ui/file_manager/audio_player/elements/audio_player.js ('k') | ui/file_manager/audio_player/elements/control_panel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698