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

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: Split out creation 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 26 matching lines...) Expand all
37 ], 37 ],
38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
39 }, 39 },
40 { 40 {
41 'target_name': 'edit_dialog', 41 'target_name': 'edit_dialog',
42 'dependencies': [ 42 'dependencies': [
43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', 43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted',
44 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted', 44 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted',
45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
47 '<(EXTERNS_GYP):chrome_extensions', 48 '<(EXTERNS_GYP):chrome_extensions',
48 'types', 49 'types',
49 ], 50 ],
50 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 51 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
51 }, 52 },
52 { 53 {
53 'target_name': 'dnd_manager', 54 'target_name': 'dnd_manager',
54 'dependencies': [ 55 'dependencies': [
55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
56 '<(EXTERNS_GYP):bookmark_manager_private', 57 '<(EXTERNS_GYP):bookmark_manager_private',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'types', 135 'types',
135 ], 136 ],
136 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 137 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
137 }, 138 },
138 { 139 {
139 'target_name': 'toolbar', 140 'target_name': 'toolbar',
140 'dependencies': [ 141 'dependencies': [
141 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 142 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
142 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 143 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
143 '<(EXTERNS_GYP):chrome_extensions', 144 '<(EXTERNS_GYP):chrome_extensions',
145 'edit_dialog',
144 'store_client', 146 'store_client',
145 ], 147 ],
146 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 148 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
147 }, 149 },
148 { 150 {
149 'target_name': 'types', 151 'target_name': 'types',
150 'dependencies': [ 152 'dependencies': [
151 '<(EXTERNS_GYP):chrome_extensions', 153 '<(EXTERNS_GYP):chrome_extensions',
152 ], 154 ],
153 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 155 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
154 }, 156 },
155 { 157 {
156 'target_name': 'util', 158 'target_name': 'util',
157 'dependencies': [ 159 'dependencies': [
158 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 160 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
159 '<(EXTERNS_GYP):chrome_extensions', 161 '<(EXTERNS_GYP):chrome_extensions',
160 'types', 162 'types',
161 ], 163 ],
162 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 164 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
163 } 165 }
164 ] 166 ]
165 } 167 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698