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

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

Issue 1491543002: AudioPlayer: Update layout to show the volume slider without using popup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 }, 43 },
44 'includes': [ 44 'includes': [
45 '../../compile_js.gypi', 45 '../../compile_js.gypi',
46 ], 46 ],
47 }, 47 },
48 { 48 {
49 'target_name': 'audio_player', 49 'target_name': 'audio_player',
50 'variables': { 50 'variables': {
51 'depends': [ 51 'depends': [
52 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' , 52 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' ,
53 '../../../../third_party/polymer/v1_0/components-chromium/iron-a11y-ke ys-behavior/iron-a11y-keys-behavior-extracted.js',
54 '../../../../third_party/polymer/v1_0/components-chromium/iron-behavio rs/iron-button-state-extracted.js',
55 '../../../../third_party/polymer/v1_0/components-chromium/iron-behavio rs/iron-control-state-extracted.js',
56 '../../../../third_party/polymer/v1_0/components-chromium/iron-form-el ement-behavior/iron-form-element-behavior-extracted.js',
57 '../../../../third_party/polymer/v1_0/components-chromium/iron-range-b ehavior/iron-range-behavior-extracted.js',
58 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi ors/paper-inky-focus-behavior-extracted.js',
59 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi ors/paper-ripple-behavior-extracted.js',
60 '../../../../third_party/polymer/v1_0/components-chromium/paper-progre ss/paper-progress-extracted.js',
61 '../../../../third_party/polymer/v1_0/components-chromium/paper-ripple /paper-ripple-extracted.js',
62 '../../../../third_party/polymer/v1_0/components-chromium/paper-slider /paper-slider-extracted.js',
53 '../../../webui/resources/js/cr.js', 63 '../../../webui/resources/js/cr.js',
54 '../../../webui/resources/js/cr/event_target.js', 64 '../../../webui/resources/js/cr/event_target.js',
55 '../../../webui/resources/js/cr/ui.js', 65 '../../../webui/resources/js/cr/ui.js',
56 '../../../webui/resources/js/cr/ui/array_data_model.js', 66 '../../../webui/resources/js/cr/ui/array_data_model.js',
57 '../../../webui/resources/js/cr/ui/dialogs.js', 67 '../../../webui/resources/js/cr/ui/dialogs.js',
58 '../../../webui/resources/js/load_time_data.js', 68 '../../../webui/resources/js/load_time_data.js',
59 '../../../webui/resources/js/util.js', 69 '../../../webui/resources/js/util.js',
60 '../../file_manager/common/js/async_util.js', 70 '../../file_manager/common/js/async_util.js',
61 '../../file_manager/common/js/file_type.js', 71 '../../file_manager/common/js/file_type.js',
62 '../../file_manager/common/js/lru_cache.js', 72 '../../file_manager/common/js/lru_cache.js',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '../../externs/platform.js', 105 '../../externs/platform.js',
96 ], 106 ],
97 }, 107 },
98 'includes': [ 108 'includes': [
99 '../../compile_js.gypi', 109 '../../compile_js.gypi',
100 ], 110 ],
101 } 111 }
102 ], 112 ],
103 } 113 }
104 114
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698