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

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

Issue 2636183002: Compile volume related targets in file_manager/background. (Closed)
Patch Set: Use target name directly if the target is in the same file. Created 3 years, 11 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 | « no previous file | ui/file_manager/file_manager/background/js/compiled_resources2.gyp » ('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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 }, 113 },
114 { 114 {
115 'target_name': 'video_player_foreground', 115 'target_name': 'video_player_foreground',
116 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 116 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
117 }, 117 },
118 { 118 {
119 'target_name': 'volume_info', 119 'target_name': 'volume_info',
120 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 120 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
121 }, 121 },
122 { 122 {
123 'target_name': 'volume_info_list',
124 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
125 },
126 {
127 'target_name': 'volume_manager',
128 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
129 },
130 {
123 'target_name': 'webview_tag', 131 'target_name': 'webview_tag',
124 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 132 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
125 }, 133 },
126 ], 134 ],
127 } 135 }
OLDNEW
« no previous file with comments | « no previous file | ui/file_manager/file_manager/background/js/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698