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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 'resources/infographic_remote_assistance.webp', | 128 'resources/infographic_remote_assistance.webp', |
129 'resources/plus.webp', | 129 'resources/plus.webp', |
130 'resources/reload.webp', | 130 'resources/reload.webp', |
131 'resources/tick.webp', | 131 'resources/tick.webp', |
132 'webapp/connection_history.css', | 132 'webapp/connection_history.css', |
133 'webapp/connection_stats.css', | 133 'webapp/connection_stats.css', |
134 'webapp/main.css', | 134 'webapp/main.css', |
135 'webapp/main.html', | 135 'webapp/main.html', |
136 'webapp/manifest.json', | 136 'webapp/manifest.json', |
137 'webapp/menu_button.css', | 137 'webapp/menu_button.css', |
138 'webapp/oauth2_callback.html', | |
139 'webapp/open_sans.css', | 138 'webapp/open_sans.css', |
140 'webapp/open_sans.woff', | 139 'webapp/open_sans.woff', |
141 'webapp/scale-to-fit.webp', | 140 'webapp/scale-to-fit.webp', |
142 'webapp/spinner.gif', | 141 'webapp/spinner.gif', |
143 'webapp/toolbar.css', | 142 'webapp/toolbar.css', |
144 'webapp/wcs_sandbox.html', | 143 'webapp/wcs_sandbox.html', |
145 ], | 144 ], |
146 'remoting_webapp_js_files': [ | 145 'remoting_webapp_js_files': [ |
147 'webapp/butter_bar.js', | 146 'webapp/butter_bar.js', |
148 'webapp/client_plugin.js', | 147 'webapp/client_plugin.js', |
(...skipping 17 matching lines...) Expand all Loading... |
166 'webapp/host_session.js', | 165 'webapp/host_session.js', |
167 'webapp/host_settings.js', | 166 'webapp/host_settings.js', |
168 'webapp/host_setup_dialog.js', | 167 'webapp/host_setup_dialog.js', |
169 'webapp/host_table_entry.js', | 168 'webapp/host_table_entry.js', |
170 'webapp/identity.js', | 169 'webapp/identity.js', |
171 'webapp/l10n.js', | 170 'webapp/l10n.js', |
172 'webapp/log_to_server.js', | 171 'webapp/log_to_server.js', |
173 'webapp/menu_button.js', | 172 'webapp/menu_button.js', |
174 'webapp/oauth2.js', | 173 'webapp/oauth2.js', |
175 'webapp/oauth2_api.js', | 174 'webapp/oauth2_api.js', |
176 'webapp/oauth2_callback.js', | |
177 'webapp/paired_client_manager.js', | 175 'webapp/paired_client_manager.js', |
178 'webapp/plugin_settings.js', | 176 'webapp/plugin_settings.js', |
179 'webapp/remoting.js', | 177 'webapp/remoting.js', |
180 'webapp/server_log_entry.js', | 178 'webapp/server_log_entry.js', |
181 'webapp/session_connector.js', | 179 'webapp/session_connector.js', |
182 'webapp/stats_accumulator.js', | 180 'webapp/stats_accumulator.js', |
183 'webapp/third_party_host_permissions.js', | 181 'webapp/third_party_host_permissions.js', |
184 'webapp/xhr_proxy.js', | 182 'webapp/xhr_proxy.js', |
185 'webapp/third_party_token_fetcher.js', | 183 'webapp/third_party_token_fetcher.js', |
186 'webapp/toolbar.js', | 184 'webapp/toolbar.js', |
(...skipping 2764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2951 '../base/allocator/allocator.gyp:allocator', | 2949 '../base/allocator/allocator.gyp:allocator', |
2952 ], | 2950 ], |
2953 }, | 2951 }, |
2954 ], | 2952 ], |
2955 ], | 2953 ], |
2956 }], # end of 'toolkit_uses_gtk == 1' | 2954 }], # end of 'toolkit_uses_gtk == 1' |
2957 ], # end of 'conditions' | 2955 ], # end of 'conditions' |
2958 }, # end of target 'remoting_unittests' | 2956 }, # end of target 'remoting_unittests' |
2959 ], # end of targets | 2957 ], # end of targets |
2960 } | 2958 } |
OLD | NEW |