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