| 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_array_output.h', |
| 9 'c/pp_bool.h', | 9 'c/pp_bool.h', |
| 10 'c/pp_completion_callback.h', | 10 'c/pp_completion_callback.h', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 'c/trusted/ppb_url_loader_trusted.h', | 129 'c/trusted/ppb_url_loader_trusted.h', |
| 130 'c/trusted/ppp_broker.h', | 130 'c/trusted/ppp_broker.h', |
| 131 ], | 131 ], |
| 132 'cpp_source_files': [ | 132 'cpp_source_files': [ |
| 133 'cpp/array_output.cc', | 133 'cpp/array_output.cc', |
| 134 'cpp/array_output.h', | 134 'cpp/array_output.h', |
| 135 'cpp/audio.cc', | 135 'cpp/audio.cc', |
| 136 'cpp/audio.h', | 136 'cpp/audio.h', |
| 137 'cpp/audio_config.cc', | 137 'cpp/audio_config.cc', |
| 138 'cpp/audio_config.h', | 138 'cpp/audio_config.h', |
| 139 'cpp/completion_callback.cc', | |
| 140 'cpp/completion_callback.h', | 139 'cpp/completion_callback.h', |
| 141 'cpp/core.cc', | 140 'cpp/core.cc', |
| 142 'cpp/core.h', | 141 'cpp/core.h', |
| 143 'cpp/file_io.cc', | 142 'cpp/file_io.cc', |
| 144 'cpp/file_io.h', | 143 'cpp/file_io.h', |
| 145 'cpp/file_ref.cc', | 144 'cpp/file_ref.cc', |
| 146 'cpp/file_ref.h', | 145 'cpp/file_ref.h', |
| 147 'cpp/file_system.cc', | 146 'cpp/file_system.cc', |
| 148 'cpp/file_system.h', | 147 'cpp/file_system.h', |
| 149 'cpp/fullscreen.cc', | 148 'cpp/fullscreen.cc', |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 'c/dev/ppb_transport_dev.h', | 448 'c/dev/ppb_transport_dev.h', |
| 450 ], | 449 ], |
| 451 'cpp_source_files': [ | 450 'cpp_source_files': [ |
| 452 'cpp/dev/transport_dev.cc', | 451 'cpp/dev/transport_dev.cc', |
| 453 'cpp/dev/transport_dev.h', | 452 'cpp/dev/transport_dev.h', |
| 454 ], | 453 ], |
| 455 }, | 454 }, |
| 456 }], | 455 }], |
| 457 ], | 456 ], |
| 458 } | 457 } |
| OLD | NEW |