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