| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 'proxy/ppb_pdf_proxy.cc', | 233 'proxy/ppb_pdf_proxy.cc', |
| 234 'proxy/ppb_talk_private_proxy.cc', | 234 'proxy/ppb_talk_private_proxy.cc', |
| 235 'proxy/ppb_video_capture_proxy.cc', | 235 'proxy/ppb_video_capture_proxy.cc', |
| 236 'proxy/ppb_video_decoder_proxy.cc', | 236 'proxy/ppb_video_decoder_proxy.cc', |
| 237 'proxy/ppp_content_decryptor_private_proxy.cc', | 237 'proxy/ppp_content_decryptor_private_proxy.cc', |
| 238 'proxy/ppp_instance_private_proxy.cc', | 238 'proxy/ppp_instance_private_proxy.cc', |
| 239 'proxy/ppp_video_decoder_proxy.cc', | 239 'proxy/ppp_video_decoder_proxy.cc', |
| 240 'proxy/serialized_flash_menu.cc', | 240 'proxy/serialized_flash_menu.cc', |
| 241 'proxy/talk_resource.cc', | 241 'proxy/talk_resource.cc', |
| 242 'proxy/video_capture_resource.cc', | 242 'proxy/video_capture_resource.cc', |
| 243 'proxy/video_destination_resource.cc', | |
| 244 'proxy/video_source_resource.cc', | |
| 245 ], | 243 ], |
| 246 }], | 244 }], |
| 247 ], | 245 ], |
| 248 }], | 246 }], |
| 249 ], | 247 ], |
| 250 }, | 248 }, |
| 251 } | 249 } |
| OLD | NEW |