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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 14188019: CRX FileSystem Pepper private API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/ext_crx_file_system_private_resource.h » ('j') | 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 f1cb93e5c68fe3a58e6c6ca2801316dc2f04cb90..ffd577f2e20d005d1d29db10ae7d7c5989219cfe 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -271,6 +271,16 @@
],
},
{
+ 'target_name': 'ppapi_example_crxfs',
+ 'dependencies': [
+ 'ppapi_example_skeleton',
+ 'ppapi.gyp:ppapi_cpp',
+ ],
+ 'sources': [
+ 'examples/crxfs/crxfs.cc',
+ ],
+ },
+ {
'target_name': 'ppapi_example_audio',
'dependencies': [
'ppapi_example_skeleton',
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/ext_crx_file_system_private_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698