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 'remoting_audio': 0, | 10 'remoting_audio': 0, |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 'webapp/menu_button.css', | 156 'webapp/menu_button.css', |
157 'webapp/menu_button.js', | 157 'webapp/menu_button.js', |
158 'webapp/oauth2.js', | 158 'webapp/oauth2.js', |
159 'webapp/oauth2_callback.html', | 159 'webapp/oauth2_callback.html', |
160 'webapp/plugin_settings.js', | 160 'webapp/plugin_settings.js', |
161 'webapp/remoting.js', | 161 'webapp/remoting.js', |
162 'webapp/scale-to-fit.png', | 162 'webapp/scale-to-fit.png', |
163 'webapp/server_log_entry.js', | 163 'webapp/server_log_entry.js', |
164 'webapp/spinner.gif', | 164 'webapp/spinner.gif', |
165 'webapp/stats_accumulator.js', | 165 'webapp/stats_accumulator.js', |
| 166 'webapp/suspend_monitor.js', |
166 'webapp/toolbar.css', | 167 'webapp/toolbar.css', |
167 'webapp/toolbar.js', | 168 'webapp/toolbar.js', |
168 'webapp/ui_mode.js', | 169 'webapp/ui_mode.js', |
169 'webapp/wcs.js', | 170 'webapp/wcs.js', |
170 'webapp/wcs_loader.js', | 171 'webapp/wcs_loader.js', |
171 'webapp/xhr.js', | 172 'webapp/xhr.js', |
172 ], | 173 ], |
173 'remoting_host_installer_mac_roots': [ | 174 'remoting_host_installer_mac_roots': [ |
174 'host/installer/mac/', | 175 'host/installer/mac/', |
175 '<(DEPTH)/chrome/installer/mac/', | 176 '<(DEPTH)/chrome/installer/mac/', |
(...skipping 1647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1823 '../base/allocator/allocator.gyp:allocator', | 1824 '../base/allocator/allocator.gyp:allocator', |
1824 ], | 1825 ], |
1825 }, | 1826 }, |
1826 ], | 1827 ], |
1827 ], | 1828 ], |
1828 }], | 1829 }], |
1829 ], # end of 'conditions' | 1830 ], # end of 'conditions' |
1830 }, # end of target 'remoting_unittests' | 1831 }, # end of target 'remoting_unittests' |
1831 ], # end of targets | 1832 ], # end of targets |
1832 } | 1833 } |
OLD | NEW |