| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 'cpp/trusted/file_io_trusted.cc', | 251 'cpp/trusted/file_io_trusted.cc', |
| 252 'cpp/trusted/file_io_trusted.h', | 252 'cpp/trusted/file_io_trusted.h', |
| 253 | 253 |
| 254 # Utility sources. | 254 # Utility sources. |
| 255 'utility/completion_callback_factory.h', | 255 'utility/completion_callback_factory.h', |
| 256 'utility/non_thread_safe_ref_count.h', | 256 'utility/non_thread_safe_ref_count.h', |
| 257 'utility/graphics/paint_aggregator.cc', | 257 'utility/graphics/paint_aggregator.cc', |
| 258 'utility/graphics/paint_aggregator.h', | 258 'utility/graphics/paint_aggregator.h', |
| 259 'utility/graphics/paint_manager.cc', | 259 'utility/graphics/paint_manager.cc', |
| 260 'utility/graphics/paint_manager.h', | 260 'utility/graphics/paint_manager.h', |
| 261 'utility/threading/simple_thread.cc', |
| 262 'utility/threading/simple_thread.h', |
| 261 ], | 263 ], |
| 262 # | 264 # |
| 263 # Common Testing source for trusted and untrusted (NaCl) pugins. | 265 # Common Testing source for trusted and untrusted (NaCl) pugins. |
| 264 # | 266 # |
| 265 'test_common_source_files': [ | 267 'test_common_source_files': [ |
| 266 # Common test files | 268 # Common test files |
| 267 'tests/all_c_includes.h', | 269 'tests/all_c_includes.h', |
| 268 'tests/all_cpp_includes.h', | 270 'tests/all_cpp_includes.h', |
| 269 'tests/arch_dependent_sizes_32.h', | 271 'tests/arch_dependent_sizes_32.h', |
| 270 'tests/arch_dependent_sizes_64.h', | 272 'tests/arch_dependent_sizes_64.h', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 'c/dev/ppb_transport_dev.h', | 402 'c/dev/ppb_transport_dev.h', |
| 401 ], | 403 ], |
| 402 'cpp_source_files': [ | 404 'cpp_source_files': [ |
| 403 'cpp/dev/transport_dev.cc', | 405 'cpp/dev/transport_dev.cc', |
| 404 'cpp/dev/transport_dev.h', | 406 'cpp/dev/transport_dev.h', |
| 405 ], | 407 ], |
| 406 }, | 408 }, |
| 407 }], | 409 }], |
| 408 ], | 410 ], |
| 409 } | 411 } |
| OLD | NEW |