Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index bacf62200ece1e5849f164707e79dd7ca9cb02f1..5e9be708bfa7a0c7d9932e8f3a2691379641fced 100644 |
--- a/ppapi/ppapi_sources.gypi |
+++ b/ppapi/ppapi_sources.gypi |
@@ -91,6 +91,7 @@ |
'c/private/ppb_flash_file.h', |
'c/private/ppb_flash_fullscreen.h', |
'c/private/ppb_flash_menu.h', |
+ 'c/private/ppb_flash_message_loop.h', |
'c/private/ppb_flash_net_connector.h', |
'c/private/ppb_flash_tcp_socket.h', |
'c/private/ppb_flash_udp_socket.h', |
@@ -241,6 +242,8 @@ |
'cpp/private/flash_fullscreen.h', |
'cpp/private/flash_menu.cc', |
'cpp/private/flash_menu.h', |
+ 'cpp/private/flash_message_loop.cc', |
+ 'cpp/private/flash_message_loop.h', |
'cpp/private/flash_net_connector.cc', |
'cpp/private/flash_net_connector.h', |
'cpp/private/instance_private.cc', |
@@ -361,6 +364,8 @@ |
'tests/test_flash_clipboard.h', |
'tests/test_flash_fullscreen.cc', |
'tests/test_flash_fullscreen.h', |
+ 'tests/test_flash_message_loop.cc', |
+ 'tests/test_flash_message_loop.h', |
'tests/test_fullscreen.cc', |
'tests/test_fullscreen.h', |
'tests/test_graphics_2d.cc', |