Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: ui/compositor/DEPS

Issue 16046003: Move webkit/gpu into webkit/common/gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix includes in content/common/gpu/client/gl_helper_* Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/DEPS
diff --git a/ui/compositor/DEPS b/ui/compositor/DEPS
index 95ad49f159e3955cf05cad138f02c5815e91b5cd..7dbb84f4d0a7da223ecd5294ad795c08b9bdecfa 100644
--- a/ui/compositor/DEPS
+++ b/ui/compositor/DEPS
@@ -3,8 +3,9 @@
# Compositor out of WebKit.
include_rules = [
"+cc",
- "+third_party/WebKit/Source/Platform/chromium/public",
- "+third_party/WebKit/Source/WebKit/chromium/public",
- "+webkit/glue",
- "+webkit/gpu",
+ "+third_party/WebKit/Source/Platform/chromium/public/WebFilterOperation.h",
+ "+third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h",
+ "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h",
+ "+third_party/WebKit/Source/Platform/chromium/public/WebString.h",
+ "+webkit/common/gpu",
]
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698