Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index 55608ae37e9b4ebc182dda50230791f8f2dd3a3d..a636cd337f207c9dbe4a68f747b2998bc7534c0a 100644 |
--- a/ppapi/ppapi_sources.gypi |
+++ b/ppapi/ppapi_sources.gypi |
@@ -25,6 +25,7 @@ |
'c/ppb.h', |
'c/ppb_audio.h', |
'c/ppb_audio_config.h', |
+ 'c/ppb_console.h', |
'c/ppb_core.h', |
'c/ppb_file_io.h', |
'c/ppb_file_ref.h', |
@@ -61,7 +62,6 @@ |
'c/dev/pp_video_dev.h', |
'c/dev/ppb_buffer_dev.h', |
'c/dev/ppb_char_set_dev.h', |
- 'c/dev/ppb_console_dev.h', |
'c/dev/ppb_cursor_control_dev.h', |
'c/dev/ppb_device_ref_dev.h', |
'c/dev/ppb_directory_reader_dev.h', |
@@ -340,6 +340,8 @@ |
'tests/test_audio_config.h', |
'tests/test_case.cc', |
'tests/test_case.h', |
+ 'tests/test_console.cc', |
+ 'tests/test_console.h', |
'tests/test_core.cc', |
'tests/test_core.h', |
'tests/test_cursor_control.cc', |