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

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

Issue 2678723002: Compile several targets in Gallery in gyp v2. (Closed)
Patch Set: . Created 3 years, 10 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 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'target_name': 'focus_row', 59 'target_name': 'focus_row',
60 'dependencies': [ 60 'dependencies': [
61 '../../compiled_resources2.gyp:assert', 61 '../../compiled_resources2.gyp:assert',
62 '../../compiled_resources2.gyp:cr', 62 '../../compiled_resources2.gyp:cr',
63 '../../compiled_resources2.gyp:event_tracker', 63 '../../compiled_resources2.gyp:event_tracker',
64 '../../compiled_resources2.gyp:util', 64 '../../compiled_resources2.gyp:util',
65 ], 65 ],
66 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'], 66 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
67 }, 67 },
68 { 68 {
69 'target_name': 'list_selection_model',
70 'dependencies': [
71 '../../compiled_resources2.gyp:cr',
72 '../compiled_resources2.gyp:event_target',
73 ],
74 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
75 },
76 {
69 'target_name': 'menu_button', 77 'target_name': 'menu_button',
70 'dependencies': [ 78 'dependencies': [
71 '../../compiled_resources2.gyp:assert', 79 '../../compiled_resources2.gyp:assert',
72 '../../compiled_resources2.gyp:cr', 80 '../../compiled_resources2.gyp:cr',
73 '../../compiled_resources2.gyp:event_tracker', 81 '../../compiled_resources2.gyp:event_tracker',
74 '../compiled_resources2.gyp:ui', 82 '../compiled_resources2.gyp:ui',
75 'menu', 83 'menu',
76 'menu_item', 84 'menu_item',
77 'position_util', 85 'position_util',
78 ], 86 ],
(...skipping 29 matching lines...) Expand all
108 }, 116 },
109 { 117 {
110 'target_name': 'position_util', 118 'target_name': 'position_util',
111 'dependencies': [ 119 'dependencies': [
112 '../../compiled_resources2.gyp:cr', 120 '../../compiled_resources2.gyp:cr',
113 ], 121 ],
114 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'], 122 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.g ypi'],
115 }, 123 },
116 ], 124 ],
117 } 125 }
OLDNEW
« ui/file_manager/gallery/js/compiled_resources.gyp ('K') | « ui/file_manager/gallery/js/slide_mode.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698