diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-24 03:10:01 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-24 03:10:01 +0000 |
commit | 53e630665ec6fb9a5fffd51d2d6ea433f1ccd9f4 (patch) | |
tree | 10c68d673067b0c991228b6220813fd4edf142f2 /third_party/npapi/npapi.gyp | |
parent | ae5bcd4259d5cc277fd92a363d3bed6575341355 (diff) | |
download | chromium_src-53e630665ec6fb9a5fffd51d2d6ea433f1ccd9f4.zip chromium_src-53e630665ec6fb9a5fffd51d2d6ea433f1ccd9f4.tar.gz chromium_src-53e630665ec6fb9a5fffd51d2d6ea433f1ccd9f4.tar.bz2 |
Move nphostapi.h to be with the rest of the NPAPI headers.
Review URL: http://codereview.chromium.org/652161
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39852 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/npapi/npapi.gyp')
-rw-r--r-- | third_party/npapi/npapi.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/npapi/npapi.gyp b/third_party/npapi/npapi.gyp index d518240..3e761de 100644 --- a/third_party/npapi/npapi.gyp +++ b/third_party/npapi/npapi.gyp @@ -20,6 +20,7 @@ 'sources': [ 'bindings/npapi.h', 'bindings/npapi_extensions.h', + 'bindings/nphostapi.h', 'bindings/npruntime.h', ], 'conditions': [ |