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

Side by Side 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, 10 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 # { 6 {
7 # 'target_name': 'background', 7 'target_name': 'background',
8 # 'includes': ['../../compile_js2.gypi'], 8 'dependencies': [
9 # }, 9 '../../file_manager/background/js/compiled_resources2.gyp:app_window_wra pper',
10 # { 10 '../../file_manager/background/js/compiled_resources2.gyp:background_bas e',
11 # 'target_name': 'error_util', 11 'error_util',
12 # 'includes': ['../../compile_js2.gypi'], 12 ],
13 # }, 13 'includes': ['../../compile_js2.gypi'],
14 # { 14 },
15 # 'target_name': 'media_controls', 15 {
16 # 'includes': ['../../compile_js2.gypi'], 16 'target_name': 'error_util',
17 # }, 17 'includes': ['../../compile_js2.gypi'],
18 # { 18 },
19 # 'target_name': 'video_player', 19 {
20 # 'includes': ['../../compile_js2.gypi'], 20 'target_name': 'media_controls',
21 # }, 21 'dependencies': [
22 '../../file_manager/common/js/compiled_resources2.gyp:util',
23 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp iled_resources2.gyp:paper-slider-extracted',
24 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu_butto n',
25 '<(EXTERNS_GYP):media_player_private',
26 ],
27 'includes': ['../../compile_js2.gypi'],
28 },
29 {
30 'target_name': 'video_player',
31 'dependencies': [
32 '../../externs/compiled_resources2.gyp:chrome_cast',
33 '../../file_manager/common/js/compiled_resources2.gyp:metrics',
34 '../../file_manager/common/js/compiled_resources2.gyp:util',
35 '../../file_manager/foreground/js/compiled_resources2.gyp:mouse_inactivi ty_watcher',
36 '../../file_manager/foreground/js/compiled_resources2.gyp:volume_manager _wrapper',
37 '../../image_loader/compiled_resources2.gyp:image_loader_client',
38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_template_no _process',
39 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu',
40 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu_item' ,
41 'cast/compiled_resources2.gyp:cast_video_element',
42 'cast/compiled_resources2.gyp:media_manager',
43 'error_util',
44 'media_controls',
45 'video_player_metrics',
46 ],
47 'includes': ['../../compile_js2.gypi'],
48 },
22 { 49 {
23 'target_name': 'video_player_metrics', 50 'target_name': 'video_player_metrics',
24 'dependencies': [ 51 'dependencies': [
25 '../../file_manager/common/js/compiled_resources2.gyp:metrics_base', 52 '../../file_manager/common/js/compiled_resources2.gyp:metrics_base',
26 ], 53 ],
27 'includes': ['../../compile_js2.gypi'], 54 'includes': ['../../compile_js2.gypi'],
28 }, 55 },
29 # {
30 # 'target_name': 'video_player_scripts',
31 # 'includes': ['../../compile_js2.gypi'],
32 # },
33 ], 56 ],
34 } 57 }
OLDNEW
« 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