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

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

Issue 2667133002: Compile video player with gyp v2. (Closed)
Patch Set: Rebased. Created 3 years, 11 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/video_player/js/compiled_resources.gyp ('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 e665539aff45f027cc785b5ac96a45010641731c..1828bfac1bf752fa602022b4360b7fbadb357934 100644
--- a/ui/file_manager/video_player/js/compiled_resources2.gyp
+++ b/ui/file_manager/video_player/js/compiled_resources2.gyp
@@ -3,22 +3,49 @@
# found in the LICENSE file.
{
'targets': [
-# {
-# 'target_name': 'background',
-# 'includes': ['../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'error_util',
-# 'includes': ['../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'media_controls',
-# 'includes': ['../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'video_player',
-# 'includes': ['../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'background',
+ 'dependencies': [
+ '../../file_manager/background/js/compiled_resources2.gyp:app_window_wrapper',
+ '../../file_manager/background/js/compiled_resources2.gyp:background_base',
+ 'error_util',
+ ],
+ 'includes': ['../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'error_util',
+ 'includes': ['../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'media_controls',
+ 'dependencies': [
+ '../../file_manager/common/js/compiled_resources2.gyp:util',
+ '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/compiled_resources2.gyp:paper-slider-extracted',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu_button',
+ '<(EXTERNS_GYP):media_player_private',
+ ],
+ 'includes': ['../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'video_player',
+ 'dependencies': [
+ '../../externs/compiled_resources2.gyp:chrome_cast',
+ '../../file_manager/common/js/compiled_resources2.gyp:metrics',
+ '../../file_manager/common/js/compiled_resources2.gyp:util',
+ '../../file_manager/foreground/js/compiled_resources2.gyp:mouse_inactivity_watcher',
+ '../../file_manager/foreground/js/compiled_resources2.gyp:volume_manager_wrapper',
+ '../../image_loader/compiled_resources2.gyp:image_loader_client',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_template_no_process',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu_item',
+ 'cast/compiled_resources2.gyp:cast_video_element',
+ 'cast/compiled_resources2.gyp:media_manager',
+ 'error_util',
+ 'media_controls',
+ 'video_player_metrics',
+ ],
+ 'includes': ['../../compile_js2.gypi'],
+ },
{
'target_name': 'video_player_metrics',
'dependencies': [
@@ -26,9 +53,5 @@
],
'includes': ['../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'video_player_scripts',
-# 'includes': ['../../compile_js2.gypi'],
-# },
],
}
« no previous file with comments | « ui/file_manager/video_player/js/compiled_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698