summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk/DEPS
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-01 00:17:22 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-01 00:17:22 +0000
commit914f5269eed1c8651d53f93d4181738f1344a108 (patch)
tree6ae9ea60cbccafaec2899eaf1ea7a4f958220302 /ppapi/thunk/DEPS
parent0fafc8de47e8aa377e3fb96fc914fbe7399fe9c6 (diff)
downloadchromium_src-914f5269eed1c8651d53f93d4181738f1344a108.zip
chromium_src-914f5269eed1c8651d53f93d4181738f1344a108.tar.gz
chromium_src-914f5269eed1c8651d53f93d4181738f1344a108.tar.bz2
Remove unused trusted interfaces.
Several trusted interfaces were originally used internally by the IPC proxy and the NaCl srpc proxy. The IPC proxy switched to using C++ *_API classes directly, and the srpc proxy is no more, so there's no user of these anymore. BUG=None Review URL: https://chromiumcodereview.appspot.com/16253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203526 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/thunk/DEPS')
-rw-r--r--ppapi/thunk/DEPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/thunk/DEPS b/ppapi/thunk/DEPS
index 554e15c..9509d54 100644
--- a/ppapi/thunk/DEPS
+++ b/ppapi/thunk/DEPS
@@ -1,4 +1,6 @@
include_rules = [
+ # For gpu::CommandBuffer::State
+ "+gpu/command_buffer/common/command_buffer.h",
"-ppapi/cpp",
"-ppapi/proxy",
]