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

Side by Side Diff: ui/file_manager/externs/compiled_resources2.gyp

Issue 2678723002: Compile several targets in Gallery in gyp v2. (Closed)
Patch Set: Rebased. 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
« no previous file with comments | « ui/file_manager/compiled_resources2.gyp ('k') | ui/file_manager/externs/gallery_event.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': 'app_window_common', 7 'target_name': 'app_window_common',
8 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 8 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
9 }, 9 },
10 { 10 {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 }, 77 },
78 { 78 {
79 'target_name': 'files_elements', 79 'target_name': 'files_elements',
80 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 80 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
81 }, 81 },
82 { 82 {
83 'target_name': 'gallery_background', 83 'target_name': 'gallery_background',
84 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 84 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
85 }, 85 },
86 { 86 {
87 'target_name': 'gallery_event',
88 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
89 },
90 {
87 'target_name': 'gallery_foreground', 91 'target_name': 'gallery_foreground',
88 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 92 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
89 }, 93 },
90 { 94 {
91 'target_name': 'html_menu_item_element', 95 'target_name': 'html_menu_item_element',
92 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 96 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
93 }, 97 },
94 { 98 {
95 'target_name': 'launcher_search_provider', 99 'target_name': 'launcher_search_provider',
96 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 100 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 { 138 {
135 'target_name': 'volume_manager', 139 'target_name': 'volume_manager',
136 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 140 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
137 }, 141 },
138 { 142 {
139 'target_name': 'webview_tag', 143 'target_name': 'webview_tag',
140 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 144 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
141 }, 145 },
142 ], 146 ],
143 } 147 }
OLDNEW
« no previous file with comments | « ui/file_manager/compiled_resources2.gyp ('k') | ui/file_manager/externs/gallery_event.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698