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 # Set this to run the jscompile checks after building the webapp. | 9 # Set this to run the jscompile checks after building the webapp. |
10 'run_jscompile%': 0, | 10 'run_jscompile%': 0, |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 'host/win/host_messages.mc.jinja2', | 168 'host/win/host_messages.mc.jinja2', |
169 'host/win/version.rc.jinja2', | 169 'host/win/version.rc.jinja2', |
170 'resources/play_store_resources.cc', | 170 'resources/play_store_resources.cc', |
171 'webapp/background/background.js', | 171 'webapp/background/background.js', |
172 'webapp/butter_bar.js', | 172 'webapp/butter_bar.js', |
173 'webapp/client_screen.js', | 173 'webapp/client_screen.js', |
174 'webapp/error.js', | 174 'webapp/error.js', |
175 'webapp/host_list.js', | 175 'webapp/host_list.js', |
176 'webapp/host_setup_dialog.js', | 176 'webapp/host_setup_dialog.js', |
177 'webapp/host_table_entry.js', | 177 'webapp/host_table_entry.js', |
| 178 'webapp/options_menu.js', |
178 'webapp/manifest.json.jinja2', | 179 'webapp/manifest.json.jinja2', |
179 'webapp/paired_client_manager.js', | 180 'webapp/paired_client_manager.js', |
180 'webapp/remoting.js', | 181 'webapp/remoting.js', |
181 'webapp/window_frame.js', | 182 'webapp/window_frame.js', |
182 ], | 183 ], |
183 }, | 184 }, |
184 'actions': [ | 185 'actions': [ |
185 { | 186 { |
186 'action_name': 'verify_resources', | 187 'action_name': 'verify_resources', |
187 'inputs': [ | 188 'inputs': [ |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 ], | 282 ], |
282 'export_dependent_settings': [ | 283 'export_dependent_settings': [ |
283 '../third_party/libjingle/libjingle.gyp:libjingle', | 284 '../third_party/libjingle/libjingle.gyp:libjingle', |
284 ], | 285 ], |
285 'sources': [ | 286 'sources': [ |
286 '<@(remoting_protocol_sources)', | 287 '<@(remoting_protocol_sources)', |
287 ], | 288 ], |
288 }, # end of target 'remoting_protocol' | 289 }, # end of target 'remoting_protocol' |
289 ], # end of targets | 290 ], # end of targets |
290 } | 291 } |
OLD | NEW |