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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 '<(SHARED_INTERMEDIATE_DIR)/main.html', | 163 '<(SHARED_INTERMEDIATE_DIR)/main.html', |
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/js/background.js', | |
174 'webapp/crd/js/butter_bar.js', | |
175 'webapp/crd/js/client_screen.js', | |
176 'webapp/crd/js/error.js', | |
177 'webapp/crd/js/host_list.js', | |
178 'webapp/crd/js/host_setup_dialog.js', | |
179 'webapp/crd/js/host_table_entry.js', | |
180 'webapp/crd/js/it2me_helpee_channel.js', | |
181 'webapp/crd/js/options_menu.js', | |
182 'webapp/crd/js/paired_client_manager.js', | |
183 'webapp/crd/js/remoting.js', | |
184 'webapp/crd/js/window_frame.js', | |
185 'webapp/crd/manifest.json.jinja2', | 173 'webapp/crd/manifest.json.jinja2', |
| 174 '<@(remoting_webapp_all_js_files)', |
186 ], | 175 ], |
187 }, | 176 }, |
188 'actions': [ | 177 'actions': [ |
189 { | 178 { |
190 # GN version: //remoting/resources:verify_resources | 179 # GN version: //remoting/resources:verify_resources |
191 'action_name': 'verify_resources', | 180 'action_name': 'verify_resources', |
192 'inputs': [ | 181 'inputs': [ |
193 'resources/remoting_strings.grd', | 182 'resources/remoting_strings.grd', |
194 'tools/verify_resources.py', | 183 'tools/verify_resources.py', |
195 '<@(sources)' | 184 '<@(sources)' |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 ], | 279 ], |
291 'export_dependent_settings': [ | 280 'export_dependent_settings': [ |
292 '../third_party/libjingle/libjingle.gyp:libjingle', | 281 '../third_party/libjingle/libjingle.gyp:libjingle', |
293 ], | 282 ], |
294 'sources': [ | 283 'sources': [ |
295 '<@(remoting_protocol_sources)', | 284 '<@(remoting_protocol_sources)', |
296 ], | 285 ], |
297 }, # end of target 'remoting_protocol' | 286 }, # end of target 'remoting_protocol' |
298 ], # end of targets | 287 ], # end of targets |
299 } | 288 } |
OLD | NEW |