| 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_shared_target': 0, | 8 'ppapi_shared_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 'shared_impl/host_resource.h', | 39 'shared_impl/host_resource.h', |
| 40 'shared_impl/id_assignment.cc', | 40 'shared_impl/id_assignment.cc', |
| 41 'shared_impl/id_assignment.h', | 41 'shared_impl/id_assignment.h', |
| 42 'shared_impl/media_stream_frame.h', | 42 'shared_impl/media_stream_frame.h', |
| 43 'shared_impl/media_stream_frame_buffer.cc', | 43 'shared_impl/media_stream_frame_buffer.cc', |
| 44 'shared_impl/media_stream_frame_buffer.h', | 44 'shared_impl/media_stream_frame_buffer.h', |
| 45 'shared_impl/platform_file.cc', | 45 'shared_impl/platform_file.cc', |
| 46 'shared_impl/platform_file.h', | 46 'shared_impl/platform_file.h', |
| 47 'shared_impl/ppapi_globals.cc', | 47 'shared_impl/ppapi_globals.cc', |
| 48 'shared_impl/ppapi_globals.h', | 48 'shared_impl/ppapi_globals.h', |
| 49 'shared_impl/ppapi_nacl_channel_args.cc', | 49 'shared_impl/ppapi_initialize_nacl_dispatcher_args.cc', |
| 50 'shared_impl/ppapi_nacl_channel_args.h', | 50 'shared_impl/ppapi_initialize_nacl_dispatcher_args.h', |
| 51 'shared_impl/ppapi_permissions.cc', | 51 'shared_impl/ppapi_permissions.cc', |
| 52 'shared_impl/ppapi_permissions.h', | 52 'shared_impl/ppapi_permissions.h', |
| 53 'shared_impl/ppapi_preferences.cc', | 53 'shared_impl/ppapi_preferences.cc', |
| 54 'shared_impl/ppapi_preferences.h', | 54 'shared_impl/ppapi_preferences.h', |
| 55 'shared_impl/ppapi_switches.cc', | 55 'shared_impl/ppapi_switches.cc', |
| 56 'shared_impl/ppapi_switches.h', | 56 'shared_impl/ppapi_switches.h', |
| 57 'shared_impl/ppb_audio_config_shared.cc', | 57 'shared_impl/ppb_audio_config_shared.cc', |
| 58 'shared_impl/ppb_audio_config_shared.h', | 58 'shared_impl/ppb_audio_config_shared.h', |
| 59 'shared_impl/ppb_audio_shared.cc', | 59 'shared_impl/ppb_audio_shared.cc', |
| 60 'shared_impl/ppb_audio_shared.h', | 60 'shared_impl/ppb_audio_shared.h', |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 'thunk/ppb_tcp_socket_private_thunk.cc', | 345 'thunk/ppb_tcp_socket_private_thunk.cc', |
| 346 'thunk/ppb_udp_socket_private_thunk.cc', | 346 'thunk/ppb_udp_socket_private_thunk.cc', |
| 347 'thunk/ppb_x509_certificate_private_thunk.cc', | 347 'thunk/ppb_x509_certificate_private_thunk.cc', |
| 348 ], | 348 ], |
| 349 }], | 349 }], |
| 350 ], | 350 ], |
| 351 }], | 351 }], |
| 352 ], | 352 ], |
| 353 }, | 353 }, |
| 354 } | 354 } |
| OLD | NEW |