| 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 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
| 8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
| 9 'chromium_code': 1, | 9 'chromium_code': 1, |
| 10 | 10 |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 ], | 175 ], |
| 176 'remoting_webapp_js_files': [ | 176 'remoting_webapp_js_files': [ |
| 177 'webapp/client_plugin.js', | 177 'webapp/client_plugin.js', |
| 178 'webapp/client_plugin_async.js', | 178 'webapp/client_plugin_async.js', |
| 179 'webapp/client_screen.js', | 179 'webapp/client_screen.js', |
| 180 'webapp/client_session.js', | 180 'webapp/client_session.js', |
| 181 'webapp/clipboard.js', | 181 'webapp/clipboard.js', |
| 182 'webapp/connection_history.js', | 182 'webapp/connection_history.js', |
| 183 'webapp/connection_stats.js', | 183 'webapp/connection_stats.js', |
| 184 'webapp/cs_oauth2_trampoline.js', | 184 'webapp/cs_oauth2_trampoline.js', |
| 185 'webapp/cs_third_party_auth_trampoline.js', |
| 185 'webapp/error.js', | 186 'webapp/error.js', |
| 186 'webapp/event_handlers.js', | 187 'webapp/event_handlers.js', |
| 187 'webapp/format_iq.js', | 188 'webapp/format_iq.js', |
| 188 'webapp/host.js', | 189 'webapp/host.js', |
| 189 'webapp/host_controller.js', | 190 'webapp/host_controller.js', |
| 190 'webapp/host_list.js', | 191 'webapp/host_list.js', |
| 191 'webapp/host_native_messaging.js', | 192 'webapp/host_native_messaging.js', |
| 192 'webapp/host_screen.js', | 193 'webapp/host_screen.js', |
| 193 'webapp/host_session.js', | 194 'webapp/host_session.js', |
| 194 'webapp/host_settings.js', | 195 'webapp/host_settings.js', |
| 195 'webapp/host_setup_dialog.js', | 196 'webapp/host_setup_dialog.js', |
| 196 'webapp/host_table_entry.js', | 197 'webapp/host_table_entry.js', |
| 197 'webapp/l10n.js', | 198 'webapp/l10n.js', |
| 198 'webapp/log_to_server.js', | 199 'webapp/log_to_server.js', |
| 199 'webapp/menu_button.js', | 200 'webapp/menu_button.js', |
| 200 'webapp/oauth2.js', | 201 'webapp/oauth2.js', |
| 201 'webapp/oauth2_callback.js', | 202 'webapp/oauth2_callback.js', |
| 202 'webapp/plugin_settings.js', | 203 'webapp/plugin_settings.js', |
| 203 'webapp/xhr_proxy.js', | 204 'webapp/xhr_proxy.js', |
| 204 'webapp/remoting.js', | 205 'webapp/remoting.js', |
| 205 'webapp/session_connector.js', | 206 'webapp/session_connector.js', |
| 206 'webapp/server_log_entry.js', | 207 'webapp/server_log_entry.js', |
| 207 'webapp/stats_accumulator.js', | 208 'webapp/stats_accumulator.js', |
| 208 'webapp/storage.js', | 209 'webapp/storage.js', |
| 209 'webapp/survey.js', | 210 'webapp/survey.js', |
| 211 'webapp/third_party_auth.js', |
| 210 'webapp/toolbar.js', | 212 'webapp/toolbar.js', |
| 211 'webapp/ui_mode.js', | 213 'webapp/ui_mode.js', |
| 212 'webapp/wcs.js', | 214 'webapp/wcs.js', |
| 213 'webapp/wcs_loader.js', | 215 'webapp/wcs_loader.js', |
| 214 'webapp/wcs_sandbox_container.js', | 216 'webapp/wcs_sandbox_container.js', |
| 215 'webapp/wcs_sandbox_content.js', | 217 'webapp/wcs_sandbox_content.js', |
| 216 'webapp/xhr.js', | 218 'webapp/xhr.js', |
| 217 ], | 219 ], |
| 218 'remoting_host_installer_mac_roots': [ | 220 'remoting_host_installer_mac_roots': [ |
| 219 'host/installer/mac/', | 221 'host/installer/mac/', |
| (...skipping 2458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2678 '../base/allocator/allocator.gyp:allocator', | 2680 '../base/allocator/allocator.gyp:allocator', |
| 2679 ], | 2681 ], |
| 2680 }, | 2682 }, |
| 2681 ], | 2683 ], |
| 2682 ], | 2684 ], |
| 2683 }], # end of 'toolkit_uses_gtk == 1' | 2685 }], # end of 'toolkit_uses_gtk == 1' |
| 2684 ], # end of 'conditions' | 2686 ], # end of 'conditions' |
| 2685 }, # end of target 'remoting_unittests' | 2687 }, # end of target 'remoting_unittests' |
| 2686 ], # end of targets | 2688 ], # end of targets |
| 2687 } | 2689 } |
| OLD | NEW |