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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 '<(SHARED_INTERMEDIATE_DIR)/main.html', | 184 '<(SHARED_INTERMEDIATE_DIR)/main.html', |
185 'base/resources_unittest.cc', | 185 'base/resources_unittest.cc', |
186 'host/continue_window_mac.mm', | 186 'host/continue_window_mac.mm', |
187 'host/disconnect_window_mac.mm', | 187 'host/disconnect_window_mac.mm', |
188 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings
.jinja2', | 188 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings
.jinja2', |
189 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', | 189 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', |
190 'host/plugin/host_plugin-InfoPlist.strings.jinja2', | 190 'host/plugin/host_plugin-InfoPlist.strings.jinja2', |
191 'host/win/core.rc.jinja2', | 191 'host/win/core.rc.jinja2', |
192 'host/win/host_messages.mc.jinja2', | 192 'host/win/host_messages.mc.jinja2', |
193 'host/win/version.rc.jinja2', | 193 'host/win/version.rc.jinja2', |
| 194 'resources/play_store_resources.cc', |
194 'webapp/background.js', | 195 'webapp/background.js', |
195 'webapp/butter_bar.js', | 196 'webapp/butter_bar.js', |
196 'webapp/client_screen.js', | 197 'webapp/client_screen.js', |
197 'webapp/error.js', | 198 'webapp/error.js', |
198 'webapp/host_list.js', | 199 'webapp/host_list.js', |
199 'webapp/host_setup_dialog.js', | 200 'webapp/host_setup_dialog.js', |
200 'webapp/host_table_entry.js', | 201 'webapp/host_table_entry.js', |
201 'webapp/manifest.json.jinja2', | 202 'webapp/manifest.json.jinja2', |
202 'webapp/paired_client_manager.js', | 203 'webapp/paired_client_manager.js', |
203 'webapp/remoting.js', | 204 'webapp/remoting.js', |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 ], | 304 ], |
304 'export_dependent_settings': [ | 305 'export_dependent_settings': [ |
305 '../third_party/libjingle/libjingle.gyp:libjingle', | 306 '../third_party/libjingle/libjingle.gyp:libjingle', |
306 ], | 307 ], |
307 'sources': [ | 308 'sources': [ |
308 '<@(remoting_protocol_sources)', | 309 '<@(remoting_protocol_sources)', |
309 ], | 310 ], |
310 }, # end of target 'remoting_protocol' | 311 }, # end of target 'remoting_protocol' |
311 ], # end of targets | 312 ], # end of targets |
312 } | 313 } |
OLD | NEW |