Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9651002: Add C++ wrappers for output parameters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/cpp/output_traits.h ('k') | ppapi/utility/completion_callback_factory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 'c/dev/ppb_transport_dev.h', 450 'c/dev/ppb_transport_dev.h',
448 ], 451 ],
449 'cpp_source_files': [ 452 'cpp_source_files': [
450 'cpp/dev/transport_dev.cc', 453 'cpp/dev/transport_dev.cc',
451 'cpp/dev/transport_dev.h', 454 'cpp/dev/transport_dev.h',
452 ], 455 ],
453 }, 456 },
454 }], 457 }],
455 ], 458 ],
456 } 459 }
OLDNEW
« no previous file with comments | « ppapi/cpp/output_traits.h ('k') | ppapi/utility/completion_callback_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698