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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 9188045: Introduce PPB_Flash_MessageLoop interface for Pepper Flash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 11 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 a027a02f05404a7b976ae2dc7468756fdc73b56c..e1906d36c78a96177c65e7e0210d8381544930e6 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -89,6 +89,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',
@@ -235,6 +236,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',
@@ -349,6 +352,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',

Powered by Google App Engine
This is Rietveld 408576698