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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/cpp/output_traits.h ('k') | ppapi/utility/completion_callback_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index f32e2b6c37b723feb096d90f42fbbfbd257ecebc..98cabada0d99071ef24ce2a040412eacda68d333 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -126,6 +126,8 @@
'c/trusted/ppp_broker.h',
],
'cpp_source_files': [
+ 'cpp/array_output.cc',
+ 'cpp/array_output.h',
'cpp/audio.cc',
'cpp/audio.h',
'cpp/audio_config.cc',
@@ -162,6 +164,7 @@
'cpp/module_impl.h',
'cpp/mouse_lock.cc',
'cpp/mouse_lock.h',
+ 'cpp/output_traits.h',
'cpp/point.h',
'cpp/rect.cc',
'cpp/rect.h',
« 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