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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/audio_player/elements/compiled_resources.gyp
diff --git a/ui/file_manager/audio_player/elements/compiled_resources.gyp b/ui/file_manager/audio_player/elements/compiled_resources.gyp
deleted file mode 100644
index 7e420190882f3be63cd1ea82352cf30db8db172a..0000000000000000000000000000000000000000
--- a/ui/file_manager/audio_player/elements/compiled_resources.gyp
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-{
- 'targets': [
- {
- 'target_name': 'volume_controller',
- 'variables': {
- 'depends': [],
- 'externs': []
- },
- 'includes': [
- '../../compile_js.gypi'
- ]
- },
- {
- 'target_name': 'track_list',
- 'variables': {
- 'depends': [],
- 'externs': [
- '../../externs/es7_workaround.js'
- ]
- },
- 'includes': [
- '../../compile_js.gypi'
- ]
- },
- {
- 'target_name': 'control_panel',
- 'variables': {
- 'depends': [],
- 'externs': []
- },
- 'includes': [
- '../../compile_js.gypi'
- ]
- },
- {
- 'target_name': 'audio_player',
- 'variables': {
- 'depends': [
- '../js/audio_player_model.js',
- 'track_list.js',
- ],
- 'externs': [
- '<(EXTERNS_DIR)/chrome_extensions.js',
- '../../externs/es7_workaround.js',
- ]
- },
- 'includes': [
- '../../compile_js.gypi'
- ]
- }
- ],
-}
« 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