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

Side by Side Diff: ui/webui/resources/js/cr/ui/compiled_resources2.gyp

Issue 2775193003: Reland of Compile more targets in foreground/js/ui in gyp v2 (3) (Closed)
Patch Set: 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
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/drag_selector.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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': 'alert_overlay', 7 'target_name': 'alert_overlay',
8 'dependencies': [ 8 'dependencies': [
9 '../../compiled_resources2.gyp:cr', 9 '../../compiled_resources2.gyp:cr',
10 '../../compiled_resources2.gyp:util', 10 '../../compiled_resources2.gyp:util',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'target_name': 'focus_row', 66 'target_name': 'focus_row',
67 'dependencies': [ 67 'dependencies': [
68 '../../compiled_resources2.gyp:assert', 68 '../../compiled_resources2.gyp:assert',
69 '../../compiled_resources2.gyp:cr', 69 '../../compiled_resources2.gyp:cr',
70 '../../compiled_resources2.gyp:event_tracker', 70 '../../compiled_resources2.gyp:event_tracker',
71 '../../compiled_resources2.gyp:util', 71 '../../compiled_resources2.gyp:util',
72 ], 72 ],
73 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'], 73 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
74 }, 74 },
75 { 75 {
76 'target_name': 'list',
77 'dependencies': [
78 'array_data_model',
79 'list_item',
80 'list_selection_controller',
81 'list_selection_model',
82 ],
83 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
84 },
85 {
86 'target_name': 'list_item',
87 'dependencies': [
88 '../../compiled_resources2.gyp:cr',
89 ],
90 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
91 },
92 {
93 'target_name': 'list_selection_controller',
94 'dependencies': [
95 '../../compiled_resources2.gyp:cr',
96 'list_selection_model',
97 ],
98 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
99 },
100 {
76 'target_name': 'list_selection_model', 101 'target_name': 'list_selection_model',
77 'dependencies': [ 102 'dependencies': [
78 '../../compiled_resources2.gyp:cr', 103 '../../compiled_resources2.gyp:cr',
79 '../compiled_resources2.gyp:event_target', 104 '../compiled_resources2.gyp:event_target',
105 ],
106 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
107 },
108 {
109 'target_name': 'list_single_selection_model',
110 'dependencies': [
111 '../../compiled_resources2.gyp:cr',
112 '../compiled_resources2.gyp:event_target',
80 ], 113 ],
81 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'], 114 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
82 }, 115 },
83 { 116 {
84 'target_name': 'menu_button', 117 'target_name': 'menu_button',
85 'dependencies': [ 118 'dependencies': [
86 '../../compiled_resources2.gyp:assert', 119 '../../compiled_resources2.gyp:assert',
87 '../../compiled_resources2.gyp:cr', 120 '../../compiled_resources2.gyp:cr',
88 '../../compiled_resources2.gyp:event_tracker', 121 '../../compiled_resources2.gyp:event_tracker',
89 '../compiled_resources2.gyp:ui', 122 '../compiled_resources2.gyp:ui',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 { 164 {
132 'target_name': 'splitter', 165 'target_name': 'splitter',
133 'dependencies': [ 166 'dependencies': [
134 '../../compiled_resources2.gyp:cr', 167 '../../compiled_resources2.gyp:cr',
135 '../compiled_resources2.gyp:ui', 168 '../compiled_resources2.gyp:ui',
136 ], 169 ],
137 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'], 170 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
138 }, 171 },
139 ], 172 ],
140 } 173 }
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/drag_selector.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698