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

Unified Diff: ui/file_manager/file_manager/common/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/file_manager/common/js/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/common/js/compiled_resources2.gyp b/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
index 06f4e168369ac831421552b2e2118fec8c33ae81..2cf41d8ed3f59684b1c2be4923846a507f95dbfb 100644
--- a/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
@@ -79,9 +79,13 @@
# 'target_name': 'util',
# 'includes': ['../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'volume_manager_common',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'volume_manager_common',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ '../../../externs/compiled_resources2.gyp:volume_info',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698