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

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

Issue 2883263002: Stop foreground depending on background in gyp v2 (Closed)
Patch Set: Format. Created 3 years, 7 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/background/js/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/background/js/compiled_resources2.gyp b/ui/file_manager/file_manager/background/js/compiled_resources2.gyp
index fbe43cd79b7aff2418e3cfccaba9178f4f42497d..7a6ca2d3bc71b55d7dba7fd43d1b14c1e0a291d7 100644
--- a/ui/file_manager/file_manager/background/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/background/js/compiled_resources2.gyp
@@ -160,6 +160,7 @@
{
'target_name': 'media_import_handler',
'dependencies': [
+ '../../../externs/background/compiled_resources2.gyp:import_runner',
'../../common/js/compiled_resources2.gyp:importer_common',
'../../common/js/compiled_resources2.gyp:metrics',
'import_history',
@@ -173,6 +174,7 @@
'target_name': 'media_scanner',
'dependencies': [
'../../../externs/compiled_resources2.gyp:platform',
+ '../../../externs/background/compiled_resources2.gyp:media_scanner',
'../../common/js/compiled_resources2.gyp:importer_common',
'<(EXTERNS_GYP):file_manager_private',
'file_operation_util',
« no previous file with comments | « ui/file_manager/externs/compiled_resources2.gyp ('k') | ui/file_manager/file_manager/background/js/drive_sync_handler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698