| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 'thunk/ppb_instance_private_thunk.cc', | 217 'thunk/ppb_instance_private_thunk.cc', |
| 218 'thunk/ppb_instance_thunk.cc', | 218 'thunk/ppb_instance_thunk.cc', |
| 219 'thunk/ppb_isolated_file_system_private_api.h', | 219 'thunk/ppb_isolated_file_system_private_api.h', |
| 220 'thunk/ppb_isolated_file_system_private_thunk.cc', | 220 'thunk/ppb_isolated_file_system_private_thunk.cc', |
| 221 'thunk/ppb_media_stream_audio_track_api.h', | 221 'thunk/ppb_media_stream_audio_track_api.h', |
| 222 'thunk/ppb_media_stream_audio_track_thunk.cc', | 222 'thunk/ppb_media_stream_audio_track_thunk.cc', |
| 223 'thunk/ppb_media_stream_video_track_api.h', | 223 'thunk/ppb_media_stream_video_track_api.h', |
| 224 'thunk/ppb_media_stream_video_track_thunk.cc', | 224 'thunk/ppb_media_stream_video_track_thunk.cc', |
| 225 'thunk/ppb_message_loop_api.h', | 225 'thunk/ppb_message_loop_api.h', |
| 226 'thunk/ppb_messaging_thunk.cc', | 226 'thunk/ppb_messaging_thunk.cc', |
| 227 'thunk/ppb_mojo_api.h', |
| 228 'thunk/ppb_mojo_thunk.cc', |
| 227 'thunk/ppb_mouse_cursor_thunk.cc', | 229 'thunk/ppb_mouse_cursor_thunk.cc', |
| 228 'thunk/ppb_mouse_lock_thunk.cc', | 230 'thunk/ppb_mouse_lock_thunk.cc', |
| 229 'thunk/ppb_net_address_api.h', | 231 'thunk/ppb_net_address_api.h', |
| 230 'thunk/ppb_net_address_thunk.cc', | 232 'thunk/ppb_net_address_thunk.cc', |
| 231 'thunk/ppb_network_list_api.h', | 233 'thunk/ppb_network_list_api.h', |
| 232 'thunk/ppb_network_list_thunk.cc', | 234 'thunk/ppb_network_list_thunk.cc', |
| 233 'thunk/ppb_network_monitor_api.h', | 235 'thunk/ppb_network_monitor_api.h', |
| 234 'thunk/ppb_network_monitor_thunk.cc', | 236 'thunk/ppb_network_monitor_thunk.cc', |
| 235 'thunk/ppb_network_proxy_api.h', | 237 'thunk/ppb_network_proxy_api.h', |
| 236 'thunk/ppb_network_proxy_thunk.cc', | 238 'thunk/ppb_network_proxy_thunk.cc', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 'thunk/ppb_tcp_socket_private_thunk.cc', | 357 'thunk/ppb_tcp_socket_private_thunk.cc', |
| 356 'thunk/ppb_udp_socket_private_thunk.cc', | 358 'thunk/ppb_udp_socket_private_thunk.cc', |
| 357 'thunk/ppb_x509_certificate_private_thunk.cc', | 359 'thunk/ppb_x509_certificate_private_thunk.cc', |
| 358 ], | 360 ], |
| 359 }], | 361 }], |
| 360 ], | 362 ], |
| 361 }], | 363 }], |
| 362 ], | 364 ], |
| 363 }, | 365 }, |
| 364 } | 366 } |
| OLD | NEW |