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

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

Issue 2101933005: [MD Extensions] Implement keyboard shortcuts page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: testfix Created 4 years, 5 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': 'animation_helper', 7 'target_name': 'animation_helper',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '<(EXTERNS_GYP):developer_private', 103 '<(EXTERNS_GYP):developer_private',
104 '<(EXTERNS_GYP):management', 104 '<(EXTERNS_GYP):management',
105 'item', 105 'item',
106 'manager', 106 'manager',
107 'pack_dialog', 107 'pack_dialog',
108 'sidebar', 108 'sidebar',
109 ], 109 ],
110 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 110 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
111 }, 111 },
112 { 112 {
113 'target_name': 'shortcut_input',
114 'dependencies': [
115 '<(DEPTH)/chrome/browser/resources/extensions/compiled_resources2.gyp:sh ortcut_util',
116 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
117 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
118 '<(EXTERNS_GYP):developer_private',
119 ],
120 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
121 },
122 {
113 'target_name': 'sidebar', 123 'target_name': 'sidebar',
114 'dependencies': [ 124 'dependencies': [
115 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
116 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 126 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
117 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 127 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
118 ], 128 ],
119 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 129 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
120 }, 130 },
121 { 131 {
122 'target_name': 'toolbar', 132 'target_name': 'toolbar',
123 'dependencies': [ 133 'dependencies': [
124 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 134 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 135 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
126 ], 136 ],
127 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 137 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
128 }, 138 },
129 ] 139 ]
130 } 140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698