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

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

Issue 2856533003: Add background-wide file metadata cache. (Closed)
Patch Set: Rename global_metadata_cache to metadata_proxy. 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 4b750425318f2bb90c124ad4943e84b3e3fa93a8..6ac87436c1272d545d1dd92cf2299675f6473799 100644
--- a/ui/file_manager/file_manager/background/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/background/js/compiled_resources2.gyp
@@ -125,6 +125,14 @@
'../../../externs/compiled_resources2.gyp:file_operation_progress_event',
'../../common/js/compiled_resources2.gyp:async_util',
'../../common/js/compiled_resources2.gyp:util',
+ 'metadata_proxy',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'metadata_proxy',
+ 'dependencies': [
+ '../../common/js/compiled_resources2.gyp:lru_cache',
],
'includes': ['../../../compile_js2.gypi'],
},
@@ -136,6 +144,7 @@
'../../common/js/compiled_resources2.gyp:metrics',
'../../common/js/compiled_resources2.gyp:metrics_events',
'../../common/js/compiled_resources2.gyp:util',
+ 'metadata_proxy',
],
'includes': ['../../../compile_js2.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698