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 'target_name': 'remoting_client_plugin', | 8 'target_name': 'remoting_client_plugin', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 ], | 101 ], |
102 }], | 102 }], |
103 ], | 103 ], |
104 }, # end of target 'remoting_webapp' | 104 }, # end of target 'remoting_webapp' |
105 | 105 |
106 { | 106 { |
107 'target_name': 'remoting_webapp_v1', | 107 'target_name': 'remoting_webapp_v1', |
108 'type': 'none', | 108 'type': 'none', |
109 'variables': { | 109 'variables': { |
110 'webapp_type': 'v1', | 110 'webapp_type': 'v1', |
| 111 'include_host_plugin': '<(enable_remoting_host)', |
111 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp', | 112 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp', |
112 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.zip', | 113 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.zip', |
113 }, | 114 }, |
114 'includes': [ 'remoting_webapp.gypi', ], | 115 'includes': [ 'remoting_webapp.gypi', ], |
115 }, # end of target 'remoting_webapp_v1' | 116 }, # end of target 'remoting_webapp_v1' |
116 | 117 |
117 { | 118 { |
118 'target_name': 'remoting_webapp_v2', | 119 'target_name': 'remoting_webapp_v2', |
119 'type': 'none', | 120 'type': 'none', |
120 'variables': { | 121 'variables': { |
(...skipping 18 matching lines...) Expand all Loading... |
139 'extra_files': [ 'webapp/background.js' ], | 140 'extra_files': [ 'webapp/background.js' ], |
140 'webapp_type': 'v2_pnacl', | 141 'webapp_type': 'v2_pnacl', |
141 }, | 142 }, |
142 'includes': [ 'remoting_webapp.gypi', ], | 143 'includes': [ 'remoting_webapp.gypi', ], |
143 }, # end of target 'remoting_webapp_pnacl' | 144 }, # end of target 'remoting_webapp_pnacl' |
144 ], | 145 ], |
145 }], | 146 }], |
146 ], | 147 ], |
147 | 148 |
148 } | 149 } |
OLD | NEW |