Chromium Code Reviews| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 158 '<(SHARED_INTERMEDIATE_DIR)/main.html', | 158 '<(SHARED_INTERMEDIATE_DIR)/main.html', |
| 159 'base/resources_unittest.cc', | 159 'base/resources_unittest.cc', |
| 160 'host/continue_window_mac.mm', | 160 'host/continue_window_mac.mm', |
| 161 'host/disconnect_window_mac.mm', | 161 'host/disconnect_window_mac.mm', |
| 162 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2', | 162 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2', |
| 163 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', | 163 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', |
| 164 'host/win/core.rc.jinja2', | 164 'host/win/core.rc.jinja2', |
| 165 'host/win/host_messages.mc.jinja2', | 165 'host/win/host_messages.mc.jinja2', |
| 166 'host/win/version.rc.jinja2', | 166 'host/win/version.rc.jinja2', |
| 167 'resources/play_store_resources.cc', | 167 'resources/play_store_resources.cc', |
| 168 'webapp/background.js', | 168 'webapp/background/background.js', |
|
Jamie
2014/08/12 02:24:56
Shouldn't the new files under background/ also be
kelvinp
2014/08/12 18:22:44
The action verifyResources.py basically scans thro
| |
| 169 'webapp/butter_bar.js', | 169 'webapp/butter_bar.js', |
| 170 'webapp/client_screen.js', | 170 'webapp/client_screen.js', |
| 171 'webapp/error.js', | 171 'webapp/error.js', |
| 172 'webapp/host_list.js', | 172 'webapp/host_list.js', |
| 173 'webapp/host_setup_dialog.js', | 173 'webapp/host_setup_dialog.js', |
| 174 'webapp/host_table_entry.js', | 174 'webapp/host_table_entry.js', |
| 175 'webapp/manifest.json.jinja2', | 175 'webapp/manifest.json.jinja2', |
| 176 'webapp/paired_client_manager.js', | 176 'webapp/paired_client_manager.js', |
| 177 'webapp/remoting.js', | 177 'webapp/remoting.js', |
| 178 'webapp/window_frame.js', | 178 'webapp/window_frame.js', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 278 ], | 278 ], |
| 279 'export_dependent_settings': [ | 279 'export_dependent_settings': [ |
| 280 '../third_party/libjingle/libjingle.gyp:libjingle', | 280 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 281 ], | 281 ], |
| 282 'sources': [ | 282 'sources': [ |
| 283 '<@(remoting_protocol_sources)', | 283 '<@(remoting_protocol_sources)', |
| 284 ], | 284 ], |
| 285 }, # end of target 'remoting_protocol' | 285 }, # end of target 'remoting_protocol' |
| 286 ], # end of targets | 286 ], # end of targets |
| 287 } | 287 } |
| OLD | NEW |