| 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 | 270 |
| 271 # Utility sources. | 271 # Utility sources. |
| 272 'utility/completion_callback_factory.h', | 272 'utility/completion_callback_factory.h', |
| 273 'utility/non_thread_safe_ref_count.h', | 273 'utility/non_thread_safe_ref_count.h', |
| 274 'utility/graphics/paint_aggregator.cc', | 274 'utility/graphics/paint_aggregator.cc', |
| 275 'utility/graphics/paint_aggregator.h', | 275 'utility/graphics/paint_aggregator.h', |
| 276 'utility/graphics/paint_manager.cc', | 276 'utility/graphics/paint_manager.cc', |
| 277 'utility/graphics/paint_manager.h', | 277 'utility/graphics/paint_manager.h', |
| 278 'utility/threading/simple_thread.cc', | 278 'utility/threading/simple_thread.cc', |
| 279 'utility/threading/simple_thread.h', | 279 'utility/threading/simple_thread.h', |
| 280 'utility/websocket/websocket_api.cc', |
| 281 'utility/websocket/websocket_api.h', |
| 280 ], | 282 ], |
| 281 # | 283 # |
| 282 # Common Testing source for trusted and untrusted (NaCl) pugins. | 284 # Common Testing source for trusted and untrusted (NaCl) pugins. |
| 283 # | 285 # |
| 284 'test_common_source_files': [ | 286 'test_common_source_files': [ |
| 285 # Common test files | 287 # Common test files |
| 286 'tests/all_c_includes.h', | 288 'tests/all_c_includes.h', |
| 287 'tests/all_cpp_includes.h', | 289 'tests/all_cpp_includes.h', |
| 288 'tests/arch_dependent_sizes_32.h', | 290 'tests/arch_dependent_sizes_32.h', |
| 289 'tests/arch_dependent_sizes_64.h', | 291 'tests/arch_dependent_sizes_64.h', |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 'c/dev/ppb_transport_dev.h', | 435 'c/dev/ppb_transport_dev.h', |
| 434 ], | 436 ], |
| 435 'cpp_source_files': [ | 437 'cpp_source_files': [ |
| 436 'cpp/dev/transport_dev.cc', | 438 'cpp/dev/transport_dev.cc', |
| 437 'cpp/dev/transport_dev.h', | 439 'cpp/dev/transport_dev.h', |
| 438 ], | 440 ], |
| 439 }, | 441 }, |
| 440 }], | 442 }], |
| 441 ], | 443 ], |
| 442 } | 444 } |
| OLD | NEW |