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

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

Issue 2260133002: Files: Extract VolumeInfo interface from volume_manager.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 4 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/js/compiled_resources2.gyp
diff --git a/ui/file_manager/audio_player/js/compiled_resources2.gyp b/ui/file_manager/audio_player/js/compiled_resources2.gyp
index 551c18f04649150cd39895c5124148166f792d54..73a4527862c5105e4299fd3d7fdf13298ac284ba 100644
--- a/ui/file_manager/audio_player/js/compiled_resources2.gyp
+++ b/ui/file_manager/audio_player/js/compiled_resources2.gyp
@@ -8,21 +8,17 @@
# 'includes': ['../../compile_js2.gypi'],
# },
# {
-# 'target_name': 'audio_player_scripts',
-# 'includes': ['../../compile_js2.gypi'],
-# },
-# {
# 'target_name': 'background',
# 'includes': ['../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'error_util',
-# 'includes': ['../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'metadata_worker',
-# 'includes': ['../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'error_util',
+ 'includes': ['../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'metadata_worker',
+ 'includes': ['../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'test_util',
# 'includes': ['../../compile_js2.gypi'],
« no previous file with comments | « ui/file_manager/audio_player/js/compiled_resources.gyp ('k') | ui/file_manager/externs/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698