OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |