| 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 'includes': [ | 6 'includes': [ |
| 7 '../../../../../native_client/build/common.gypi', | 7 '../../../../../native_client/build/common.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'plugin_ppb_graphics_3d.cc', | 66 'plugin_ppb_graphics_3d.cc', |
| 67 'plugin_ppb_image_data.cc', | 67 'plugin_ppb_image_data.cc', |
| 68 'plugin_ppb_input_event.cc', | 68 'plugin_ppb_input_event.cc', |
| 69 'plugin_ppb_instance.cc', | 69 'plugin_ppb_instance.cc', |
| 70 'plugin_ppb_memory.cc', | 70 'plugin_ppb_memory.cc', |
| 71 'plugin_ppb_messaging.cc', | 71 'plugin_ppb_messaging.cc', |
| 72 'plugin_ppb_mouse_lock.cc', | 72 'plugin_ppb_mouse_lock.cc', |
| 73 'plugin_ppb_net_address_private.cc', | 73 'plugin_ppb_net_address_private.cc', |
| 74 'plugin_ppb_pdf.cc', | 74 'plugin_ppb_pdf.cc', |
| 75 'plugin_ppb_scrollbar.cc', | 75 'plugin_ppb_scrollbar.cc', |
| 76 'plugin_ppb_tcp_server_socket_private.cc', |
| 76 'plugin_ppb_tcp_socket_private.cc', | 77 'plugin_ppb_tcp_socket_private.cc', |
| 77 'plugin_ppb_testing.cc', | 78 'plugin_ppb_testing.cc', |
| 78 'plugin_ppb_udp_socket_private.cc', | 79 'plugin_ppb_udp_socket_private.cc', |
| 79 'plugin_ppb_url_loader.cc', | 80 'plugin_ppb_url_loader.cc', |
| 80 'plugin_ppb_url_request_info.cc', | 81 'plugin_ppb_url_request_info.cc', |
| 81 'plugin_ppb_url_response_info.cc', | 82 'plugin_ppb_url_response_info.cc', |
| 82 'plugin_ppb_var.cc', | 83 'plugin_ppb_var.cc', |
| 83 'plugin_ppb_view.cc', | 84 'plugin_ppb_view.cc', |
| 84 'plugin_ppb_websocket.cc', | 85 'plugin_ppb_websocket.cc', |
| 85 'plugin_ppb_widget.cc', | 86 'plugin_ppb_widget.cc', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 106 'view_data.cc', | 107 'view_data.cc', |
| 107 # Autogenerated files | 108 # Autogenerated files |
| 108 'ppp_rpc_server.cc', | 109 'ppp_rpc_server.cc', |
| 109 'ppb_rpc_client.cc', | 110 'ppb_rpc_client.cc', |
| 110 'upcall_client.cc' | 111 'upcall_client.cc' |
| 111 ], | 112 ], |
| 112 }, | 113 }, |
| 113 }, | 114 }, |
| 114 ], | 115 ], |
| 115 } | 116 } |
| OLD | NEW |