| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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_sources': [ | 7 'c_sources': [ |
| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 'cpp/private/tcp_socket_private.cc', | 236 'cpp/private/tcp_socket_private.cc', |
| 237 'cpp/private/tcp_socket_private.h', | 237 'cpp/private/tcp_socket_private.h', |
| 238 'cpp/private/udp_socket_private.cc', | 238 'cpp/private/udp_socket_private.cc', |
| 239 'cpp/private/udp_socket_private.h', | 239 'cpp/private/udp_socket_private.h', |
| 240 'cpp/private/var_private.cc', | 240 'cpp/private/var_private.cc', |
| 241 'cpp/private/var_private.h', | 241 'cpp/private/var_private.h', |
| 242 | 242 |
| 243 # Trusted interfaces. | 243 # Trusted interfaces. |
| 244 'cpp/trusted/file_chooser_trusted.cc', | 244 'cpp/trusted/file_chooser_trusted.cc', |
| 245 'cpp/trusted/file_chooser_trusted.h', | 245 'cpp/trusted/file_chooser_trusted.h', |
| 246 |
| 247 # Helper interfaces. |
| 248 'cpp/helper/dev/websocket_api_dev.cc', |
| 249 'cpp/helper/dev/websocket_api_dev.h', |
| 246 ], | 250 ], |
| 247 # | 251 # |
| 248 # Common Testing source for trusted and untrusted (NaCl) pugins. | 252 # Common Testing source for trusted and untrusted (NaCl) pugins. |
| 249 # | 253 # |
| 250 'test_sources_common': [ | 254 'test_sources_common': [ |
| 251 # Common test files | 255 # Common test files |
| 252 'tests/all_c_includes.h', | 256 'tests/all_c_includes.h', |
| 253 'tests/all_cpp_includes.h', | 257 'tests/all_cpp_includes.h', |
| 254 'tests/arch_dependent_sizes_32.h', | 258 'tests/arch_dependent_sizes_32.h', |
| 255 'tests/arch_dependent_sizes_64.h', | 259 'tests/arch_dependent_sizes_64.h', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 'c/dev/ppb_transport_dev.h', | 381 'c/dev/ppb_transport_dev.h', |
| 378 ], | 382 ], |
| 379 'cpp_sources': [ | 383 'cpp_sources': [ |
| 380 'cpp/dev/transport_dev.cc', | 384 'cpp/dev/transport_dev.cc', |
| 381 'cpp/dev/transport_dev.h', | 385 'cpp/dev/transport_dev.h', |
| 382 ], | 386 ], |
| 383 }, | 387 }, |
| 384 }], | 388 }], |
| 385 ], | 389 ], |
| 386 } | 390 } |
| OLD | NEW |