| 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 'proxy/ppb_pdf_proxy.cc', | 221 'proxy/ppb_pdf_proxy.cc', |
| 222 'proxy/ppb_talk_private_proxy.cc', | 222 'proxy/ppb_talk_private_proxy.cc', |
| 223 'proxy/ppb_video_capture_proxy.cc', | 223 'proxy/ppb_video_capture_proxy.cc', |
| 224 'proxy/ppb_video_decoder_proxy.cc', | 224 'proxy/ppb_video_decoder_proxy.cc', |
| 225 'proxy/ppp_content_decryptor_private_proxy.cc', | 225 'proxy/ppp_content_decryptor_private_proxy.cc', |
| 226 'proxy/ppp_instance_private_proxy.cc', | 226 'proxy/ppp_instance_private_proxy.cc', |
| 227 'proxy/ppp_video_decoder_proxy.cc', | 227 'proxy/ppp_video_decoder_proxy.cc', |
| 228 'proxy/serialized_flash_menu.cc', | 228 'proxy/serialized_flash_menu.cc', |
| 229 'proxy/talk_resource.cc', | 229 'proxy/talk_resource.cc', |
| 230 'proxy/video_capture_resource.cc', | 230 'proxy/video_capture_resource.cc', |
| 231 'proxy/video_destination_resource.cc', | |
| 232 'proxy/video_source_resource.cc', | |
| 233 ], | 231 ], |
| 234 }], | 232 }], |
| 235 ], | 233 ], |
| 236 }], | 234 }], |
| 237 ], | 235 ], |
| 238 }, | 236 }, |
| 239 } | 237 } |
| OLD | NEW |