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