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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 12388083: Add PPB_VarArray_Dev support - part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 708b490d7e4c08512e93edc68074a72c8c84c388..8f57f246a400e7fa81c902abfd920f7d41fd7dd7 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -76,6 +76,7 @@
'c/dev/ppb_testing_dev.h',
'c/dev/ppb_text_input_dev.h',
'c/dev/ppb_url_util_dev.h',
+ 'c/dev/ppb_var_array_dev.h',
'c/dev/ppb_var_dictionary_dev.h',
'c/dev/ppb_video_decoder_dev.h',
'c/dev/ppb_widget_dev.h',
@@ -237,6 +238,8 @@
'cpp/dev/text_input_dev.h',
'cpp/dev/url_util_dev.cc',
'cpp/dev/url_util_dev.h',
+ 'cpp/dev/var_array_dev.cc',
+ 'cpp/dev/var_array_dev.h',
'cpp/dev/var_dictionary_dev.cc',
'cpp/dev/var_dictionary_dev.h',
'cpp/dev/video_capture_client_dev.cc',

Powered by Google App Engine
This is Rietveld 408576698