| 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/background/background.js', | 173 'webapp/background/background.js', |
| 174 'webapp/background/it2me_helpee_channel.js', |
| 174 'webapp/butter_bar.js', | 175 'webapp/butter_bar.js', |
| 175 'webapp/client_screen.js', | 176 'webapp/client_screen.js', |
| 176 'webapp/error.js', | 177 'webapp/error.js', |
| 177 'webapp/host_list.js', | 178 'webapp/host_list.js', |
| 178 'webapp/host_setup_dialog.js', | 179 'webapp/host_setup_dialog.js', |
| 179 'webapp/host_table_entry.js', | 180 'webapp/host_table_entry.js', |
| 180 'webapp/options_menu.js', | 181 'webapp/options_menu.js', |
| 181 'webapp/manifest.json.jinja2', | 182 'webapp/manifest.json.jinja2', |
| 182 'webapp/paired_client_manager.js', | 183 'webapp/paired_client_manager.js', |
| 183 'webapp/remoting.js', | 184 'webapp/remoting.js', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 ], | 290 ], |
| 290 'export_dependent_settings': [ | 291 'export_dependent_settings': [ |
| 291 '../third_party/libjingle/libjingle.gyp:libjingle', | 292 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 292 ], | 293 ], |
| 293 'sources': [ | 294 'sources': [ |
| 294 '<@(remoting_protocol_sources)', | 295 '<@(remoting_protocol_sources)', |
| 295 ], | 296 ], |
| 296 }, # end of target 'remoting_protocol' | 297 }, # end of target 'remoting_protocol' |
| 297 ], # end of targets | 298 ], # end of targets |
| 298 } | 299 } |
| OLD | NEW |