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

Side by Side Diff: chrome/browser/resources/media_router/compiled_resources2.gyp

Issue 1876653002: Convert Media Router to use compiled_resources2.gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 2015 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': 'constants', 7 'target_name': 'media_router',
8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
9 },
10 {
11 'target_name': 'history_item',
12 'dependencies': [ 8 'dependencies': [
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
14 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 10 'elements/media_router_header/media_router_header',
15 '../history/compiled_resources2.gyp:externs', 11 'elements/media_router_container/media_router_container',
16 ], 12 ],
17 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 13 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
18 }, 14 },
19 { 15 {
20 'target_name': 'history_list', 16 'target_name': 'externs',
21 'dependencies': [ 17 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
22 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu',
23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
24 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
25 'constants',
26 'history_item',
27 '../history/compiled_resources2.gyp:externs',
28 ],
29 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
30 }, 18 },
31 { 19 {
32 'target_name': 'history_toolbar', 20 'target_name': 'media_router_data',
33 'dependencies': [ 21 'dependencies': [
34 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field', 22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
36 ], 24 ],
37 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
38 }, 26 },
39 { 27 {
40 'target_name': 'history', 28 'target_name': 'media_router_ui_interface',
41 'dependencies': [ 29 'dependencies': [
42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 30 'elements/media_router_header/media_router_header',
43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 31 'elements/media_router_container/media_router_container',
44 'constants',
45 'history_list',
46 'history_toolbar',
47 'side_bar',
48 'synced_device_card',
49 'synced_device_manager',
50 '<(EXTERNS_GYP):chrome_send',
51 '../history/compiled_resources2.gyp:externs',
52 ], 32 ],
53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 33 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
54 }, 34 },
55 { 35 {
56 'target_name': 'side_bar', 36 'target_name': 'elements/media_router_header/media_router_header',
Dan Beam 2016/04/21 16:36:57 can you just put a compiled_resources2.gyp in elem
apacible 2016/04/25 16:44:07 Done. I also did this for others so the target_nam
57 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
58 },
59 {
60 'target_name': 'synced_device_card',
61 'dependencies': [ 37 'dependencies': [
62 '../history/compiled_resources2.gyp:externs', 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
63 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
41 'media_router_data',
64 ], 42 ],
65 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 43 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
66 }, 44 },
67 { 45 {
68 'target_name': 'synced_device_manager', 46 'target_name': 'elements/media_router_container/media_router_container',
69 'dependencies': [ 47 'dependencies': [
70 'synced_device_card', 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
50 'media_router_data',
51 'externs',
71 ], 52 ],
72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
73 }, 54 },
55 {
56 'target_name': 'elements/route_details/route_details',
57 'dependencies': [
58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
59 ],
60 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
61 },
62 {
63 'target_name': 'elements/issue_banner/issue_banner',
64 'dependencies': [
65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
66 ],
67 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
68 },
69 {
70 'target_name': 'elements/media_router_search_highlighter/media_router_sear ch_highlighter',
71 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
72 },
74 ], 73 ],
75 } 74 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/media_router/compiled_resources.gyp ('k') | third_party/closure_compiler/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698