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

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

Issue 2642743006: Compile file_manager/common and volume_manager_wrapper in v2 syntax. (Closed)
Patch Set: Format. Created 3 years, 11 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
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/compiled_resources.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
index a9f45f16628ef9f4f54c3710d635de9a065a7971..e4aeef0ef09888260e3c96bb43572a50298593d3 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
@@ -147,14 +147,14 @@
# 'target_name': 'quick_view_controller',
# 'includes': ['../../../compile_js2.gypi'],
# },
- {
- 'target_name': 'quick_view_model',
- 'dependencies': [
- '../../../../../ui/webui/resources/js/compiled_resources2.gyp:cr',
- '../../../../../ui/webui/resources/js/cr/compiled_resources2.gyp:event_target',
- ],
- 'includes': ['../../../compile_js2.gypi'],
- },
+ {
+ 'target_name': 'quick_view_model',
+ 'dependencies': [
+ '../../../../../ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '../../../../../ui/webui/resources/js/cr/compiled_resources2.gyp:event_target',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'quick_view_uma',
# 'includes': ['../../../compile_js2.gypi'],
@@ -191,9 +191,12 @@
# 'target_name': 'toolbar_controller',
# 'includes': ['../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'volume_manager_wrapper',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
- ],
+ {
+ 'target_name': 'volume_manager_wrapper',
+ 'dependencies': [
+ '../../background/js/compiled_resources2.gyp:volume_manager_factory',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ ],
}
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/compiled_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698