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

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

Issue 2834493006: MD Bookmarks: Pull context menu into separate element (Closed)
Patch Set: 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
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 20 matching lines...) Expand all
31 '<(EXTERNS_GYP):chrome_extensions', 31 '<(EXTERNS_GYP):chrome_extensions',
32 'api_listener', 32 'api_listener',
33 'dnd_manager', 33 'dnd_manager',
34 'router', 34 'router',
35 'store', 35 'store',
36 'store_client', 36 'store_client',
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': 'command_manager',
42 'dependencies': [
43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted',
44 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
47 '<(EXTERNS_GYP):bookmark_manager_private',
48 'edit_dialog',
49 'store_client',
50 ],
51 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
52 },
53 {
41 'target_name': 'constants', 54 'target_name': 'constants',
42 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
43 }, 56 },
44 { 57 {
45 'target_name': 'dnd_manager', 58 'target_name': 'dnd_manager',
46 'dependencies': [ 59 'dependencies': [
47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 60 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
48 '<(EXTERNS_GYP):bookmark_manager_private', 61 '<(EXTERNS_GYP):bookmark_manager_private',
49 '<(EXTERNS_GYP):metrics_private', 62 '<(EXTERNS_GYP):metrics_private',
50 'store', 63 'store',
(...skipping 21 matching lines...) Expand all
72 'actions', 85 'actions',
73 'store_client', 86 'store_client',
74 ], 87 ],
75 }, 88 },
76 { 89 {
77 'target_name': 'item', 90 'target_name': 'item',
78 'dependencies': [ 91 'dependencies': [
79 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
80 '<(EXTERNS_GYP):chrome_extensions', 93 '<(EXTERNS_GYP):chrome_extensions',
81 'actions', 94 'actions',
95 'command_manager',
82 'store_client', 96 'store_client',
83 ], 97 ],
84 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
85 }, 99 },
86 { 100 {
87 'target_name': 'list', 101 'target_name': 'list',
88 'dependencies': [ 102 'dependencies': [
89 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
90 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 103 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
91 '<(EXTERNS_GYP):bookmark_manager_private',
92 '<(EXTERNS_GYP):chrome_extensions',
93 'actions', 104 'actions',
94 'edit_dialog',
95 'store_client', 105 'store_client',
96 ], 106 ],
97 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
98 }, 108 },
99 { 109 {
100 'target_name': 'reducers', 110 'target_name': 'reducers',
101 'dependencies': [ 111 'dependencies': [
102 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 112 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
103 'actions', 113 'actions',
104 'types', 114 'types',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'target_name': 'util', 166 'target_name': 'util',
157 'dependencies': [ 167 'dependencies': [
158 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 168 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
159 '<(EXTERNS_GYP):chrome_extensions', 169 '<(EXTERNS_GYP):chrome_extensions',
160 'types', 170 'types',
161 ], 171 ],
162 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 172 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
163 } 173 }
164 ] 174 ]
165 } 175 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/command_manager.js ('k') | chrome/browser/resources/md_bookmarks/constants.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698