| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //remoting/client/plugin | 8 # GN version: //remoting/client/plugin |
| 9 'target_name': 'remoting_client_plugin', | 9 'target_name': 'remoting_client_plugin', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 '<@(remoting_webapp_template_files)', | 62 '<@(remoting_webapp_template_files)', |
| 63 ], | 63 ], |
| 64 'outputs': [ | 64 'outputs': [ |
| 65 '<(SHARED_INTERMEDIATE_DIR)/main.html', | 65 '<(SHARED_INTERMEDIATE_DIR)/main.html', |
| 66 ], | 66 ], |
| 67 'action': [ | 67 'action': [ |
| 68 'python', 'webapp/build-html.py', | 68 'python', 'webapp/build-html.py', |
| 69 '<(SHARED_INTERMEDIATE_DIR)/main.html', | 69 '<(SHARED_INTERMEDIATE_DIR)/main.html', |
| 70 '<(remoting_webapp_template_main)', | 70 '<(remoting_webapp_template_main)', |
| 71 '--template', '<@(remoting_webapp_template_files)', | 71 '--template', '<@(remoting_webapp_template_files)', |
| 72 '--js', '<@(remoting_webapp_main_html_js_files)', | 72 '--js', |
| 73 '<@(remoting_webapp_shared_main_html_js_files)', |
| 74 '<@(remoting_webapp_crd_main_html_js_files)', |
| 73 ], | 75 ], |
| 74 }, | 76 }, |
| 75 { | 77 { |
| 76 'action_name': 'Build Remoting Webapp wcs_sandbox.html', | 78 'action_name': 'Build Remoting Webapp wcs_sandbox.html', |
| 77 'inputs': [ | 79 'inputs': [ |
| 78 'webapp/build-html.py', | 80 'webapp/build-html.py', |
| 79 '<(remoting_webapp_template_wcs_sandbox)', | 81 '<(remoting_webapp_template_wcs_sandbox)', |
| 80 ], | 82 ], |
| 81 'outputs': [ | 83 'outputs': [ |
| 82 '<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html', | 84 '<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 }, { | 151 }, { |
| 150 'variables': { | 152 'variables': { |
| 151 'webapp_type': 'v2', | 153 'webapp_type': 'v2', |
| 152 }, | 154 }, |
| 153 }], | 155 }], |
| 154 ], | 156 ], |
| 155 'includes': [ 'remoting_webapp.gypi', ], | 157 'includes': [ 'remoting_webapp.gypi', ], |
| 156 }, # end of target 'remoting_webapp_v2' | 158 }, # end of target 'remoting_webapp_v2' |
| 157 ], # end of targets | 159 ], # end of targets |
| 158 } | 160 } |
| OLD | NEW |