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

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

Issue 2723613004: [MD Extensions] Update Detail View UI (Closed)
Patch Set: nit 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': '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 12 matching lines...) Expand all
23 'target_name': 'detail_view', 23 'target_name': 'detail_view',
24 'dependencies': [ 24 'dependencies': [
25 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 25 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
26 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 26 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
29 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co mpiled_resources2.gyp:neon-animatable-behavior-extracted', 29 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co mpiled_resources2.gyp:neon-animatable-behavior-extracted',
30 '<(EXTERNS_GYP):developer_private', 30 '<(EXTERNS_GYP):developer_private',
31 'animation_helper', 31 'animation_helper',
32 'item', 32 'item',
33 'item_source', 33 'item_util',
34 ], 34 ],
35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
36 }, 36 },
37 { 37 {
38 'target_name': 'drop_overlay', 38 'target_name': 'drop_overlay',
39 'dependencies': [ 39 'dependencies': [
40 '<(DEPTH)/chrome/browser/resources/extensions/compiled_resources2.gyp:dr ag_and_drop_handler', 40 '<(DEPTH)/chrome/browser/resources/extensions/compiled_resources2.gyp:dr ag_and_drop_handler',
41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
43 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:drag_wrapp er', 43 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:drag_wrapp er',
(...skipping 22 matching lines...) Expand all
66 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 66 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
67 }, 67 },
68 { 68 {
69 'target_name': 'item', 69 'target_name': 'item',
70 'dependencies': [ 70 'dependencies': [
71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 71 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
75 '<(EXTERNS_GYP):developer_private', 75 '<(EXTERNS_GYP):developer_private',
76 'item_source', 76 'item_util',
77 ], 77 ],
78 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 78 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
79 }, 79 },
80 { 80 {
81 'target_name': 'item_list', 81 'target_name': 'item_list',
82 'dependencies': [ 82 'dependencies': [
83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
84 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 84 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
86 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co mpiled_resources2.gyp:neon-animatable-behavior-extracted', 86 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co mpiled_resources2.gyp:neon-animatable-behavior-extracted',
87 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', 87 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be havior/compiled_resources2.gyp:iron-resizable-behavior-extracted',
88 '<(EXTERNS_GYP):developer_private', 88 '<(EXTERNS_GYP):developer_private',
89 'animation_helper', 89 'animation_helper',
90 'item', 90 'item',
91 ], 91 ],
92 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 92 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
93 }, 93 },
94 { 94 {
95 'target_name': 'item_source', 95 'target_name': 'item_util',
96 'dependencies': [ 96 'dependencies': [
97 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 97 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
98 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 98 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
99 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 99 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
100 '<(EXTERNS_GYP):developer_private', 100 '<(EXTERNS_GYP):developer_private',
101 ], 101 ],
102 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 102 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
103 }, 103 },
104 { 104 {
105 'target_name': 'keyboard_shortcuts', 105 'target_name': 'keyboard_shortcuts',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'target_name': 'sidebar', 175 'target_name': 'sidebar',
176 'dependencies': [ 176 'dependencies': [
177 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 177 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
178 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 178 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
179 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 179 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
180 ], 180 ],
181 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 181 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
182 }, 182 },
183 ] 183 ]
184 } 184 }
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