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

Side by Side Diff: ui/file_manager/video_player/js/cast/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
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': 'cast_extension_discoverer', 7 'target_name': 'cast_extension_discoverer',
8 # 'includes': ['../../../compile_js2.gypi'], 8 'dependencies': [
9 # }, 9 '../compiled_resources2.gyp:error_util',
10 # { 10 ],
11 # 'target_name': 'cast_video_element', 11 'includes': ['../../../compile_js2.gypi'],
12 # 'includes': ['../../../compile_js2.gypi'], 12 },
13 # }, 13 {
14 # { 14 'target_name': 'cast_video_element',
15 # 'target_name': 'caster', 15 'dependencies': [
16 # 'includes': ['../../../compile_js2.gypi'], 16 '../../../externs/compiled_resources2.gyp:chrome_cast',
17 # }, 17 '../../../externs/compiled_resources2.gyp:platform',
18 # { 18 '../compiled_resources2.gyp:error_util',
19 # 'target_name': 'media_manager', 19 '../compiled_resources2.gyp:video_player_metrics',
20 # 'includes': ['../../../compile_js2.gypi'], 20 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target' ,
21 # }, 21 'media_manager',
22 ],
23 'includes': ['../../../compile_js2.gypi'],
24 },
25 {
26 'target_name': 'caster',
27 'dependencies': [
28 '../../../externs/compiled_resources2.gyp:chrome_cast',
29 '../compiled_resources2.gyp:video_player',
30 'cast_extension_discoverer',
31 ],
32 'includes': ['../../../compile_js2.gypi'],
33 },
34 {
35 'target_name': 'media_manager',
36 'dependencies': [
37 '<(EXTERNS_GYP):file_manager_private',
38 ],
39 'includes': ['../../../compile_js2.gypi'],
40 },
22 ], 41 ],
23 } 42 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698