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

Unified Diff: ui/file_manager/file_manager/common/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
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 c08690f9fbbd1b2cd195b9921b27400455c04e88..b86d4392c648cd9a9eda8f8e1e2aae940652317e 100644
--- a/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
@@ -15,10 +15,19 @@
'target_name': 'file_type',
'includes': ['../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'importer_common',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'importer_common',
+ 'dependencies': [
+ '../../../externs/compiled_resources2.gyp:background_window',
+ '../../../externs/compiled_resources2.gyp:file_browser_background',
+ '<(DEPTH)/third_party/analytics/compiled_resources2.gyp:externs',
+ '<(EXTERNS_GYP):chrome_extensions',
+ '<(EXTERNS_GYP):command_line_private',
+ 'file_type',
+ 'volume_manager_common',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'lru_cache',
'includes': ['../../../compile_js2.gypi'],
« no previous file with comments | « ui/file_manager/file_manager/background/js/media_scanner.js ('k') | ui/file_manager/file_manager/common/js/importer_common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698