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