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 'c_source_files': [ | 7 'c_source_files': [ |
8 'c/pp_array_output.h', | 8 'c/pp_array_output.h', |
9 'c/pp_bool.h', | 9 'c/pp_bool.h', |
10 'c/pp_completion_callback.h', | 10 'c/pp_completion_callback.h', |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 'cpp/private/flash_clipboard.cc', | 249 'cpp/private/flash_clipboard.cc', |
250 'cpp/private/flash_clipboard.h', | 250 'cpp/private/flash_clipboard.h', |
251 'cpp/private/flash_fullscreen.cc', | 251 'cpp/private/flash_fullscreen.cc', |
252 'cpp/private/flash_fullscreen.h', | 252 'cpp/private/flash_fullscreen.h', |
253 'cpp/private/flash_menu.cc', | 253 'cpp/private/flash_menu.cc', |
254 'cpp/private/flash_menu.h', | 254 'cpp/private/flash_menu.h', |
255 'cpp/private/flash_message_loop.cc', | 255 'cpp/private/flash_message_loop.cc', |
256 'cpp/private/flash_message_loop.h', | 256 'cpp/private/flash_message_loop.h', |
257 'cpp/private/flash_net_connector.cc', | 257 'cpp/private/flash_net_connector.cc', |
258 'cpp/private/flash_net_connector.h', | 258 'cpp/private/flash_net_connector.h', |
| 259 'cpp/private/host_resolver_private.cc', |
| 260 'cpp/private/host_resolver_private.h', |
259 'cpp/private/instance_private.cc', | 261 'cpp/private/instance_private.cc', |
260 'cpp/private/instance_private.h', | 262 'cpp/private/instance_private.h', |
261 'cpp/private/net_address_private.cc', | 263 'cpp/private/net_address_private.cc', |
262 'cpp/private/net_address_private.h', | 264 'cpp/private/net_address_private.h', |
263 'cpp/private/network_list_private.cc', | 265 'cpp/private/network_list_private.cc', |
264 'cpp/private/network_list_private.h', | 266 'cpp/private/network_list_private.h', |
265 'cpp/private/network_monitor_private.cc', | 267 'cpp/private/network_monitor_private.cc', |
266 'cpp/private/network_monitor_private.h', | 268 'cpp/private/network_monitor_private.h', |
267 'cpp/private/tcp_server_socket_private.cc', | 269 'cpp/private/tcp_server_socket_private.cc', |
268 'cpp/private/tcp_server_socket_private.h', | 270 'cpp/private/tcp_server_socket_private.h', |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 'c/dev/ppb_transport_dev.h', | 457 'c/dev/ppb_transport_dev.h', |
456 ], | 458 ], |
457 'cpp_source_files': [ | 459 'cpp_source_files': [ |
458 'cpp/dev/transport_dev.cc', | 460 'cpp/dev/transport_dev.cc', |
459 'cpp/dev/transport_dev.h', | 461 'cpp/dev/transport_dev.h', |
460 ], | 462 ], |
461 }, | 463 }, |
462 }], | 464 }], |
463 ], | 465 ], |
464 } | 466 } |
OLD | NEW |