diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 23:55:35 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 23:55:35 +0000 |
commit | e55badb64f610fa03504471ca8edd997a9d3f1b4 (patch) | |
tree | 18337beb82a19166cee0166faf9338124d5d6e78 /build | |
parent | 3d7a219946c1f718357d15cddb954cda5f2c92eb (diff) | |
download | chromium_src-e55badb64f610fa03504471ca8edd997a9d3f1b4.zip chromium_src-e55badb64f610fa03504471ca8edd997a9d3f1b4.tar.gz chromium_src-e55badb64f610fa03504471ca8edd997a9d3f1b4.tar.bz2 |
Partially implement the new pepper API in Chrome. This is not actually hooked
up, which will require some changes in render_view as well as the plugin list.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/1697008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46760 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 018c3d5..569a510 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -36,6 +36,7 @@ '../third_party/lzma_sdk/lzma_sdk.gyp:*', '../third_party/modp_b64/modp_b64.gyp:*', '../third_party/npapi/npapi.gyp:*', + '../third_party/ppapi/ppapi.gyp:*', '../third_party/ots/ots.gyp:*', '../third_party/sqlite/sqlite.gyp:*', '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', |