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

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: Switch back to using a Command enum 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 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',
51 'types', 64 'types',
52 ], 65 ],
53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 66 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
54 }, 67 },
55 { 68 {
56 'target_name': 'edit_dialog', 69 'target_name': 'edit_dialog',
57 'dependencies': [ 70 'dependencies': [
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', 71 '<(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', 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
63 '<(EXTERNS_GYP):chrome_extensions', 75 '<(EXTERNS_GYP):chrome_extensions',
64 'types', 76 'types',
65 ], 77 ],
66 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 78 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
67 }, 79 },
68 { 80 {
69 'target_name': 'folder_node', 81 'target_name': 'folder_node',
70 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 82 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
71 'dependencies': [ 83 'dependencies': [
72 '<(EXTERNS_GYP):chrome_extensions', 84 '<(EXTERNS_GYP):chrome_extensions',
73 'actions', 85 'actions',
74 'store_client', 86 'store_client',
75 ], 87 ],
76 }, 88 },
77 { 89 {
78 'target_name': 'item', 90 'target_name': 'item',
79 'dependencies': [ 91 'dependencies': [
80 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
81 '<(EXTERNS_GYP):chrome_extensions', 93 '<(EXTERNS_GYP):chrome_extensions',
82 'actions', 94 'actions',
95 'command_manager',
83 'store_client', 96 'store_client',
84 ], 97 ],
85 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
86 }, 99 },
87 { 100 {
88 'target_name': 'list', 101 'target_name': 'list',
89 'dependencies': [ 102 'dependencies': [
90 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
91 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 103 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
92 '<(EXTERNS_GYP):bookmark_manager_private',
93 '<(EXTERNS_GYP):chrome_extensions',
94 'actions', 104 'actions',
95 'edit_dialog',
96 'store_client', 105 'store_client',
97 ], 106 ],
98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
99 }, 108 },
100 { 109 {
101 'target_name': 'reducers', 110 'target_name': 'reducers',
102 'dependencies': [ 111 'dependencies': [
103 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 112 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
104 'actions', 113 'actions',
105 'types', 114 'types',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'target_name': 'util', 173 'target_name': 'util',
165 'dependencies': [ 174 'dependencies': [
166 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 175 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
167 '<(EXTERNS_GYP):chrome_extensions', 176 '<(EXTERNS_GYP):chrome_extensions',
168 'types', 177 'types',
169 ], 178 ],
170 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 179 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
171 } 180 }
172 ] 181 ]
173 } 182 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698