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

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: Simple lint fixes. Created 9 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
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index dc1d7670075204d2846665f35372aa513f88c75d..ff81c825e48e0fe2a885d946bf1c257f0be6ac07 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -244,6 +244,9 @@
'dependencies': [
'ppapi.gyp:ppapi_cpp'
],
+ 'include_dirs': [
Ami GONE FROM CHROMIUM 2011/05/24 17:55:07 What's with these changes?
+ 'lib/gl/include',
+ ],
'conditions': [
['OS=="win"', {
'defines': [

Powered by Google App Engine
This is Rietveld 408576698