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

Unified Diff: third_party/npapi/npapi.gyp

Issue 453015: Update the Pepper APIs to the latest spec for the 2D demo plugin.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/reference_builds/
Patch Set: '' Created 11 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 | « third_party/npapi/bindings/npapi_extensions.h ('k') | webkit/glue/pepper/pepper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/npapi/npapi.gyp
===================================================================
--- third_party/npapi/npapi.gyp (revision 33478)
+++ third_party/npapi/npapi.gyp (working copy)
@@ -15,6 +15,20 @@
'bindings',
],
},
+ # Even though these are just headers and aren't compiled, adding them to
+ # the project makes it possible to open them in various IDEs.
+ 'sources': [
+ 'bindings/npapi.h',
+ 'bindings/npapi_extensions.h',
+ 'bindings/npruntime.h',
+ ],
+ 'conditions': [
+ ['OS=="linux"', {
+ 'sources': [
+ 'bindings/npapi_x11.h',
+ ],
+ }],
+ ],
},
],
}
« no previous file with comments | « third_party/npapi/bindings/npapi_extensions.h ('k') | webkit/glue/pepper/pepper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698