summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cc/DEPS7
-rw-r--r--ui/compositor/test/DEPS1
2 files changed, 2 insertions, 6 deletions
diff --git a/cc/DEPS b/cc/DEPS
index 84196bc..d1fb990 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -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",
]