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

Unified Diff: ui/file_manager/image_loader/compiled_resources.gyp

Issue 1076173002: Files.app: Add metrics of RAW file loading time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 8 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/manifest.json ('k') | ui/file_manager/image_loader/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/image_loader/compiled_resources.gyp
diff --git a/ui/file_manager/image_loader/compiled_resources.gyp b/ui/file_manager/image_loader/compiled_resources.gyp
index 3b052635f668e0003e692f3aad42525ff9159dd5..f2173e7a044657c3780ff0b37371ef9286a18857 100644
--- a/ui/file_manager/image_loader/compiled_resources.gyp
+++ b/ui/file_manager/image_loader/compiled_resources.gyp
@@ -8,6 +8,9 @@
'variables': {
'depends': [
"../file_manager/common/js/file_type.js",
+ '../file_manager/common/js/metrics_base.js',
+ '../file_manager/common/js/metrics.js',
+ '../file_manager/common/js/metrics_events.js',
"../file_manager/foreground/js/metadata/image_orientation.js",
'cache.js',
'image_loader.js',
@@ -19,6 +22,8 @@
'<(CLOSURE_DIR)/externs/chrome_send_externs.js',
'<(CLOSURE_DIR)/externs/chrome_extensions.js',
'<(CLOSURE_DIR)/externs/file_manager_private.js',
+ '<(CLOSURE_DIR)/externs/metrics_private.js',
+ '../../../third_party/analytics/externs.js',
],
},
'includes': [
« no previous file with comments | « ui/file_manager/file_manager/manifest.json ('k') | ui/file_manager/image_loader/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698