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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'base/resources_unittest.cc', | 164 'base/resources_unittest.cc', |
165 'host/continue_window_mac.mm', | 165 'host/continue_window_mac.mm', |
166 'host/disconnect_window_mac.mm', | 166 'host/disconnect_window_mac.mm', |
167 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings
.jinja2', | 167 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings
.jinja2', |
168 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', | 168 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', |
169 'host/win/core.rc.jinja2', | 169 'host/win/core.rc.jinja2', |
170 'host/win/host_messages.mc.jinja2', | 170 'host/win/host_messages.mc.jinja2', |
171 'host/win/version.rc.jinja2', | 171 'host/win/version.rc.jinja2', |
172 'resources/play_store_resources.cc', | 172 'resources/play_store_resources.cc', |
173 'webapp/crd/manifest.json.jinja2', | 173 'webapp/crd/manifest.json.jinja2', |
174 '<@(remoting_webapp_all_js_files)', | 174 '<@(remoting_webapp_crd_js_files)', |
175 ], | 175 ], |
176 }, | 176 }, |
177 'actions': [ | 177 'actions': [ |
178 { | 178 { |
179 # GN version: //remoting/resources:verify_resources | 179 # GN version: //remoting/resources:verify_resources |
180 'action_name': 'verify_resources', | 180 'action_name': 'verify_resources', |
181 'inputs': [ | 181 'inputs': [ |
182 'resources/remoting_strings.grd', | 182 'resources/remoting_strings.grd', |
183 'tools/verify_resources.py', | 183 'tools/verify_resources.py', |
184 '<@(sources)' | 184 '<@(sources)' |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 ], | 279 ], |
280 'export_dependent_settings': [ | 280 'export_dependent_settings': [ |
281 '../third_party/libjingle/libjingle.gyp:libjingle', | 281 '../third_party/libjingle/libjingle.gyp:libjingle', |
282 ], | 282 ], |
283 'sources': [ | 283 'sources': [ |
284 '<@(remoting_protocol_sources)', | 284 '<@(remoting_protocol_sources)', |
285 ], | 285 ], |
286 }, # end of target 'remoting_protocol' | 286 }, # end of target 'remoting_protocol' |
287 ], # end of targets | 287 ], # end of targets |
288 } | 288 } |
OLD | NEW |