| 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 'proxy/url_request_info_resource.h', | 227 'proxy/url_request_info_resource.h', |
| 228 'proxy/url_response_info_resource.cc', | 228 'proxy/url_response_info_resource.cc', |
| 229 'proxy/url_response_info_resource.h', | 229 'proxy/url_response_info_resource.h', |
| 230 'proxy/var_serialization_rules.h', | 230 'proxy/var_serialization_rules.h', |
| 231 'proxy/video_capture_resource.cc', | 231 'proxy/video_capture_resource.cc', |
| 232 'proxy/video_capture_resource.h', | 232 'proxy/video_capture_resource.h', |
| 233 'proxy/video_decoder_resource.cc', | 233 'proxy/video_decoder_resource.cc', |
| 234 'proxy/video_decoder_resource.h', | 234 'proxy/video_decoder_resource.h', |
| 235 'proxy/video_destination_resource.cc', | 235 'proxy/video_destination_resource.cc', |
| 236 'proxy/video_destination_resource.h', | 236 'proxy/video_destination_resource.h', |
| 237 'proxy/video_encoder_resource.cc', |
| 238 'proxy/video_encoder_resource.h', |
| 237 'proxy/video_frame_resource.cc', | 239 'proxy/video_frame_resource.cc', |
| 238 'proxy/video_frame_resource.h', | 240 'proxy/video_frame_resource.h', |
| 239 'proxy/video_source_resource.cc', | 241 'proxy/video_source_resource.cc', |
| 240 'proxy/video_source_resource.h', | 242 'proxy/video_source_resource.h', |
| 241 'proxy/websocket_resource.cc', | 243 'proxy/websocket_resource.cc', |
| 242 'proxy/websocket_resource.h', | 244 'proxy/websocket_resource.h', |
| 243 ], | 245 ], |
| 244 'defines': [ | 246 'defines': [ |
| 245 'PPAPI_PROXY_IMPLEMENTATION', | 247 'PPAPI_PROXY_IMPLEMENTATION', |
| 246 ], | 248 ], |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 'proxy/serialized_flash_menu.cc', | 295 'proxy/serialized_flash_menu.cc', |
| 294 'proxy/talk_resource.cc', | 296 'proxy/talk_resource.cc', |
| 295 'proxy/video_capture_resource.cc', | 297 'proxy/video_capture_resource.cc', |
| 296 ], | 298 ], |
| 297 }], | 299 }], |
| 298 ], | 300 ], |
| 299 }], | 301 }], |
| 300 ], | 302 ], |
| 301 }, | 303 }, |
| 302 } | 304 } |
| OLD | NEW |