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

Unified Diff: ppapi/ppapi_cpp.gypi

Issue 8502030: Draft of a PPAPI interface for ArrayBuffer and typed arrays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cut back down to just the API for review. Created 9 years 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
Index: ppapi/ppapi_cpp.gypi
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index baa9c1b03be1870be1e562e63660ee89ed9dbd8a..fcffa0bb76f6926207b55dc38ce22e1805f0dcff 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -76,6 +76,7 @@
'c/dev/ppb_surface_3d_dev.h',
'c/dev/ppb_testing_dev.h',
'c/dev/ppb_url_util_dev.h',
+ 'c/dev/ppb_var_array_buffer_dev.h',
'c/dev/ppb_video_decoder_dev.h',
'c/dev/ppb_websocket_dev.h',
'c/dev/ppb_widget_dev.h',
@@ -232,6 +233,8 @@
'cpp/dev/text_input_dev.h',
'cpp/dev/url_util_dev.cc',
'cpp/dev/url_util_dev.h',
+ 'cpp/dev/var_array_buffer_dev.h',
+ 'cpp/dev/var_array_buffer_dev.cc',
'cpp/dev/video_capture_client_dev.cc',
'cpp/dev/video_capture_client_dev.h',
'cpp/dev/video_capture_dev.cc',
« ppapi/cpp/dev/var_array_buffer_dev.h ('K') | « ppapi/cpp/dev/var_array_buffer_dev.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698