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

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

Issue 2873903004: Add UMA to count directory-changed events by RootType. (Closed)
Patch Set: Revert unused code 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/foreground/js/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
index fd2407931e239ccb63f50dc7083e2625508394cc..33ec35c5df38f301a9f2dbd26e9caa34838437c7 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
@@ -104,6 +104,14 @@
],
'includes': ['../../../compile_js2.gypi'],
},
+ {
+ 'target_name': 'navigation_uma',
+ 'dependencies': [
+ 'dialog_type',
+ 'volume_manager_wrapper',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'directory_tree_naming_controller',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698