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

Unified Diff: cc/DEPS

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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 | « cc/ContentLayerChromiumClient.h ('k') | cc/FloatQuadTest.cpp » ('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 c24f5f8ff581b9e4fa1dd647e546068259bd52dc..dd7cfe4b5b9b3d9440908a54d074eac0b8154558 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -10,11 +10,22 @@ include_rules = [
"+third_party/WebKit/Source/WebCore/platform/graphics/IntPoint.h",
"+third_party/WebKit/Source/WebCore/platform/graphics/IntRect.h",
"+third_party/WebKit/Source/WebCore/platform/graphics/IntSize.h",
+ "+Source/WebCore/platform/graphics/FloatPoint.h",
+ "+Source/WebCore/platform/graphics/FloatPoint3D.h",
+ "+Source/WebCore/platform/graphics/FloatQuad.h",
+ "+Source/WebCore/platform/graphics/FloatRect.h",
+ "+Source/WebCore/platform/graphics/FloatSize.h",
+ "+Source/WebCore/platform/graphics/IntPoint.h",
+ "+Source/WebCore/platform/graphics/IntRect.h",
+ "+Source/WebCore/platform/graphics/IntSize.h",
# http://crbug.com/144540
"+third_party/WebKit/Source/WebCore/platform/graphics/Region.h",
+ "+Source/WebCore/platform/graphics/Region.h",
# TODO(jamesr): Resolve these
"+third_party/WebKit/Source/WebCore/platform/graphics/UnitBezier.h",
"+third_party/WebKit/Source/WebCore/platform/graphics/gpu/TilingData.h",
+ "+Source/WebCore/platform/graphics/UnitBezier.h",
+ "+Source/WebCore/platform/graphics/gpu/TilingData.h",
# TODO(jamesr): We depend on these things just to do test setup. We should be
# able to run unit tests without these dependencies.
"+third_party/WebKit/Source/Platform/chromium/public/Platform.h",
« no previous file with comments | « cc/ContentLayerChromiumClient.h ('k') | cc/FloatQuadTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698