| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'webapp/menu_button.js', | 198 'webapp/menu_button.js', |
| 199 'webapp/oauth2.js', | 199 'webapp/oauth2.js', |
| 200 'webapp/oauth2_callback.js', | 200 'webapp/oauth2_callback.js', |
| 201 'webapp/plugin_settings.js', | 201 'webapp/plugin_settings.js', |
| 202 'webapp/xhr_proxy.js', | 202 'webapp/xhr_proxy.js', |
| 203 'webapp/remoting.js', | 203 'webapp/remoting.js', |
| 204 'webapp/session_connector.js', | 204 'webapp/session_connector.js', |
| 205 'webapp/server_log_entry.js', | 205 'webapp/server_log_entry.js', |
| 206 'webapp/stats_accumulator.js', | 206 'webapp/stats_accumulator.js', |
| 207 'webapp/storage.js', | 207 'webapp/storage.js', |
| 208 'webapp/survey.js', |
| 208 'webapp/toolbar.js', | 209 'webapp/toolbar.js', |
| 209 'webapp/ui_mode.js', | 210 'webapp/ui_mode.js', |
| 210 'webapp/wcs.js', | 211 'webapp/wcs.js', |
| 211 'webapp/wcs_loader.js', | 212 'webapp/wcs_loader.js', |
| 212 'webapp/wcs_sandbox_container.js', | 213 'webapp/wcs_sandbox_container.js', |
| 213 'webapp/wcs_sandbox_content.js', | 214 'webapp/wcs_sandbox_content.js', |
| 214 'webapp/xhr.js', | 215 'webapp/xhr.js', |
| 215 ], | 216 ], |
| 216 'remoting_host_installer_mac_roots': [ | 217 'remoting_host_installer_mac_roots': [ |
| 217 'host/installer/mac/', | 218 'host/installer/mac/', |
| (...skipping 2445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2663 '../base/allocator/allocator.gyp:allocator', | 2664 '../base/allocator/allocator.gyp:allocator', |
| 2664 ], | 2665 ], |
| 2665 }, | 2666 }, |
| 2666 ], | 2667 ], |
| 2667 ], | 2668 ], |
| 2668 }], # end of 'toolkit_uses_gtk == 1' | 2669 }], # end of 'toolkit_uses_gtk == 1' |
| 2669 ], # end of 'conditions' | 2670 ], # end of 'conditions' |
| 2670 }, # end of target 'remoting_unittests' | 2671 }, # end of target 'remoting_unittests' |
| 2671 ], # end of targets | 2672 ], # end of targets |
| 2672 } | 2673 } |
| OLD | NEW |