| 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 18 matching lines...) Expand all Loading... |
| 29 'browser_ppb_graphics_3d_rpc_server.cc', | 29 'browser_ppb_graphics_3d_rpc_server.cc', |
| 30 'browser_ppb_image_data_rpc_server.cc', | 30 'browser_ppb_image_data_rpc_server.cc', |
| 31 'browser_ppb_input_event_rpc_server.cc', | 31 'browser_ppb_input_event_rpc_server.cc', |
| 32 'browser_ppb_instance_rpc_server.cc', | 32 'browser_ppb_instance_rpc_server.cc', |
| 33 'browser_ppb_messaging_rpc_server.cc', | 33 'browser_ppb_messaging_rpc_server.cc', |
| 34 'browser_ppb_mouse_lock_rpc_server.cc', | 34 'browser_ppb_mouse_lock_rpc_server.cc', |
| 35 'browser_ppb_net_address_private_rpc_server.cc', | 35 'browser_ppb_net_address_private_rpc_server.cc', |
| 36 'browser_ppb_pdf_rpc_server.cc', | 36 'browser_ppb_pdf_rpc_server.cc', |
| 37 'browser_ppb_rpc_server.cc', | 37 'browser_ppb_rpc_server.cc', |
| 38 'browser_ppb_scrollbar_rpc_server.cc', | 38 'browser_ppb_scrollbar_rpc_server.cc', |
| 39 'browser_ppb_tcp_server_socket_private_rpc_server.cc', |
| 39 'browser_ppb_tcp_socket_private_rpc_server.cc', | 40 'browser_ppb_tcp_socket_private_rpc_server.cc', |
| 40 'browser_ppb_testing_rpc_server.cc', | 41 'browser_ppb_testing_rpc_server.cc', |
| 41 'browser_ppb_udp_socket_private_rpc_server.cc', | 42 'browser_ppb_udp_socket_private_rpc_server.cc', |
| 42 'browser_ppb_url_loader_rpc_server.cc', | 43 'browser_ppb_url_loader_rpc_server.cc', |
| 43 'browser_ppb_url_request_info_rpc_server.cc', | 44 'browser_ppb_url_request_info_rpc_server.cc', |
| 44 'browser_ppb_url_response_info_rpc_server.cc', | 45 'browser_ppb_url_response_info_rpc_server.cc', |
| 45 'browser_ppb_websocket_rpc_server.cc', | 46 'browser_ppb_websocket_rpc_server.cc', |
| 46 'browser_ppb_widget_rpc_server.cc', | 47 'browser_ppb_widget_rpc_server.cc', |
| 47 'browser_ppb_zoom_rpc_server.cc', | 48 'browser_ppb_zoom_rpc_server.cc', |
| 48 'browser_ppp_find.cc', | 49 'browser_ppp_find.cc', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 70 'include_dirs': [ | 71 'include_dirs': [ |
| 71 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted', | 72 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted', |
| 72 '<(DEPTH)/ppapi', | 73 '<(DEPTH)/ppapi', |
| 73 ], | 74 ], |
| 74 'dependencies': [ | 75 'dependencies': [ |
| 75 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 76 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
| 76 ], | 77 ], |
| 77 }, | 78 }, |
| 78 ], | 79 ], |
| 79 } | 80 } |
| OLD | NEW |