| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 'cpp/trusted/file_io_trusted.cc', | 257 'cpp/trusted/file_io_trusted.cc', |
| 258 'cpp/trusted/file_io_trusted.h', | 258 'cpp/trusted/file_io_trusted.h', |
| 259 | 259 |
| 260 # Utility sources. | 260 # Utility sources. |
| 261 'utility/completion_callback_factory.h', | 261 'utility/completion_callback_factory.h', |
| 262 'utility/non_thread_safe_ref_count.h', | 262 'utility/non_thread_safe_ref_count.h', |
| 263 'utility/graphics/paint_aggregator.cc', | 263 'utility/graphics/paint_aggregator.cc', |
| 264 'utility/graphics/paint_aggregator.h', | 264 'utility/graphics/paint_aggregator.h', |
| 265 'utility/graphics/paint_manager.cc', | 265 'utility/graphics/paint_manager.cc', |
| 266 'utility/graphics/paint_manager.h', | 266 'utility/graphics/paint_manager.h', |
| 267 'utility/threading/simple_thread.cc', |
| 268 'utility/threading/simple_thread.h', |
| 267 ], | 269 ], |
| 268 # | 270 # |
| 269 # Common Testing source for trusted and untrusted (NaCl) pugins. | 271 # Common Testing source for trusted and untrusted (NaCl) pugins. |
| 270 # | 272 # |
| 271 'test_common_source_files': [ | 273 'test_common_source_files': [ |
| 272 # Common test files | 274 # Common test files |
| 273 'tests/all_c_includes.h', | 275 'tests/all_c_includes.h', |
| 274 'tests/all_cpp_includes.h', | 276 'tests/all_cpp_includes.h', |
| 275 'tests/arch_dependent_sizes_32.h', | 277 'tests/arch_dependent_sizes_32.h', |
| 276 'tests/arch_dependent_sizes_64.h', | 278 'tests/arch_dependent_sizes_64.h', |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 'c/dev/ppb_transport_dev.h', | 413 'c/dev/ppb_transport_dev.h', |
| 412 ], | 414 ], |
| 413 'cpp_source_files': [ | 415 'cpp_source_files': [ |
| 414 'cpp/dev/transport_dev.cc', | 416 'cpp/dev/transport_dev.cc', |
| 415 'cpp/dev/transport_dev.h', | 417 'cpp/dev/transport_dev.h', |
| 416 ], | 418 ], |
| 417 }, | 419 }, |
| 418 }], | 420 }], |
| 419 ], | 421 ], |
| 420 } | 422 } |
| OLD | NEW |