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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, # Use higher warning level. | 7 'chromium_code': 1, # Use higher warning level. |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../../../../../native_client/build/common.gypi', | 10 '../../../../../native_client/build/common.gypi', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'browser_ppb_graphics_2d_rpc_server.cc', | 43 'browser_ppb_graphics_2d_rpc_server.cc', |
44 'browser_ppb_graphics_3d_rpc_server.cc', | 44 'browser_ppb_graphics_3d_rpc_server.cc', |
45 'browser_ppb_host_resolver_private_rpc_server.cc', | 45 'browser_ppb_host_resolver_private_rpc_server.cc', |
46 'browser_ppb_image_data_rpc_server.cc', | 46 'browser_ppb_image_data_rpc_server.cc', |
47 'browser_ppb_input_event_rpc_server.cc', | 47 'browser_ppb_input_event_rpc_server.cc', |
48 'browser_ppb_instance_rpc_server.cc', | 48 'browser_ppb_instance_rpc_server.cc', |
49 'browser_ppb_messaging_rpc_server.cc', | 49 'browser_ppb_messaging_rpc_server.cc', |
50 'browser_ppb_mouse_cursor_rpc_server.cc', | 50 'browser_ppb_mouse_cursor_rpc_server.cc', |
51 'browser_ppb_mouse_lock_rpc_server.cc', | 51 'browser_ppb_mouse_lock_rpc_server.cc', |
52 'browser_ppb_net_address_private_rpc_server.cc', | 52 'browser_ppb_net_address_private_rpc_server.cc', |
| 53 'browser_ppb_network_list_private_rpc_server.cc', |
| 54 'browser_ppb_network_monitor_private_rpc_server.cc', |
53 'browser_ppb_pdf_rpc_server.cc', | 55 'browser_ppb_pdf_rpc_server.cc', |
54 'browser_ppb_rpc_server.cc', | 56 'browser_ppb_rpc_server.cc', |
55 'browser_ppb_scrollbar_rpc_server.cc', | 57 'browser_ppb_scrollbar_rpc_server.cc', |
56 'browser_ppb_tcp_server_socket_private_rpc_server.cc', | 58 'browser_ppb_tcp_server_socket_private_rpc_server.cc', |
57 'browser_ppb_tcp_socket_private_rpc_server.cc', | 59 'browser_ppb_tcp_socket_private_rpc_server.cc', |
58 'browser_ppb_testing_rpc_server.cc', | 60 'browser_ppb_testing_rpc_server.cc', |
59 'browser_ppb_udp_socket_private_rpc_server.cc', | 61 'browser_ppb_udp_socket_private_rpc_server.cc', |
60 'browser_ppb_url_loader_rpc_server.cc', | 62 'browser_ppb_url_loader_rpc_server.cc', |
61 'browser_ppb_url_request_info_rpc_server.cc', | 63 'browser_ppb_url_request_info_rpc_server.cc', |
62 'browser_ppb_url_response_info_rpc_server.cc', | 64 'browser_ppb_url_response_info_rpc_server.cc', |
(...skipping 25 matching lines...) Expand all Loading... |
88 'include_dirs': [ | 90 'include_dirs': [ |
89 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted', | 91 '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted', |
90 '<(DEPTH)/ppapi', | 92 '<(DEPTH)/ppapi', |
91 ], | 93 ], |
92 'dependencies': [ | 94 'dependencies': [ |
93 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 95 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
94 ], | 96 ], |
95 }, | 97 }, |
96 ], | 98 ], |
97 } | 99 } |
OLD | NEW |