| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 'proxy/uma_private_resource.h', | 219 'proxy/uma_private_resource.h', |
| 220 'proxy/url_loader_resource.cc', | 220 'proxy/url_loader_resource.cc', |
| 221 'proxy/url_loader_resource.h', | 221 'proxy/url_loader_resource.h', |
| 222 'proxy/url_request_info_resource.cc', | 222 'proxy/url_request_info_resource.cc', |
| 223 'proxy/url_request_info_resource.h', | 223 'proxy/url_request_info_resource.h', |
| 224 'proxy/url_response_info_resource.cc', | 224 'proxy/url_response_info_resource.cc', |
| 225 'proxy/url_response_info_resource.h', | 225 'proxy/url_response_info_resource.h', |
| 226 'proxy/var_serialization_rules.h', | 226 'proxy/var_serialization_rules.h', |
| 227 'proxy/video_capture_resource.cc', | 227 'proxy/video_capture_resource.cc', |
| 228 'proxy/video_capture_resource.h', | 228 'proxy/video_capture_resource.h', |
| 229 'proxy/video_decoder_resource.cc', |
| 230 'proxy/video_decoder_resource.h', |
| 229 'proxy/video_destination_resource.cc', | 231 'proxy/video_destination_resource.cc', |
| 230 'proxy/video_destination_resource.h', | 232 'proxy/video_destination_resource.h', |
| 231 'proxy/video_frame_resource.cc', | 233 'proxy/video_frame_resource.cc', |
| 232 'proxy/video_frame_resource.h', | 234 'proxy/video_frame_resource.h', |
| 233 'proxy/video_source_resource.cc', | 235 'proxy/video_source_resource.cc', |
| 234 'proxy/video_source_resource.h', | 236 'proxy/video_source_resource.h', |
| 235 'proxy/websocket_resource.cc', | 237 'proxy/websocket_resource.cc', |
| 236 'proxy/websocket_resource.h', | 238 'proxy/websocket_resource.h', |
| 237 ], | 239 ], |
| 238 'defines': [ | 240 'defines': [ |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 'proxy/serialized_flash_menu.cc', | 289 'proxy/serialized_flash_menu.cc', |
| 288 'proxy/talk_resource.cc', | 290 'proxy/talk_resource.cc', |
| 289 'proxy/video_capture_resource.cc', | 291 'proxy/video_capture_resource.cc', |
| 290 ], | 292 ], |
| 291 }], | 293 }], |
| 292 ], | 294 ], |
| 293 }], | 295 }], |
| 294 ], | 296 ], |
| 295 }, | 297 }, |
| 296 } | 298 } |
| OLD | NEW |