| Index: ppapi/ppapi_sources.gypi
|
| diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
|
| index 39d42d86afc667f604b45c99a765edf5d188dc9a..708b490d7e4c08512e93edc68074a72c8c84c388 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_dictionary_dev.h',
|
| 'c/dev/ppb_video_decoder_dev.h',
|
| 'c/dev/ppb_widget_dev.h',
|
| 'c/dev/ppb_zoom_dev.h',
|
| @@ -236,6 +237,8 @@
|
| 'cpp/dev/text_input_dev.h',
|
| 'cpp/dev/url_util_dev.cc',
|
| 'cpp/dev/url_util_dev.h',
|
| + 'cpp/dev/var_dictionary_dev.cc',
|
| + 'cpp/dev/var_dictionary_dev.h',
|
| 'cpp/dev/video_capture_client_dev.cc',
|
| 'cpp/dev/video_capture_client_dev.h',
|
| 'cpp/dev/video_capture_dev.cc',
|
|
|