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

Unified Diff: ui/file_manager/audio_player/elements/compiled_resources2.gyp

Issue 2602693002: Files app: Compile custom elements. (Closed)
Patch Set: Address review comments. Created 4 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 side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/audio_player/elements/compiled_resources2.gyp
diff --git a/ui/file_manager/audio_player/elements/compiled_resources2.gyp b/ui/file_manager/audio_player/elements/compiled_resources2.gyp
index b608c363cb0e9d6e27d667d3bf85def81c65e254..b10239771b6f8b3c9e12cc08b6dea59e3ce01d65 100644
--- a/ui/file_manager/audio_player/elements/compiled_resources2.gyp
+++ b/ui/file_manager/audio_player/elements/compiled_resources2.gyp
@@ -3,25 +3,39 @@
# found in the LICENSE file.
{
'targets': [
-# {
-# 'target_name': 'audio_player',
-# 'includes': ['../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'control_panel',
-# 'includes': ['../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'repeat_button',
-# 'includes': ['../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'track_info_panel',
-# 'includes': ['../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'track_list',
-# 'includes': ['../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'audio_player',
+ 'dependencies': [
+ 'control_panel',
+ 'track_info_panel',
+ 'track_list',
+ ],
+ 'includes': ['../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'control_panel',
+ 'dependencies': [
+ '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/compiled_resources2.gyp:paper-slider-extracted',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ 'repeat_button',
+ ],
+ 'includes': ['../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'repeat_button',
+ 'dependencies': [
+ '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-behaviors/compiled_resources2.gyp:iron-button-state-extracted',
+ '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-behaviors/compiled_resources2.gyp:iron-control-state-extracted',
+ ],
+ 'includes': ['../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'track_info_panel',
+ 'includes': ['../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'track_list',
+ 'includes': ['../../compile_js2.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698