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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 'plugin_ppb_cursor_control.cc', | 58 'plugin_ppb_cursor_control.cc', |
59 'plugin_ppb_file_io.cc', | 59 'plugin_ppb_file_io.cc', |
60 'plugin_ppb_file_system.cc', | 60 'plugin_ppb_file_system.cc', |
61 'plugin_ppb_file_ref.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_image_data.cc', | 69 'plugin_ppb_image_data.cc', |
69 'plugin_ppb_input_event.cc', | 70 'plugin_ppb_input_event.cc', |
70 'plugin_ppb_instance.cc', | 71 'plugin_ppb_instance.cc', |
71 'plugin_ppb_memory.cc', | 72 'plugin_ppb_memory.cc', |
72 'plugin_ppb_messaging.cc', | 73 'plugin_ppb_messaging.cc', |
73 'plugin_ppb_mouse_lock.cc', | 74 'plugin_ppb_mouse_lock.cc', |
74 'plugin_ppb_net_address_private.cc', | 75 'plugin_ppb_net_address_private.cc', |
75 'plugin_ppb_pdf.cc', | 76 'plugin_ppb_pdf.cc', |
76 'plugin_ppb_scrollbar.cc', | 77 'plugin_ppb_scrollbar.cc', |
77 'plugin_ppb_tcp_server_socket_private.cc', | 78 'plugin_ppb_tcp_server_socket_private.cc', |
(...skipping 30 matching lines...) Expand all Loading... |
108 'view_data.cc', | 109 'view_data.cc', |
109 # Autogenerated files | 110 # Autogenerated files |
110 'ppp_rpc_server.cc', | 111 'ppp_rpc_server.cc', |
111 'ppb_rpc_client.cc', | 112 'ppb_rpc_client.cc', |
112 'upcall_client.cc' | 113 'upcall_client.cc' |
113 ], | 114 ], |
114 }, | 115 }, |
115 }, | 116 }, |
116 ], | 117 ], |
117 } | 118 } |
OLD | NEW |