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

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

Issue 2600103002: Files app: Compile metrics-related scripts. (Closed)
Patch Set: Rebase Created 4 years 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/common/js/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/common/js/compiled_resources2.gyp b/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
index 02011536239ae324d8c17d6159a3e02b7a0dc6ef..c08690f9fbbd1b2cd195b9921b27400455c04e88 100644
--- a/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
@@ -23,18 +23,32 @@
'target_name': 'lru_cache',
'includes': ['../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'metrics',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'metrics_base',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'metrics_events',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'metrics',
+ 'dependencies': [
+ '<(DEPTH)/third_party/analytics/compiled_resources2.gyp:externs',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ '<(EXTERNS_GYP):file_manager_private',
+ '<(EXTERNS_GYP):chrome_extensions',
+ 'metrics_base',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'metrics_base',
+ 'dependencies': [
+ '<(EXTERNS_GYP):metrics_private',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'metrics_events',
+ 'dependencies': [
+ '<(DEPTH)/third_party/analytics/compiled_resources2.gyp:externs',
+ 'metrics_base',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'progress_center_common',
'includes': ['../../../compile_js2.gypi'],
« no previous file with comments | « third_party/analytics/compiled_resources2.gyp ('k') | ui/file_manager/file_manager/common/js/metrics_base.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698