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

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

Issue 2266303002: [MD Extensions] Add the source type on the details page for an extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaels Created 4 years, 3 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',
11 ], 11 ],
12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
13 }, 13 },
14 { 14 {
15 'target_name': 'detail_view', 15 'target_name': 'detail_view',
16 'dependencies': [ 16 'dependencies': [
17 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 17 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
18 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 18 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
21 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co mpiled_resources2.gyp:neon-animatable-behavior-extracted', 21 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co mpiled_resources2.gyp:neon-animatable-behavior-extracted',
22 '<(EXTERNS_GYP):developer_private', 22 '<(EXTERNS_GYP):developer_private',
23 'animation_helper', 23 'animation_helper',
24 'item', 24 'item',
25 'item_source',
25 ], 26 ],
26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 27 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
27 }, 28 },
28 { 29 {
29 'target_name': 'drop_overlay', 30 'target_name': 'drop_overlay',
30 'dependencies': [ 31 'dependencies': [
31 '<(DEPTH)/chrome/browser/resources/extensions/compiled_resources2.gyp:dr ag_and_drop_handler', 32 '<(DEPTH)/chrome/browser/resources/extensions/compiled_resources2.gyp:dr ag_and_drop_handler',
32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
34 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:drag_wrapp er', 35 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:drag_wrapp er',
(...skipping 10 matching lines...) Expand all
45 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 46 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
46 }, 47 },
47 { 48 {
48 'target_name': 'item', 49 'target_name': 'item',
49 'dependencies': [ 50 'dependencies': [
50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 51 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
51 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 52 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
52 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
54 '<(EXTERNS_GYP):developer_private', 55 '<(EXTERNS_GYP):developer_private',
56 'item_source',
55 ], 57 ],
56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 58 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
57 }, 59 },
58 { 60 {
59 'target_name': 'item_list', 61 'target_name': 'item_list',
60 'dependencies': [ 62 'dependencies': [
61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 63 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 64 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
63 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
64 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co mpiled_resources2.gyp:neon-animatable-behavior-extracted', 66 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co mpiled_resources2.gyp:neon-animatable-behavior-extracted',
65 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', 67 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be havior/compiled_resources2.gyp:iron-resizable-behavior-extracted',
66 '<(EXTERNS_GYP):developer_private', 68 '<(EXTERNS_GYP):developer_private',
67 'animation_helper', 69 'animation_helper',
68 'item', 70 'item',
69 ], 71 ],
70 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
71 }, 73 },
72 { 74 {
75 'target_name': 'item_source',
76 'dependencies': [
77 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
79 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
80 '<(EXTERNS_GYP):developer_private',
81 ],
82 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
83 },
84 {
73 'target_name': 'keyboard_shortcuts', 85 'target_name': 'keyboard_shortcuts',
74 'dependencies': [ 86 'dependencies': [
75 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 87 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
76 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 88 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
77 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co mpiled_resources2.gyp:neon-animatable-behavior-extracted', 89 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co mpiled_resources2.gyp:neon-animatable-behavior-extracted',
78 '<(EXTERNS_GYP):developer_private', 90 '<(EXTERNS_GYP):developer_private',
79 'animation_helper', 91 'animation_helper',
80 ], 92 ],
81 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 93 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
82 }, 94 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'target_name': 'sidebar', 145 'target_name': 'sidebar',
134 'dependencies': [ 146 'dependencies': [
135 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 147 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
136 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 148 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
137 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 149 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
138 ], 150 ],
139 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 151 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
140 }, 152 },
141 ] 153 ]
142 } 154 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_extensions/detail_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698