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

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

Issue 2305623003: Support to repeat one song in Audio Player. (Closed)
Patch Set: Created 4 years, 3 months 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 007c7163c8c936004dfb52ec11d352b7e76bf9d2..4d5000dc53e676d9139d9e224629daa24f9f8f24 100644
--- a/ui/file_manager/audio_player/elements/compiled_resources2.gyp
+++ b/ui/file_manager/audio_player/elements/compiled_resources2.gyp
@@ -19,5 +19,9 @@
# 'target_name': 'track_list',
# 'includes': ['../../compile_js2.gypi'],
# },
+# {
+# 'target_name': 'repeat_button',
fukino 2016/09/02 12:11:48 Please sort targets based on their target names.
harukam 2016/09/05 04:35:03 Done.
+# 'includes': ['../../compile_js2.gypi'],
+# },
],
}

Powered by Google App Engine
This is Rietveld 408576698