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

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

Issue 2282403005: MD WebUI: Move history-lazy-render into cr-elements (Closed)
Patch Set: Rebase Created 4 years, 3 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 2015 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': 'constants',
8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
9 }, 9 },
10 { 10 {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
86 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 86 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
87 'constants', 87 'constants',
88 'app', 88 'app',
89 '<(EXTERNS_GYP):chrome_send', 89 '<(EXTERNS_GYP):chrome_send',
90 '../history/compiled_resources2.gyp:externs', 90 '../history/compiled_resources2.gyp:externs',
91 ], 91 ],
92 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 92 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
93 }, 93 },
94 { 94 {
95 'target_name': 'lazy_render',
96 'dependencies': [
97 'externs',
98 ],
99 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
100 },
101 {
102 'target_name': 'list_container', 95 'target_name': 'list_container',
103 'dependencies': [ 96 'dependencies': [
97 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render',
98 'externs',
104 'grouped_list', 99 'grouped_list',
105 'history_list', 100 'history_list',
106 'history_list_behavior', 101 'history_list_behavior',
107 'lazy_render',
108 '<(EXTERNS_GYP):chrome_send', 102 '<(EXTERNS_GYP):chrome_send',
109 '../history/compiled_resources2.gyp:externs', 103 '../history/compiled_resources2.gyp:externs',
110 ], 104 ],
111 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 105 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
112 }, 106 },
113 { 107 {
114 'target_name': 'app', 108 'target_name': 'app',
115 'dependencies': [ 109 'dependencies': [
116 # TODO(calamity): Add app-route elements after closure issues are fixed. 110 # TODO(calamity): Add app-route elements after closure issues are fixed.
117 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 111 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
(...skipping 26 matching lines...) Expand all
144 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 138 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
145 'browser_service', 139 'browser_service',
146 'constants', 140 'constants',
147 'externs', 141 'externs',
148 ], 142 ],
149 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 143 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
150 }, 144 },
151 { 145 {
152 'target_name': 'synced_device_manager', 146 'target_name': 'synced_device_manager',
153 'dependencies': [ 147 'dependencies': [
148 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render',
154 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu', 149 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu',
155 'browser_service', 150 'browser_service',
156 'lazy_render',
157 'synced_device_card', 151 'synced_device_card',
158 ], 152 ],
159 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 153 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
160 }, 154 },
161 ], 155 ],
162 } 156 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698