| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 'sources': [ | 257 'sources': [ |
| 258 'nacl_irt/irt_interfaces.cc', | 258 'nacl_irt/irt_interfaces.cc', |
| 259 'nacl_irt/irt_interfaces.h', | 259 'nacl_irt/irt_interfaces.h', |
| 260 'nacl_irt/irt_pnacl_translator_compile.cc', | 260 'nacl_irt/irt_pnacl_translator_compile.cc', |
| 261 'nacl_irt/irt_pnacl_translator_link.cc', | 261 'nacl_irt/irt_pnacl_translator_link.cc', |
| 262 'nacl_irt/irt_ppapi.cc', | 262 'nacl_irt/irt_ppapi.cc', |
| 263 'nacl_irt/irt_ppapi.h', | 263 'nacl_irt/irt_ppapi.h', |
| 264 'nacl_irt/irt_start.cc', | 264 'nacl_irt/irt_start.cc', |
| 265 'nacl_irt/manifest_service.cc', | 265 'nacl_irt/manifest_service.cc', |
| 266 'nacl_irt/manifest_service.h', | 266 'nacl_irt/manifest_service.h', |
| 267 'nacl_irt/plugin_main.cc', | |
| 268 'nacl_irt/plugin_main.h', | |
| 269 'nacl_irt/plugin_startup.cc', | 267 'nacl_irt/plugin_startup.cc', |
| 270 'nacl_irt/plugin_startup.h', | 268 'nacl_irt/plugin_startup.h', |
| 271 'nacl_irt/ppapi_dispatcher.cc', | 269 'nacl_irt/ppapi_dispatcher.cc', |
| 272 'nacl_irt/ppapi_dispatcher.h', | 270 'nacl_irt/ppapi_dispatcher.h', |
| 273 ], | 271 ], |
| 274 'sources!': [ | 272 'sources!': [ |
| 275 'proxy/audio_input_resource.cc', | 273 'proxy/audio_input_resource.cc', |
| 276 'proxy/broker_dispatcher.cc', | 274 'proxy/broker_dispatcher.cc', |
| 277 'proxy/browser_font_singleton_resource.cc', | 275 'proxy/browser_font_singleton_resource.cc', |
| 278 'proxy/device_enumeration_resource_helper.cc', | 276 'proxy/device_enumeration_resource_helper.cc', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 301 'proxy/ppp_video_decoder_proxy.cc', | 299 'proxy/ppp_video_decoder_proxy.cc', |
| 302 'proxy/serialized_flash_menu.cc', | 300 'proxy/serialized_flash_menu.cc', |
| 303 'proxy/video_capture_resource.cc', | 301 'proxy/video_capture_resource.cc', |
| 304 ], | 302 ], |
| 305 }], | 303 }], |
| 306 ], | 304 ], |
| 307 }], | 305 }], |
| 308 ], | 306 ], |
| 309 }, | 307 }, |
| 310 } | 308 } |
| OLD | NEW |