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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 6961018: Pepper Video Decoder API tester plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase & compilation fixes related to it. Created 9 years, 6 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/examples/video_decoder/video_decoder_session.cc ('k') | ppapi/tests/test_video_decoder.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 0fa6e7b514305d2a285d2faf3ca5adeaf48b2c69..dddb1f1932033f50189d7cac9a25ac6d11b18067 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -238,6 +238,8 @@
'tests/test_utils.h',
'tests/test_video_decoder.cc',
'tests/test_video_decoder.h',
+ 'examples/video_decoder/video_decoder_session.cc',
+ 'examples/video_decoder/video_decoder_session.h',
# Deprecated test cases.
'tests/test_instance_deprecated.cc',
@@ -248,6 +250,9 @@
'dependencies': [
'ppapi.gyp:ppapi_cpp'
],
+ 'include_dirs': [
+ 'lib/gl/include',
+ ],
'conditions': [
['OS=="win"', {
'defines': [
« no previous file with comments | « ppapi/examples/video_decoder/video_decoder_session.cc ('k') | ppapi/tests/test_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698