| 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_bool.h', | 8 'c/pp_bool.h', |
| 9 'c/pp_completion_callback.h', | 9 'c/pp_completion_callback.h', |
| 10 'c/pp_errors.h', | 10 'c/pp_errors.h', |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 'cpp/private/flash_menu.cc', | 246 'cpp/private/flash_menu.cc', |
| 247 'cpp/private/flash_menu.h', | 247 'cpp/private/flash_menu.h', |
| 248 'cpp/private/flash_message_loop.cc', | 248 'cpp/private/flash_message_loop.cc', |
| 249 'cpp/private/flash_message_loop.h', | 249 'cpp/private/flash_message_loop.h', |
| 250 'cpp/private/flash_net_connector.cc', | 250 'cpp/private/flash_net_connector.cc', |
| 251 'cpp/private/flash_net_connector.h', | 251 'cpp/private/flash_net_connector.h', |
| 252 'cpp/private/instance_private.cc', | 252 'cpp/private/instance_private.cc', |
| 253 'cpp/private/instance_private.h', | 253 'cpp/private/instance_private.h', |
| 254 'cpp/private/net_address_private.cc', | 254 'cpp/private/net_address_private.cc', |
| 255 'cpp/private/net_address_private.h', | 255 'cpp/private/net_address_private.h', |
| 256 'cpp/private/tcp_server_socket_private.cc', |
| 257 'cpp/private/tcp_server_socket_private.h', |
| 256 'cpp/private/tcp_socket_private.cc', | 258 'cpp/private/tcp_socket_private.cc', |
| 257 'cpp/private/tcp_socket_private.h', | 259 'cpp/private/tcp_socket_private.h', |
| 258 'cpp/private/udp_socket_private.cc', | 260 'cpp/private/udp_socket_private.cc', |
| 259 'cpp/private/udp_socket_private.h', | 261 'cpp/private/udp_socket_private.h', |
| 260 'cpp/private/var_private.cc', | 262 'cpp/private/var_private.cc', |
| 261 'cpp/private/var_private.h', | 263 'cpp/private/var_private.h', |
| 262 | 264 |
| 263 # Trusted interfaces. | 265 # Trusted interfaces. |
| 264 'cpp/trusted/browser_font_trusted.cc', | 266 'cpp/trusted/browser_font_trusted.cc', |
| 265 'cpp/trusted/browser_font_trusted.h', | 267 'cpp/trusted/browser_font_trusted.h', |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 'c/dev/ppb_transport_dev.h', | 437 'c/dev/ppb_transport_dev.h', |
| 436 ], | 438 ], |
| 437 'cpp_source_files': [ | 439 'cpp_source_files': [ |
| 438 'cpp/dev/transport_dev.cc', | 440 'cpp/dev/transport_dev.cc', |
| 439 'cpp/dev/transport_dev.h', | 441 'cpp/dev/transport_dev.h', |
| 440 ], | 442 ], |
| 441 }, | 443 }, |
| 442 }], | 444 }], |
| 443 ], | 445 ], |
| 444 } | 446 } |
| OLD | NEW |