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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 77813004: [WIP] PluginPrivateFileSystem example (won't commit) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « ppapi/examples/pluginfs/pluginfs.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index 4f439bafa42d0636c6b525cb0ba5becb68e812d5..0be56a43c51599e9fce87f1ffe0d3c90f4b9d4f5 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -302,6 +302,16 @@
],
},
{
+ 'target_name': 'ppapi_example_pluginfs',
+ 'dependencies': [
+ 'ppapi_example_skeleton',
+ 'ppapi.gyp:ppapi_cpp',
+ ],
+ 'sources': [
+ 'examples/pluginfs/pluginfs.cc',
+ ],
+ },
+ {
'target_name': 'ppapi_example_audio',
'dependencies': [
'ppapi_example_skeleton',
« no previous file with comments | « ppapi/examples/pluginfs/pluginfs.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698