diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-07 20:50:29 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-07 20:50:29 +0000 |
commit | 87e3a9174661e3724249513e4a90be698af84557 (patch) | |
tree | 88d6a0729853857f33d9db7cab0ec9e27126b9d5 | |
parent | 23418e8a6771d689bb65ac2dc0ca7e423a35a028 (diff) | |
download | chromium_src-87e3a9174661e3724249513e4a90be698af84557.zip chromium_src-87e3a9174661e3724249513e4a90be698af84557.tar.gz chromium_src-87e3a9174661e3724249513e4a90be698af84557.tar.bz2 |
Remove includes of WebGraphicsContext3D.h from DEPS files.
These were left behind after James's recent refactorings.
BUG=181120
TEST=None
R=jamesr@chromium.org,danakj@chromium.org
TBR=piman,reed
Review URL: https://codereview.chromium.org/157153002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249771 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | cc/DEPS | 7 | ||||
-rw-r--r-- | ui/compositor/test/DEPS | 1 |
2 files changed, 2 insertions, 6 deletions
@@ -4,19 +4,16 @@ include_rules = [ "+gpu/command_buffer/client/context_support.h", "+gpu/command_buffer/client/gles2_interface.h", "+gpu/command_buffer/client/gles2_interface_stub.h", # for tests - "+gpu/command_buffer/common/gpu_memory_allocation.h", "+gpu/command_buffer/common/capabilities.h", + "+gpu/command_buffer/common/gpu_memory_allocation.h", "+gpu/command_buffer/common/mailbox.h", "+gpu/command_buffer/common/mailbox_holder.h", "+media", "+skia/ext", - "+third_party/skia/include", "+third_party/khronos/GLES2/gl2.h", "+third_party/khronos/GLES2/gl2ext.h", + "+third_party/skia/include", "+ui/events/latency_info.h", "+ui/gfx", "+ui/gl", - # DO NOT ADD ANY NEW WEBKIT HEADERS TO THIS LIST. - # TODO(danakj): Drop dependencies on WebKit Platform API from cc. - "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", ] diff --git a/ui/compositor/test/DEPS b/ui/compositor/test/DEPS index f92efe0..cc6a491 100644 --- a/ui/compositor/test/DEPS +++ b/ui/compositor/test/DEPS @@ -1,4 +1,3 @@ include_rules = [ - "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", "+webkit/common/gpu", ] |