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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 'webapp/open_sans.css', | 138 'webapp/open_sans.css', |
139 'webapp/open_sans.woff', | 139 'webapp/open_sans.woff', |
140 'webapp/scale-to-fit.webp', | 140 'webapp/scale-to-fit.webp', |
141 'webapp/spinner.gif', | 141 'webapp/spinner.gif', |
142 'webapp/toolbar.css', | 142 'webapp/toolbar.css', |
143 'webapp/wcs_sandbox.html', | 143 'webapp/wcs_sandbox.html', |
144 ], | 144 ], |
145 'remoting_webapp_js_files': [ | 145 'remoting_webapp_js_files': [ |
146 'webapp/butter_bar.js', | 146 'webapp/butter_bar.js', |
147 'webapp/client_plugin.js', | 147 'webapp/client_plugin.js', |
148 'webapp/client_plugin_async.js', | |
149 'webapp/client_screen.js', | 148 'webapp/client_screen.js', |
150 'webapp/client_session.js', | 149 'webapp/client_session.js', |
151 'webapp/clipboard.js', | 150 'webapp/clipboard.js', |
152 'webapp/connection_history.js', | 151 'webapp/connection_history.js', |
153 'webapp/connection_stats.js', | 152 'webapp/connection_stats.js', |
154 'webapp/cs_oauth2_trampoline.js', | 153 'webapp/cs_oauth2_trampoline.js', |
155 'webapp/cs_third_party_auth_trampoline.js', | 154 'webapp/cs_third_party_auth_trampoline.js', |
156 'webapp/error.js', | 155 'webapp/error.js', |
157 'webapp/event_handlers.js', | 156 'webapp/event_handlers.js', |
158 'webapp/format_iq.js', | 157 'webapp/format_iq.js', |
(...skipping 2746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2905 '../base/allocator/allocator.gyp:allocator', | 2904 '../base/allocator/allocator.gyp:allocator', |
2906 ], | 2905 ], |
2907 }, | 2906 }, |
2908 ], | 2907 ], |
2909 ], | 2908 ], |
2910 }], # end of 'toolkit_uses_gtk == 1' | 2909 }], # end of 'toolkit_uses_gtk == 1' |
2911 ], # end of 'conditions' | 2910 ], # end of 'conditions' |
2912 }, # end of target 'remoting_unittests' | 2911 }, # end of target 'remoting_unittests' |
2913 ], # end of targets | 2912 ], # end of targets |
2914 } | 2913 } |
OLD | NEW |