| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'ppapi_proxy_target': 0, | 8 'ppapi_proxy_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'proxy/proxy_array_output.h', | 146 'proxy/proxy_array_output.h', |
| 147 'proxy/proxy_channel.cc', | 147 'proxy/proxy_channel.cc', |
| 148 'proxy/proxy_channel.h', | 148 'proxy/proxy_channel.h', |
| 149 'proxy/proxy_completion_callback_factory.h', | 149 'proxy/proxy_completion_callback_factory.h', |
| 150 'proxy/proxy_module.cc', | 150 'proxy/proxy_module.cc', |
| 151 'proxy/proxy_module.h', | 151 'proxy/proxy_module.h', |
| 152 'proxy/proxy_object_var.cc', | 152 'proxy/proxy_object_var.cc', |
| 153 'proxy/proxy_object_var.h', | 153 'proxy/proxy_object_var.h', |
| 154 'proxy/resource_creation_proxy.cc', | 154 'proxy/resource_creation_proxy.cc', |
| 155 'proxy/resource_creation_proxy.h', | 155 'proxy/resource_creation_proxy.h', |
| 156 'proxy/url_request_info_resource.cc', |
| 157 'proxy/url_request_info_resource.h', |
| 156 'proxy/var_serialization_rules.h', | 158 'proxy/var_serialization_rules.h', |
| 157 ], | 159 ], |
| 158 'defines': [ | 160 'defines': [ |
| 159 'PPAPI_PROXY_IMPLEMENTATION', | 161 'PPAPI_PROXY_IMPLEMENTATION', |
| 160 ], | 162 ], |
| 161 'include_dirs': [ | 163 'include_dirs': [ |
| 162 '..', | 164 '..', |
| 163 ], | 165 ], |
| 164 'target_conditions': [ | 166 'target_conditions': [ |
| 165 ['>(nacl_untrusted_build)==1', { | 167 ['>(nacl_untrusted_build)==1', { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 181 'proxy/ppp_content_decryptor_private_proxy.cc', | 183 'proxy/ppp_content_decryptor_private_proxy.cc', |
| 182 'proxy/ppp_instance_private_proxy.cc', | 184 'proxy/ppp_instance_private_proxy.cc', |
| 183 'proxy/ppp_video_decoder_proxy.cc', | 185 'proxy/ppp_video_decoder_proxy.cc', |
| 184 ], | 186 ], |
| 185 }], | 187 }], |
| 186 ], | 188 ], |
| 187 }], | 189 }], |
| 188 ], | 190 ], |
| 189 }, | 191 }, |
| 190 } | 192 } |
| OLD | NEW |