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

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

Issue 2926763005: [MD Bookmarks] Refactor window timer mocking. (Closed)
Patch Set: Created 3 years, 6 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': 'actions', 7 'target_name': 'actions',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
10 '<(EXTERNS_GYP):chrome_extensions', 10 '<(EXTERNS_GYP):chrome_extensions',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'target_name': 'constants', 55 'target_name': 'constants',
56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
57 }, 57 },
58 { 58 {
59 'target_name': 'dnd_manager', 59 'target_name': 'dnd_manager',
60 'dependencies': [ 60 'dependencies': [
61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
62 '<(EXTERNS_GYP):bookmark_manager_private', 62 '<(EXTERNS_GYP):bookmark_manager_private',
63 '<(EXTERNS_GYP):metrics_private', 63 '<(EXTERNS_GYP):metrics_private',
64 'store', 64 'store',
65 'timer_proxy',
65 'types', 66 'types',
66 ], 67 ],
67 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 68 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
68 }, 69 },
69 { 70 {
70 'target_name': 'edit_dialog', 71 'target_name': 'edit_dialog',
71 'dependencies': [ 72 'dependencies': [
72 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted', 73 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted',
73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 75 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 { 141 {
141 'target_name': 'store_client', 142 'target_name': 'store_client',
142 'dependencies': [ 143 'dependencies': [
143 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 144 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
144 'store', 145 'store',
145 'types', 146 'types',
146 ], 147 ],
147 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 148 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
148 }, 149 },
149 { 150 {
151 'target_name': 'timer_proxy',
152 'dependencies': [
153 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
154 ],
155 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
156 },
157 {
150 'target_name': 'toast_manager', 158 'target_name': 'toast_manager',
151 'dependencies': [ 159 'dependencies': [
152 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 160 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
153 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 161 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
154 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp iled_resources2.gyp:paper-button-extracted', 162 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp iled_resources2.gyp:paper-button-extracted',
163 'timer_proxy',
155 ], 164 ],
156 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 165 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
157 }, 166 },
158 { 167 {
159 'target_name': 'toolbar', 168 'target_name': 'toolbar',
160 'dependencies': [ 169 'dependencies': [
161 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 170 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
162 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 171 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
163 '<(EXTERNS_GYP):bookmark_manager_private', 172 '<(EXTERNS_GYP):bookmark_manager_private',
164 '<(EXTERNS_GYP):chrome_extensions', 173 '<(EXTERNS_GYP):chrome_extensions',
(...skipping 15 matching lines...) Expand all
180 'target_name': 'util', 189 'target_name': 'util',
181 'dependencies': [ 190 'dependencies': [
182 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 191 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
183 '<(EXTERNS_GYP):chrome_extensions', 192 '<(EXTERNS_GYP):chrome_extensions',
184 'types', 193 'types',
185 ], 194 ],
186 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 195 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
187 } 196 }
188 ] 197 ]
189 } 198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698