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

Unified Diff: ui/file_manager/video_player/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
« no previous file with comments | « ui/file_manager/file_manager/common/js/metrics_base.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/video_player/js/compiled_resources2.gyp
diff --git a/ui/file_manager/video_player/js/compiled_resources2.gyp b/ui/file_manager/video_player/js/compiled_resources2.gyp
index e22213791f4483812ed8bff1625291b27eec62ea..e665539aff45f027cc785b5ac96a45010641731c 100644
--- a/ui/file_manager/video_player/js/compiled_resources2.gyp
+++ b/ui/file_manager/video_player/js/compiled_resources2.gyp
@@ -19,10 +19,13 @@
# 'target_name': 'video_player',
# 'includes': ['../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'video_player_metrics',
-# 'includes': ['../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'video_player_metrics',
+ 'dependencies': [
+ '../../file_manager/common/js/compiled_resources2.gyp:metrics_base',
+ ],
+ 'includes': ['../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'video_player_scripts',
# 'includes': ['../../compile_js2.gypi'],
« no previous file with comments | « ui/file_manager/file_manager/common/js/metrics_base.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698