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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 'c/trusted/ppb_browser_font_trusted.h', | 119 'c/trusted/ppb_browser_font_trusted.h', |
120 'c/trusted/ppb_buffer_trusted.h', | 120 'c/trusted/ppb_buffer_trusted.h', |
121 'c/trusted/ppb_file_chooser_trusted.h', | 121 'c/trusted/ppb_file_chooser_trusted.h', |
122 'c/trusted/ppb_file_io_trusted.h', | 122 'c/trusted/ppb_file_io_trusted.h', |
123 'c/trusted/ppb_graphics_3d_trusted.h', | 123 'c/trusted/ppb_graphics_3d_trusted.h', |
124 'c/trusted/ppb_image_data_trusted.h', | 124 'c/trusted/ppb_image_data_trusted.h', |
125 'c/trusted/ppb_url_loader_trusted.h', | 125 'c/trusted/ppb_url_loader_trusted.h', |
126 'c/trusted/ppp_broker.h', | 126 'c/trusted/ppp_broker.h', |
127 ], | 127 ], |
128 'cpp_source_files': [ | 128 'cpp_source_files': [ |
| 129 'cpp/array_output.cc', |
| 130 'cpp/array_output.h', |
129 'cpp/audio.cc', | 131 'cpp/audio.cc', |
130 'cpp/audio.h', | 132 'cpp/audio.h', |
131 'cpp/audio_config.cc', | 133 'cpp/audio_config.cc', |
132 'cpp/audio_config.h', | 134 'cpp/audio_config.h', |
133 'cpp/completion_callback.cc', | 135 'cpp/completion_callback.cc', |
134 'cpp/completion_callback.h', | 136 'cpp/completion_callback.h', |
135 'cpp/core.cc', | 137 'cpp/core.cc', |
136 'cpp/core.h', | 138 'cpp/core.h', |
137 'cpp/file_io.cc', | 139 'cpp/file_io.cc', |
138 'cpp/file_io.h', | 140 'cpp/file_io.h', |
(...skipping 16 matching lines...) Expand all Loading... |
155 'cpp/instance.cc', | 157 'cpp/instance.cc', |
156 'cpp/instance.h', | 158 'cpp/instance.h', |
157 'cpp/instance_handle.cc', | 159 'cpp/instance_handle.cc', |
158 'cpp/instance_handle.h', | 160 'cpp/instance_handle.h', |
159 'cpp/logging.h', | 161 'cpp/logging.h', |
160 'cpp/module.cc', | 162 'cpp/module.cc', |
161 'cpp/module.h', | 163 'cpp/module.h', |
162 'cpp/module_impl.h', | 164 'cpp/module_impl.h', |
163 'cpp/mouse_lock.cc', | 165 'cpp/mouse_lock.cc', |
164 'cpp/mouse_lock.h', | 166 'cpp/mouse_lock.h', |
| 167 'cpp/output_traits.h', |
165 'cpp/point.h', | 168 'cpp/point.h', |
166 'cpp/rect.cc', | 169 'cpp/rect.cc', |
167 'cpp/rect.h', | 170 'cpp/rect.h', |
168 'cpp/resource.cc', | 171 'cpp/resource.cc', |
169 'cpp/resource.h', | 172 'cpp/resource.h', |
170 'cpp/size.h', | 173 'cpp/size.h', |
171 'cpp/url_loader.cc', | 174 'cpp/url_loader.cc', |
172 'cpp/url_loader.h', | 175 'cpp/url_loader.h', |
173 'cpp/url_request_info.cc', | 176 'cpp/url_request_info.cc', |
174 'cpp/url_request_info.h', | 177 'cpp/url_request_info.h', |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
442 'c/dev/ppb_transport_dev.h', | 445 'c/dev/ppb_transport_dev.h', |
443 ], | 446 ], |
444 'cpp_source_files': [ | 447 'cpp_source_files': [ |
445 'cpp/dev/transport_dev.cc', | 448 'cpp/dev/transport_dev.cc', |
446 'cpp/dev/transport_dev.h', | 449 'cpp/dev/transport_dev.h', |
447 ], | 450 ], |
448 }, | 451 }, |
449 }], | 452 }], |
450 ], | 453 ], |
451 } | 454 } |
OLD | NEW |