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

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

Issue 2890123003: Compile file_manager and eliminate gyp v1 from Files App! (Closed)
Patch Set: Fix test failures. 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
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/file_manager.js ('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/ui/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
index 10cb8b4e3164f0045cbbde176e0884d0de95ceba..1e53b72b819e287e9b999263c68db8c82132fa94 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
@@ -110,7 +110,8 @@
{
'target_name': 'file_grid',
'dependencies': [
- '../../../background/js/compiled_resources2.gyp:import_history',
+ '../../../../externs/background/compiled_resources2.gyp:import_history',
+ '../../../../externs/background/compiled_resources2.gyp:import_history_enum',
'../../../common/js/compiled_resources2.gyp:async_util',
'../../../common/js/compiled_resources2.gyp:file_type',
'../../../common/js/compiled_resources2.gyp:util',
@@ -188,7 +189,8 @@
{
'target_name': 'file_table',
'dependencies': [
- '../../../background/js/compiled_resources2.gyp:import_history',
+ '../../../../externs/background/compiled_resources2.gyp:import_history',
+ '../../../../externs/background/compiled_resources2.gyp:import_history_enum',
'../compiled_resources2.gyp:file_list_model',
'../compiled_resources2.gyp:list_thumbnail_loader',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/file_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698