diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 02:23:05 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 02:23:05 +0000 |
commit | 20790a2251838ef5d3f2432ba6f0c9f54e7c7838 (patch) | |
tree | a54762e7c5803efc7955c709eade6c541c18a804 /webkit/plugins/ppapi/DEPS | |
parent | 64974bea71a5c4cf95e67afef2e121e04af451f4 (diff) | |
download | chromium_src-20790a2251838ef5d3f2432ba6f0c9f54e7c7838.zip chromium_src-20790a2251838ef5d3f2432ba6f0c9f54e7c7838.tar.gz chromium_src-20790a2251838ef5d3f2432ba6f0c9f54e7c7838.tar.bz2 |
Move webkit/plugins/ppapi to content/renderer/pepper.
I will change namespaces in a followup as this got very large. Also, I have a temporary dependency from content/common onto content/renderer for PluginModule that I only discovered at the end. I will remove that in a followup.
BUG=263054
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/20165002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213578 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/ppapi/DEPS')
-rw-r--r-- | webkit/plugins/ppapi/DEPS | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/webkit/plugins/ppapi/DEPS b/webkit/plugins/ppapi/DEPS deleted file mode 100644 index 0b8e33d..0000000 --- a/webkit/plugins/ppapi/DEPS +++ /dev/null @@ -1,11 +0,0 @@ -include_rules = [ - "+ppapi/c", - "+ppapi/shared_impl", - "+ppapi/thunk", - "+printing", - "+media/audio", - "+media/base", - "+media/video", - "+ui/base/ime", - "+ui/base/range", -] |