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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'plugin_globals.cc', | 50 'plugin_globals.cc', |
51 'plugin_instance_data.cc', | 51 'plugin_instance_data.cc', |
52 'plugin_main.cc', | 52 'plugin_main.cc', |
53 'plugin_opengles.cc', | 53 'plugin_opengles.cc', |
54 'plugin_ppb.cc', | 54 'plugin_ppb.cc', |
55 'plugin_ppb_audio.cc', | 55 'plugin_ppb_audio.cc', |
56 'plugin_ppb_audio_config.cc', | 56 'plugin_ppb_audio_config.cc', |
57 'plugin_ppb_buffer.cc', | 57 'plugin_ppb_buffer.cc', |
58 'plugin_ppb_core.cc', | 58 'plugin_ppb_core.cc', |
59 'plugin_ppb_file_io.cc', | 59 'plugin_ppb_file_io.cc', |
| 60 'plugin_ppb_file_ref.cc', |
60 'plugin_ppb_file_system.cc', | 61 'plugin_ppb_file_system.cc', |
61 'plugin_ppb_file_ref.cc', | |
62 'plugin_ppb_find.cc', | 62 'plugin_ppb_find.cc', |
63 'plugin_ppb_font.cc', | 63 'plugin_ppb_font.cc', |
64 'plugin_ppb_fullscreen.cc', | 64 'plugin_ppb_fullscreen.cc', |
65 'plugin_ppb_gamepad.cc', | 65 'plugin_ppb_gamepad.cc', |
66 'plugin_ppb_graphics_2d.cc', | 66 'plugin_ppb_graphics_2d.cc', |
67 'plugin_ppb_graphics_3d.cc', | 67 'plugin_ppb_graphics_3d.cc', |
68 'plugin_ppb_host_resolver_private.cc', | 68 'plugin_ppb_host_resolver_private.cc', |
69 'plugin_ppb_image_data.cc', | 69 'plugin_ppb_image_data.cc', |
70 'plugin_ppb_input_event.cc', | 70 'plugin_ppb_input_event.cc', |
71 'plugin_ppb_instance.cc', | 71 'plugin_ppb_instance.cc', |
72 'plugin_ppb_memory.cc', | 72 'plugin_ppb_memory.cc', |
73 'plugin_ppb_messaging.cc', | 73 'plugin_ppb_messaging.cc', |
74 'plugin_ppb_mouse_cursor.cc', | 74 'plugin_ppb_mouse_cursor.cc', |
75 'plugin_ppb_mouse_lock.cc', | 75 'plugin_ppb_mouse_lock.cc', |
76 'plugin_ppb_net_address_private.cc', | 76 'plugin_ppb_net_address_private.cc', |
| 77 'plugin_ppb_network_list_private.cc', |
| 78 'plugin_ppb_network_monitor_private.cc', |
77 'plugin_ppb_pdf.cc', | 79 'plugin_ppb_pdf.cc', |
78 'plugin_ppb_scrollbar.cc', | 80 'plugin_ppb_scrollbar.cc', |
79 'plugin_ppb_tcp_server_socket_private.cc', | 81 'plugin_ppb_tcp_server_socket_private.cc', |
80 'plugin_ppb_tcp_socket_private.cc', | 82 'plugin_ppb_tcp_socket_private.cc', |
81 'plugin_ppb_testing.cc', | 83 'plugin_ppb_testing.cc', |
82 'plugin_ppb_udp_socket_private.cc', | 84 'plugin_ppb_udp_socket_private.cc', |
83 'plugin_ppb_url_loader.cc', | 85 'plugin_ppb_url_loader.cc', |
84 'plugin_ppb_url_request_info.cc', | 86 'plugin_ppb_url_request_info.cc', |
85 'plugin_ppb_url_response_info.cc', | 87 'plugin_ppb_url_response_info.cc', |
86 'plugin_ppb_var.cc', | 88 'plugin_ppb_var.cc', |
(...skipping 22 matching lines...) Expand all Loading... |
109 'view_data.cc', | 111 'view_data.cc', |
110 # Autogenerated files | 112 # Autogenerated files |
111 'ppp_rpc_server.cc', | 113 'ppp_rpc_server.cc', |
112 'ppb_rpc_client.cc', | 114 'ppb_rpc_client.cc', |
113 'upcall_client.cc' | 115 'upcall_client.cc' |
114 ], | 116 ], |
115 }, | 117 }, |
116 }, | 118 }, |
117 ], | 119 ], |
118 } | 120 } |
OLD | NEW |