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

Unified Diff: cc/DEPS

Issue 16085003: Update refernces to Blink's Platform API (cc) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | cc/animation/layer_animation_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/DEPS
diff --git a/cc/DEPS b/cc/DEPS
index 00303d38b56848c3106edb36616cb36ae89cd876..26a233de086ec60bbcb889a3111d3bc5e68ff756 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -12,10 +12,10 @@ include_rules = [
"+ui/surface",
# DO NOT ADD ANY NEW WEBKIT HEADERS TO THIS LIST.
# TODO(danakj): Drop dependencies on WebKit Platform API from cc.
- "+third_party/WebKit/Source/Platform/chromium/public/WebAnimationDelegate.h",
- "+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/WebGraphicsMemoryAllocation.h",
- "+third_party/WebKit/Source/Platform/chromium/public/WebLayerScrollClient.h",
+ "+third_party/WebKit/public/platform/WebAnimationDelegate.h",
+ "+third_party/WebKit/public/platform/WebFilterOperation.h",
+ "+third_party/WebKit/public/platform/WebFilterOperations.h",
+ "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
+ "+third_party/WebKit/public/platform/WebGraphicsMemoryAllocation.h",
+ "+third_party/WebKit/public/platform/WebLayerScrollClient.h",
]
« no previous file with comments | « no previous file | cc/animation/layer_animation_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698