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

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, 8 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
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',

Powered by Google App Engine
This is Rietveld 408576698