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

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: Lazy render synced tabs menu 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
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/compiled_resources2.gyp:externs', 32 '../history/compiled_resources2.gyp:externs',
28 ], 33 ],
29 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 34 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
30 }, 35 },
31 { 36 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 75 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 76 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
72 'constants', 77 'constants',
73 'app', 78 'app',
74 '<(EXTERNS_GYP):chrome_send', 79 '<(EXTERNS_GYP):chrome_send',
75 '../history/compiled_resources2.gyp:externs', 80 '../history/compiled_resources2.gyp:externs',
76 ], 81 ],
77 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 82 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
78 }, 83 },
79 { 84 {
85 'target_name': 'lazy_render',
86 'dependencies': [
87 'externs',
88 ],
89 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
90 },
91 {
80 'target_name': 'list_container', 92 'target_name': 'list_container',
81 'dependencies': [ 93 'dependencies': [
82 'grouped_list', 94 'grouped_list',
83 'history_list', 95 'history_list',
96 'lazy_render',
84 '<(EXTERNS_GYP):chrome_send', 97 '<(EXTERNS_GYP):chrome_send',
85 '../history/compiled_resources2.gyp:externs', 98 '../history/compiled_resources2.gyp:externs',
86 ], 99 ],
87 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 100 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
88 }, 101 },
89 { 102 {
90 'target_name': 'app', 103 'target_name': 'app',
91 'dependencies': [ 104 'dependencies': [
92 # TODO(calamity): Add app-route elements after closure issues are fixed. 105 # TODO(calamity): Add app-route elements after closure issues are fixed.
93 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 106 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
(...skipping 18 matching lines...) Expand all
112 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 125 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
113 }, 126 },
114 { 127 {
115 'target_name': 'synced_device_card', 128 'target_name': 'synced_device_card',
116 'dependencies': [ 129 'dependencies': [
117 '../history/compiled_resources2.gyp:externs', 130 '../history/compiled_resources2.gyp:externs',
118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 131 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 132 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
120 'browser_service', 133 'browser_service',
121 'constants', 134 'constants',
135 'externs',
122 ], 136 ],
123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 137 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
124 }, 138 },
125 { 139 {
126 'target_name': 'synced_device_manager', 140 'target_name': 'synced_device_manager',
127 'dependencies': [ 141 'dependencies': [
128 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu', 142 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu',
129 'browser_service', 143 'browser_service',
144 'lazy_render',
130 'synced_device_card', 145 'synced_device_card',
131 ], 146 ],
132 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 147 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
133 }, 148 },
134 ], 149 ],
135 } 150 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698