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

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

Issue 2230003002: MD History: Add lazy-render element for simple lazy initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_history/constants.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'dependencies': [
9 '../history/compiled_resources2.gyp:externs',
10 ],
11 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
12 }, 9 },
13 { 10 {
14 'target_name': 'browser_service', 11 'target_name': 'browser_service',
15 'dependencies': [ 12 'dependencies': [
16 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
17 '../history/compiled_resources2.gyp:externs', 14 '../history/compiled_resources2.gyp:externs',
18 ], 15 ],
19 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 16 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
20 }, 17 },
21 { 18 {
19 'target_name': 'externs',
20 'dependencies': [
21 'constants',
22 '../history/compiled_resources2.gyp:externs',
23 ],
24 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
25 },
26 {
22 'target_name': 'grouped_list', 27 'target_name': 'grouped_list',
23 'dependencies': [ 28 'dependencies': [
24 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-collapse/com piled_resources2.gyp:iron-collapse-extracted', 29 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-collapse/com piled_resources2.gyp:iron-collapse-extracted',
25 'constants', 30 'constants',
26 'history_item', 31 'history_item',
27 'history_list_behavior', 32 'history_list_behavior',
28 '../history/compiled_resources2.gyp:externs', 33 '../history/compiled_resources2.gyp:externs',
29 ], 34 ],
30 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
31 }, 36 },
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 84 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
80 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
81 'constants', 86 'constants',
82 'app', 87 'app',
83 '<(EXTERNS_GYP):chrome_send', 88 '<(EXTERNS_GYP):chrome_send',
84 '../history/compiled_resources2.gyp:externs', 89 '../history/compiled_resources2.gyp:externs',
85 ], 90 ],
86 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 91 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
87 }, 92 },
88 { 93 {
94 'target_name': 'lazy_render',
95 'dependencies': [
96 'externs',
97 ],
98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
99 },
100 {
89 'target_name': 'list_container', 101 'target_name': 'list_container',
90 'dependencies': [ 102 'dependencies': [
91 'grouped_list', 103 'grouped_list',
92 'history_list', 104 'history_list',
93 'history_list_behavior', 105 'history_list_behavior',
106 'lazy_render',
94 '<(EXTERNS_GYP):chrome_send', 107 '<(EXTERNS_GYP):chrome_send',
95 '../history/compiled_resources2.gyp:externs', 108 '../history/compiled_resources2.gyp:externs',
96 ], 109 ],
97 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 110 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
98 }, 111 },
99 { 112 {
100 'target_name': 'app', 113 'target_name': 'app',
101 'dependencies': [ 114 'dependencies': [
102 # TODO(calamity): Add app-route elements after closure issues are fixed. 115 # TODO(calamity): Add app-route elements after closure issues are fixed.
103 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 116 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
(...skipping 18 matching lines...) Expand all
122 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 135 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
123 }, 136 },
124 { 137 {
125 'target_name': 'synced_device_card', 138 'target_name': 'synced_device_card',
126 'dependencies': [ 139 'dependencies': [
127 '../history/compiled_resources2.gyp:externs', 140 '../history/compiled_resources2.gyp:externs',
128 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 141 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
129 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 142 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
130 'browser_service', 143 'browser_service',
131 'constants', 144 'constants',
145 'externs',
132 ], 146 ],
133 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 147 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
134 }, 148 },
135 { 149 {
136 'target_name': 'synced_device_manager', 150 'target_name': 'synced_device_manager',
137 'dependencies': [ 151 'dependencies': [
138 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu', 152 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu',
139 'browser_service', 153 'browser_service',
154 'lazy_render',
140 'synced_device_card', 155 'synced_device_card',
141 ], 156 ],
142 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 157 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
143 }, 158 },
144 ], 159 ],
145 } 160 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_history/constants.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698