| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 'resources/infographic_my_computers.webp', | 147 'resources/infographic_my_computers.webp', |
| 148 'resources/infographic_remote_assistance.webp', | 148 'resources/infographic_remote_assistance.webp', |
| 149 'resources/tick.webp', | 149 'resources/tick.webp', |
| 150 'webapp/connection_history.css', | 150 'webapp/connection_history.css', |
| 151 'webapp/connection_stats.css', | 151 'webapp/connection_stats.css', |
| 152 'webapp/main.css', | 152 'webapp/main.css', |
| 153 'webapp/main.html', | 153 'webapp/main.html', |
| 154 'webapp/manifest.json', | 154 'webapp/manifest.json', |
| 155 'webapp/menu_button.css', | 155 'webapp/menu_button.css', |
| 156 'webapp/oauth2_callback.html', | 156 'webapp/oauth2_callback.html', |
| 157 'webapp/open_sans.css', |
| 158 'webapp/open_sans.woff', |
| 157 'webapp/scale-to-fit.webp', | 159 'webapp/scale-to-fit.webp', |
| 158 'webapp/spinner.gif', | 160 'webapp/spinner.gif', |
| 159 'webapp/toolbar.css', | 161 'webapp/toolbar.css', |
| 160 'webapp/wcs_sandbox.html', | 162 'webapp/wcs_sandbox.html', |
| 161 ], | 163 ], |
| 162 'remoting_webapp_js_files': [ | 164 'remoting_webapp_js_files': [ |
| 163 'webapp/client_plugin.js', | 165 'webapp/client_plugin.js', |
| 164 'webapp/client_plugin_async.js', | 166 'webapp/client_plugin_async.js', |
| 165 'webapp/client_screen.js', | 167 'webapp/client_screen.js', |
| 166 'webapp/client_session.js', | 168 'webapp/client_session.js', |
| (...skipping 2317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2484 '../base/allocator/allocator.gyp:allocator', | 2486 '../base/allocator/allocator.gyp:allocator', |
| 2485 ], | 2487 ], |
| 2486 }, | 2488 }, |
| 2487 ], | 2489 ], |
| 2488 ], | 2490 ], |
| 2489 }], # end of 'toolkit_uses_gtk == 1' | 2491 }], # end of 'toolkit_uses_gtk == 1' |
| 2490 ], # end of 'conditions' | 2492 ], # end of 'conditions' |
| 2491 }, # end of target 'remoting_unittests' | 2493 }, # end of target 'remoting_unittests' |
| 2492 ], # end of targets | 2494 ], # end of targets |
| 2493 } | 2495 } |
| OLD | NEW |