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

Unified Diff: ui/file_manager/audio_player/js/compiled_resources.gyp

Issue 1495873002: AudioPlayer: Stop using Object.observe() and Array.observe(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Listen to property-change events for four states explicitly. Stop using Array.observe. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/file_manager/audio_player/js/audio_player_scripts.js ('k') | ui/file_manager/externs/es7_workaround.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/audio_player/js/compiled_resources.gyp
diff --git a/ui/file_manager/audio_player/js/compiled_resources.gyp b/ui/file_manager/audio_player/js/compiled_resources.gyp
index 1902b6eb5ae455df0f686837353df597a4f2fd5a..9fd6e6540081a54ef47f0382128797525408acdb 100644
--- a/ui/file_manager/audio_player/js/compiled_resources.gyp
+++ b/ui/file_manager/audio_player/js/compiled_resources.gyp
@@ -90,7 +90,6 @@
'../elements/control_panel.js',
'../elements/track_list.js',
'../elements/audio_player.js',
- 'audio_player_model.js',
],
'externs': [
'<(EXTERNS_DIR)/chrome_extensions.js',
@@ -101,7 +100,6 @@
'../../externs/audio_player_foreground.js',
'../../externs/chrome_test.js',
'../../externs/es6_workaround.js',
- '../../externs/es7_workaround.js',
'../../externs/platform.js',
],
},
« no previous file with comments | « ui/file_manager/audio_player/js/audio_player_scripts.js ('k') | ui/file_manager/externs/es7_workaround.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698