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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'webapp/me2mom/client_screen.js', | 104 'webapp/me2mom/client_screen.js', |
105 'webapp/me2mom/client_session.js', | 105 'webapp/me2mom/client_session.js', |
106 'webapp/me2mom/cs_oauth2_trampoline.js', | 106 'webapp/me2mom/cs_oauth2_trampoline.js', |
107 'webapp/me2mom/debug_log.css', | 107 'webapp/me2mom/debug_log.css', |
108 'webapp/me2mom/debug_log.js', | 108 'webapp/me2mom/debug_log.js', |
109 'webapp/me2mom/dividerbottom.png', | 109 'webapp/me2mom/dividerbottom.png', |
110 'webapp/me2mom/dividertop.png', | 110 'webapp/me2mom/dividertop.png', |
111 'webapp/me2mom/host_screen.js', | 111 'webapp/me2mom/host_screen.js', |
112 'webapp/me2mom/host_session.js', | 112 'webapp/me2mom/host_session.js', |
113 'webapp/me2mom/l10n.js', | 113 'webapp/me2mom/l10n.js', |
| 114 'webapp/me2mom/log_to_server.js', |
114 'webapp/me2mom/main.css', | 115 'webapp/me2mom/main.css', |
115 'webapp/me2mom/manifest.json', | 116 'webapp/me2mom/manifest.json', |
116 'webapp/me2mom/oauth2.js', | 117 'webapp/me2mom/oauth2.js', |
117 'webapp/me2mom/oauth2_callback.html', | 118 'webapp/me2mom/oauth2_callback.html', |
118 'webapp/me2mom/plugin_settings.js', | 119 'webapp/me2mom/plugin_settings.js', |
119 'webapp/me2mom/remoting.js', | 120 'webapp/me2mom/remoting.js', |
120 'webapp/me2mom/scale-to-fit.png', | 121 'webapp/me2mom/scale-to-fit.png', |
| 122 'webapp/me2mom/server_log_entry.js', |
121 'webapp/me2mom/spinner.gif', | 123 'webapp/me2mom/spinner.gif', |
122 'webapp/me2mom/toolbar.css', | 124 'webapp/me2mom/toolbar.css', |
123 'webapp/me2mom/ui_mode.js', | 125 'webapp/me2mom/ui_mode.js', |
124 'webapp/me2mom/util.js', | 126 'webapp/me2mom/util.js', |
125 'webapp/me2mom/wcs.js', | 127 'webapp/me2mom/wcs.js', |
126 'webapp/me2mom/wcs_loader.js', | 128 'webapp/me2mom/wcs_loader.js', |
127 'webapp/me2mom/xhr.js', | 129 'webapp/me2mom/xhr.js', |
128 'resources/chromoting16.png', | 130 'resources/chromoting16.png', |
129 'resources/chromoting48.png', | 131 'resources/chromoting48.png', |
130 'resources/chromoting128.png', | 132 'resources/chromoting128.png', |
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
916 '../base/allocator/allocator.gyp:allocator', | 918 '../base/allocator/allocator.gyp:allocator', |
917 ], | 919 ], |
918 }, | 920 }, |
919 ], | 921 ], |
920 ], | 922 ], |
921 }], | 923 }], |
922 ], # end of 'conditions' | 924 ], # end of 'conditions' |
923 }, # end of target 'remoting_unittests' | 925 }, # end of target 'remoting_unittests' |
924 ], # end of targets | 926 ], # end of targets |
925 } | 927 } |
OLD | NEW |