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

Side by Side Diff: remoting/remoting.gyp

Issue 682863002: Repack remoting resources into Chrome on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@It2me_ChromeOS
Patch Set: Fix GN build error Created 6 years, 1 month 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 | « chrome/tools/build/repack_locales.py ('k') | remoting/resources/BUILD.gn » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Set this to run the jscompile checks after building the webapp. 9 # Set this to run the jscompile checks after building the webapp.
10 'run_jscompile%': 0, 10 'run_jscompile%': 0,
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 151
152 { 152 {
153 # GN version: //remoting/resources 153 # GN version: //remoting/resources
154 'target_name': 'remoting_resources', 154 'target_name': 'remoting_resources',
155 'type': 'none', 155 'type': 'none',
156 'dependencies': [ 156 'dependencies': [
157 'remoting_webapp_html', 157 'remoting_webapp_html',
158 ], 158 ],
159 'variables': { 159 'variables': {
160 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)', 160 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)',
161 'grit_resource_ids': 'resources/resource_ids',
162 'sources': [ 161 'sources': [
163 '<(SHARED_INTERMEDIATE_DIR)/main.html', 162 '<(SHARED_INTERMEDIATE_DIR)/main.html',
164 'base/resources_unittest.cc', 163 'base/resources_unittest.cc',
165 'host/continue_window_mac.mm', 164 'host/continue_window_mac.mm',
166 'host/disconnect_window_mac.mm', 165 'host/disconnect_window_mac.mm',
167 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2', 166 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2',
168 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', 167 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2',
169 'host/win/core.rc.jinja2', 168 'host/win/core.rc.jinja2',
170 'host/win/host_messages.mc.jinja2', 169 'host/win/host_messages.mc.jinja2',
171 'host/win/version.rc.jinja2', 170 'host/win/version.rc.jinja2',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 ], 289 ],
291 'export_dependent_settings': [ 290 'export_dependent_settings': [
292 '../third_party/libjingle/libjingle.gyp:libjingle', 291 '../third_party/libjingle/libjingle.gyp:libjingle',
293 ], 292 ],
294 'sources': [ 293 'sources': [
295 '<@(remoting_protocol_sources)', 294 '<@(remoting_protocol_sources)',
296 ], 295 ],
297 }, # end of target 'remoting_protocol' 296 }, # end of target 'remoting_protocol'
298 ], # end of targets 297 ], # end of targets
299 } 298 }
OLDNEW
« no previous file with comments | « chrome/tools/build/repack_locales.py ('k') | remoting/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698