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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 'webapp/menu_button.css', | 165 'webapp/menu_button.css', |
166 'webapp/menu_button.js', | 166 'webapp/menu_button.js', |
167 'webapp/oauth2.js', | 167 'webapp/oauth2.js', |
168 'webapp/oauth2_callback.html', | 168 'webapp/oauth2_callback.html', |
169 'webapp/plugin_settings.js', | 169 'webapp/plugin_settings.js', |
170 'webapp/remoting.js', | 170 'webapp/remoting.js', |
171 'webapp/scale-to-fit.png', | 171 'webapp/scale-to-fit.png', |
172 'webapp/server_log_entry.js', | 172 'webapp/server_log_entry.js', |
173 'webapp/spinner.gif', | 173 'webapp/spinner.gif', |
174 'webapp/stats_accumulator.js', | 174 'webapp/stats_accumulator.js', |
| 175 'webapp/suspend_monitor.js', |
175 'webapp/toolbar.css', | 176 'webapp/toolbar.css', |
176 'webapp/toolbar.js', | 177 'webapp/toolbar.js', |
177 'webapp/ui_mode.js', | 178 'webapp/ui_mode.js', |
178 'webapp/wcs.js', | 179 'webapp/wcs.js', |
179 'webapp/wcs_loader.js', | 180 'webapp/wcs_loader.js', |
180 'webapp/xhr.js', | 181 'webapp/xhr.js', |
181 ], | 182 ], |
182 'remoting_host_installer_mac_roots': [ | 183 'remoting_host_installer_mac_roots': [ |
183 'host/installer/mac/', | 184 'host/installer/mac/', |
184 '<(DEPTH)/chrome/installer/mac/', | 185 '<(DEPTH)/chrome/installer/mac/', |
(...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1856 '../base/allocator/allocator.gyp:allocator', | 1857 '../base/allocator/allocator.gyp:allocator', |
1857 ], | 1858 ], |
1858 }, | 1859 }, |
1859 ], | 1860 ], |
1860 ], | 1861 ], |
1861 }], | 1862 }], |
1862 ], # end of 'conditions' | 1863 ], # end of 'conditions' |
1863 }, # end of target 'remoting_unittests' | 1864 }, # end of target 'remoting_unittests' |
1864 ], # end of targets | 1865 ], # end of targets |
1865 } | 1866 } |
OLD | NEW |