| 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_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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'cpp/private/udp_socket_private.cc', | 240 'cpp/private/udp_socket_private.cc', |
| 241 'cpp/private/udp_socket_private.h', | 241 'cpp/private/udp_socket_private.h', |
| 242 'cpp/private/var_private.cc', | 242 'cpp/private/var_private.cc', |
| 243 'cpp/private/var_private.h', | 243 'cpp/private/var_private.h', |
| 244 | 244 |
| 245 # Trusted interfaces. | 245 # Trusted interfaces. |
| 246 'cpp/trusted/file_chooser_trusted.cc', | 246 'cpp/trusted/file_chooser_trusted.cc', |
| 247 'cpp/trusted/file_chooser_trusted.h', | 247 'cpp/trusted/file_chooser_trusted.h', |
| 248 'cpp/trusted/file_io_trusted.cc', | 248 'cpp/trusted/file_io_trusted.cc', |
| 249 'cpp/trusted/file_io_trusted.h', | 249 'cpp/trusted/file_io_trusted.h', |
| 250 |
| 251 # Helper interfaces. |
| 252 'cpp/helper/dev/websocket_api_dev.cc', |
| 253 'cpp/helper/dev/websocket_api_dev.h', |
| 250 ], | 254 ], |
| 251 # | 255 # |
| 252 # Common Testing source for trusted and untrusted (NaCl) pugins. | 256 # Common Testing source for trusted and untrusted (NaCl) pugins. |
| 253 # | 257 # |
| 254 'test_common_source_files': [ | 258 'test_common_source_files': [ |
| 255 # Common test files | 259 # Common test files |
| 256 'tests/all_c_includes.h', | 260 'tests/all_c_includes.h', |
| 257 'tests/all_cpp_includes.h', | 261 'tests/all_cpp_includes.h', |
| 258 'tests/arch_dependent_sizes_32.h', | 262 'tests/arch_dependent_sizes_32.h', |
| 259 'tests/arch_dependent_sizes_64.h', | 263 'tests/arch_dependent_sizes_64.h', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 'c/dev/ppb_transport_dev.h', | 385 'c/dev/ppb_transport_dev.h', |
| 382 ], | 386 ], |
| 383 'cpp_source_files': [ | 387 'cpp_source_files': [ |
| 384 'cpp/dev/transport_dev.cc', | 388 'cpp/dev/transport_dev.cc', |
| 385 'cpp/dev/transport_dev.h', | 389 'cpp/dev/transport_dev.h', |
| 386 ], | 390 ], |
| 387 }, | 391 }, |
| 388 }], | 392 }], |
| 389 ], | 393 ], |
| 390 } | 394 } |
| OLD | NEW |