| 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_array_output.h', |
| 8 'c/pp_bool.h', | 9 'c/pp_bool.h', |
| 9 'c/pp_completion_callback.h', | 10 'c/pp_completion_callback.h', |
| 10 'c/pp_errors.h', | 11 'c/pp_errors.h', |
| 11 'c/pp_file_info.h', | 12 'c/pp_file_info.h', |
| 12 'c/pp_graphics_3d.h', | 13 'c/pp_graphics_3d.h', |
| 13 'c/pp_input_event.h', | 14 'c/pp_input_event.h', |
| 14 'c/pp_instance.h', | 15 'c/pp_instance.h', |
| 15 'c/pp_macros.h', | 16 'c/pp_macros.h', |
| 16 'c/pp_module.h', | 17 'c/pp_module.h', |
| 17 'c/pp_point.h', | 18 'c/pp_point.h', |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 'c/dev/ppb_transport_dev.h', | 442 'c/dev/ppb_transport_dev.h', |
| 442 ], | 443 ], |
| 443 'cpp_source_files': [ | 444 'cpp_source_files': [ |
| 444 'cpp/dev/transport_dev.cc', | 445 'cpp/dev/transport_dev.cc', |
| 445 'cpp/dev/transport_dev.h', | 446 'cpp/dev/transport_dev.h', |
| 446 ], | 447 ], |
| 447 }, | 448 }, |
| 448 }], | 449 }], |
| 449 ], | 450 ], |
| 450 } | 451 } |
| OLD | NEW |