summaryrefslogtreecommitdiffstats
path: root/ppapi/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Relocate last remnants of webkit/renderer/media code.dalecurtis@chromium.org2013-08-101-1/+0
| | | | | | | | | | | | | | | | - Moves webkit/renderer/media/crypto/ppapi/ to media/cdm/ppapi/ - Moves webkit/.../ppapi/cdm/ to media/cdm/ppapi/api/ - Moves everything in webkit_media to media namespace - Fixes broken builds with use_fake_video_decoder=1 or use_libvpx=1 - Deletes webkit/renderer/media folder (\o/) BUG=251306 TEST=Chrome builds with mentioned flags, plus branding=Chrome. TBR=rsleevi Review URL: https://chromiumcodereview.appspot.com/22362007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216826 0039d316-1c4b-4281-b951-d872f2087c98
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
| | | | | | | | | | | | | This CL changes the majority of include paths from the old Source/WebKit/chromium/public to the new public/web directory. TBR=darin BUG=239545 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17148003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206664 0039d316-1c4b-4281-b951-d872f2087c98
* Update references to Blink's Platform API headers (remaining)abarth@chromium.org2013-05-301-1/+1
| | | | | | | | | | | | | | | These headers have moved from Source/Platform/chromium/public to public/platform. This CL updates the remaining references to the old location to point to the new location. After this CL lands, I'll remove the forwarding headers that are letting these references still work. TBR=darin@chromium.org BUG=239545 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15648012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203106 0039d316-1c4b-4281-b951-d872f2087c98
* Update some #includes in ppapi/proxy for headers that were moved from ↵pilgrim@chromium.org2013-01-181-1/+2
| | | | | | | | WebKit/chromium/public/platform/ to Platform/chromium/public/ Review URL: https://chromiumcodereview.appspot.com/11968017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177715 0039d316-1c4b-4281-b951-d872f2087c98
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-0/+1
| | | | | | | | | | | | | | | | | | | As titled, with this change we're now piping float data around the pipeline from end to end. This change is in preparation for browser side channel remixing and resampling. As a consequence of this change the shared memory now represents the contents of an AudioBus object, which is essentially audio data in a float planar format. BUG=114700 TEST=Should be no audible change. Ran all existing tests. Compiled ran WebAudio/HTML5/WebRTC on all platforms and PPAPI on Linux. Review URL: https://chromiumcodereview.appspot.com/10832285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154951 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enabling checkdeps for most of ppapi + nacl.bradnelson@google.com2012-07-271-7/+0
| | | | | | | | | | | | | | Many of the includes / dependencies in ppapi + nacl are badly specified. This turns on checkdeps for most stuff and makes extra stuff explicit. BUG=http://code.google.com/p/chromium/issues/detail?id=93520 TEST=checkdeps passes R=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10797018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148699 0039d316-1c4b-4281-b951-d872f2087c98
* Don't make checkdeps ignore includes to directories that are brought in via ↵jam@chromium.org2012-04-271-0/+5
| | | | | | | | deps. Most of these are already listed in DEPS files, and it seems that we want to prevent includes on them just like normal directories that are in our tree (otherwise content can depend on native_client, for ex) Review URL: https://chromiumcodereview.appspot.com/10248005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134296 0039d316-1c4b-4281-b951-d872f2087c98
* Excluding ppapi/native_client from depscheck for now.bradnelson@google.com2011-08-251-0/+6
BUG=http://code.google.com/p/chromium/issues/detail?id=93520 TEST=None R=thakis@chromium.org Review URL: http://codereview.chromium.org/7741008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98175 0039d316-1c4b-4281-b951-d872f2087c98