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

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

Issue 2740863003: MD Bookmarks: Implement search and selection in new data flow system (Closed)
Patch Set: Review round 2 Created 3 years, 9 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'types', 111 'types',
112 ], 112 ],
113 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 113 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
114 }, 114 },
115 { 115 {
116 'target_name': 'toolbar', 116 'target_name': 'toolbar',
117 'dependencies': [ 117 'dependencies': [
118 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 118 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
119 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 119 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
120 '<(EXTERNS_GYP):chrome_extensions', 120 '<(EXTERNS_GYP):chrome_extensions',
121 'store_client',
121 ], 122 ],
122 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
123 }, 124 },
124 { 125 {
125 'target_name': 'types', 126 'target_name': 'types',
126 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 127 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
127 }, 128 },
128 { 129 {
129 'target_name': 'util', 130 'target_name': 'util',
130 'dependencies': [ 131 'dependencies': [
131 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 132 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
132 '<(EXTERNS_GYP):chrome_extensions', 133 '<(EXTERNS_GYP):chrome_extensions',
133 'types', 134 'types',
134 ], 135 ],
135 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 136 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
136 } 137 }
137 ] 138 ]
138 } 139 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/app.js ('k') | chrome/browser/resources/md_bookmarks/item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698