| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 # Use consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'webapp/me2mom/log_to_server.js', | 120 'webapp/me2mom/log_to_server.js', |
| 121 'webapp/me2mom/main.css', | 121 'webapp/me2mom/main.css', |
| 122 'webapp/me2mom/manifest.json', | 122 'webapp/me2mom/manifest.json', |
| 123 'webapp/me2mom/oauth2.js', | 123 'webapp/me2mom/oauth2.js', |
| 124 'webapp/me2mom/oauth2_callback.html', | 124 'webapp/me2mom/oauth2_callback.html', |
| 125 'webapp/me2mom/plugin_settings.js', | 125 'webapp/me2mom/plugin_settings.js', |
| 126 'webapp/me2mom/remoting.js', | 126 'webapp/me2mom/remoting.js', |
| 127 'webapp/me2mom/scale-to-fit.png', | 127 'webapp/me2mom/scale-to-fit.png', |
| 128 'webapp/me2mom/server_log_entry.js', | 128 'webapp/me2mom/server_log_entry.js', |
| 129 'webapp/me2mom/spinner.gif', | 129 'webapp/me2mom/spinner.gif', |
| 130 'webapp/me2mom/stats_accumulator.js', |
| 130 'webapp/me2mom/toolbar.css', | 131 'webapp/me2mom/toolbar.css', |
| 131 'webapp/me2mom/toolbar.js', | 132 'webapp/me2mom/toolbar.js', |
| 132 'webapp/me2mom/ui_mode.js', | 133 'webapp/me2mom/ui_mode.js', |
| 133 'webapp/me2mom/util.js', | 134 'webapp/me2mom/util.js', |
| 134 'webapp/me2mom/wcs.js', | 135 'webapp/me2mom/wcs.js', |
| 135 'webapp/me2mom/wcs_loader.js', | 136 'webapp/me2mom/wcs_loader.js', |
| 136 'webapp/me2mom/xhr.js', | 137 'webapp/me2mom/xhr.js', |
| 137 'resources/chromoting16.png', | 138 'resources/chromoting16.png', |
| 138 'resources/chromoting48.png', | 139 'resources/chromoting48.png', |
| 139 'resources/chromoting128.png', | 140 'resources/chromoting128.png', |
| (...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 957 '../base/allocator/allocator.gyp:allocator', | 958 '../base/allocator/allocator.gyp:allocator', |
| 958 ], | 959 ], |
| 959 }, | 960 }, |
| 960 ], | 961 ], |
| 961 ], | 962 ], |
| 962 }], | 963 }], |
| 963 ], # end of 'conditions' | 964 ], # end of 'conditions' |
| 964 }, # end of target 'remoting_unittests' | 965 }, # end of target 'remoting_unittests' |
| 965 ], # end of targets | 966 ], # end of targets |
| 966 } | 967 } |
| OLD | NEW |