| 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 24 matching lines...) Expand all Loading... |
| 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_socket_private_rpc_server.cc', | 39 'browser_ppb_tcp_socket_private_rpc_server.cc', |
| 40 'browser_ppb_testing_rpc_server.cc', | 40 'browser_ppb_testing_rpc_server.cc', |
| 41 'browser_ppb_udp_socket_private_rpc_server.cc', | 41 'browser_ppb_udp_socket_private_rpc_server.cc', |
| 42 'browser_ppb_url_loader_rpc_server.cc', | 42 'browser_ppb_url_loader_rpc_server.cc', |
| 43 'browser_ppb_url_request_info_rpc_server.cc', | 43 'browser_ppb_url_request_info_rpc_server.cc', |
| 44 'browser_ppb_url_response_info_rpc_server.cc', | 44 'browser_ppb_url_response_info_rpc_server.cc', |
| 45 'browser_ppb_websocket_rpc_server.cc', |
| 45 'browser_ppb_widget_rpc_server.cc', | 46 'browser_ppb_widget_rpc_server.cc', |
| 46 'browser_ppb_zoom_rpc_server.cc', | 47 'browser_ppb_zoom_rpc_server.cc', |
| 47 'browser_ppp_find.cc', | 48 'browser_ppp_find.cc', |
| 48 'browser_ppp_input_event.cc', | 49 'browser_ppp_input_event.cc', |
| 49 'browser_ppp_instance.cc', | 50 'browser_ppp_instance.cc', |
| 50 'browser_ppp_messaging.cc', | 51 'browser_ppp_messaging.cc', |
| 51 'browser_ppp_mouse_lock.cc', | 52 'browser_ppp_mouse_lock.cc', |
| 52 'browser_ppp_printing.cc', | 53 'browser_ppp_printing.cc', |
| 53 'browser_ppp_scrollbar.cc', | 54 'browser_ppp_scrollbar.cc', |
| 54 'browser_ppp_selection.cc', | 55 'browser_ppp_selection.cc', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 69 'include_dirs': [ | 70 'include_dirs': [ |
| 70 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted', | 71 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted', |
| 71 '<(DEPTH)/ppapi', | 72 '<(DEPTH)/ppapi', |
| 72 ], | 73 ], |
| 73 'dependencies': [ | 74 'dependencies': [ |
| 74 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 75 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
| 75 ], | 76 ], |
| 76 }, | 77 }, |
| 77 ], | 78 ], |
| 78 } | 79 } |
| OLD | NEW |