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

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

Issue 1458733003: Reland MD Audio Player. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forcePlay -> forceToPlay 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
(Empty)
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
3 # found in the LICENSE file.
4 {
5 'targets': [
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',
18 'variables': {
19 'depends': [],
20 'externs': [
21 '../../externs/es7_workaround.js'
22 ]
23 },
24 'includes': [
25 '../../compile_js.gypi'
26 ]
27 },
28 {
29 'target_name': 'control_panel',
30 'variables': {
31 'depends': [],
32 'externs': []
33 },
34 'includes': [
35 '../../compile_js.gypi'
36 ]
37 },
38 {
39 'target_name': 'audio_player',
40 'variables': {
41 'depends': [
42 '../js/audio_player_model.js',
43 'track_list.js',
44 ],
45 'externs': [
46 '<(EXTERNS_DIR)/chrome_extensions.js',
47 '../../externs/es7_workaround.js',
48 ]
49 },
50 'includes': [
51 '../../compile_js.gypi'
52 ]
53 }
54 ],
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