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

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

Issue 2780223004: MD Bookmarks: Implement dialog to add new folders/bookmarks (Closed)
Patch Set: Rebase Created 3 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 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 ], 52 ],
53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
54 }, 54 },
55 { 55 {
56 'target_name': 'edit_dialog', 56 'target_name': 'edit_dialog',
57 'dependencies': [ 57 'dependencies': [
58 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', 58 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted',
59 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted', 59 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted',
60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
62 '<(EXTERNS_GYP):chrome_extensions', 63 '<(EXTERNS_GYP):chrome_extensions',
63 'types', 64 'types',
64 ], 65 ],
65 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 66 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
66 }, 67 },
67 { 68 {
68 'target_name': 'folder_node', 69 'target_name': 'folder_node',
69 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 70 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
70 'dependencies': [ 71 'dependencies': [
71 '<(EXTERNS_GYP):chrome_extensions', 72 '<(EXTERNS_GYP):chrome_extensions',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'types', 139 'types',
139 ], 140 ],
140 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 141 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
141 }, 142 },
142 { 143 {
143 'target_name': 'toolbar', 144 'target_name': 'toolbar',
144 'dependencies': [ 145 'dependencies': [
145 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 146 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
146 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 147 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
147 '<(EXTERNS_GYP):chrome_extensions', 148 '<(EXTERNS_GYP):chrome_extensions',
149 'edit_dialog',
148 'store_client', 150 'store_client',
149 ], 151 ],
150 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 152 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
151 }, 153 },
152 { 154 {
153 'target_name': 'types', 155 'target_name': 'types',
154 'dependencies': [ 156 'dependencies': [
155 '<(EXTERNS_GYP):chrome_extensions', 157 '<(EXTERNS_GYP):chrome_extensions',
156 'constants', 158 'constants',
157 ], 159 ],
158 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 160 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
159 }, 161 },
160 { 162 {
161 'target_name': 'util', 163 'target_name': 'util',
162 'dependencies': [ 164 'dependencies': [
163 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 165 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
164 '<(EXTERNS_GYP):chrome_extensions', 166 '<(EXTERNS_GYP):chrome_extensions',
165 'types', 167 'types',
166 ], 168 ],
167 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 169 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
168 } 170 }
169 ] 171 ]
170 } 172 }
OLDNEW
« no previous file with comments | « chrome/app/bookmarks_strings.grdp ('k') | chrome/browser/resources/md_bookmarks/edit_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698