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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 6538028: A proposal for an initial postMessage interface. This will allow JavaScript ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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_tests.gypi
===================================================================
--- ppapi/ppapi_tests.gypi (revision 77426)
+++ ppapi/ppapi_tests.gypi (working copy)
@@ -144,6 +144,15 @@
# ],
# },
# {
+# 'target_name': 'ppapi_example_post_message',
+# 'dependencies': [
+# 'ppapi_example_skeleton',
+# ],
+# 'sources': [
+# 'examples/scripting/post_message.cc',
+# ],
+# },
+# {
# 'target_name': 'ppapi_example_scroll',
# 'dependencies': [
# 'ppapi_example_skeleton',
@@ -198,6 +207,8 @@
'tests/test_image_data.h',
'tests/test_paint_aggregator.cc',
'tests/test_paint_aggregator.h',
+ 'tests/test_post_message.cc',
+ 'tests/test_post_message.h',
'tests/test_scrollbar.cc',
'tests/test_scrollbar.h',
'tests/test_struct_sizes.c',

Powered by Google App Engine
This is Rietveld 408576698