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

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

Issue 2869273011: [MD Bookmarks] Convert bookmark list to iron-list. (Closed)
Patch Set: add comment, fix closure, rebase Created 3 years, 7 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 | « no previous file | chrome/browser/resources/md_bookmarks/dnd_manager.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 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 '<(EXTERNS_GYP):chrome_extensions', 93 '<(EXTERNS_GYP):chrome_extensions',
94 'actions', 94 'actions',
95 'command_manager', 95 'command_manager',
96 'store_client', 96 'store_client',
97 ], 97 ],
98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
99 }, 99 },
100 { 100 {
101 'target_name': 'list', 101 'target_name': 'list',
102 'dependencies': [ 102 'dependencies': [
103 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile d_resources2.gyp:iron-list-extracted',
103 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
104 'actions', 105 'actions',
105 'store_client', 106 'store_client',
106 ], 107 ],
107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 108 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
108 }, 109 },
109 { 110 {
110 'target_name': 'reducers', 111 'target_name': 'reducers',
111 'dependencies': [ 112 'dependencies': [
112 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 113 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'target_name': 'util', 167 'target_name': 'util',
167 'dependencies': [ 168 'dependencies': [
168 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 169 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
169 '<(EXTERNS_GYP):chrome_extensions', 170 '<(EXTERNS_GYP):chrome_extensions',
170 'types', 171 'types',
171 ], 172 ],
172 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 173 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
173 } 174 }
174 ] 175 ]
175 } 176 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/dnd_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698