summaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 21:46:26 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 21:46:26 +0000
commit1ca411a71e27948e2047d1344adff727219922cc (patch)
tree83b6dabc19fa337a252bb831df644b252ac94a81 /cc
parent96d3bd1732db2ac1999c8ac33d1e6d39fd1abefc (diff)
downloadchromium_src-1ca411a71e27948e2047d1344adff727219922cc.zip
chromium_src-1ca411a71e27948e2047d1344adff727219922cc.tar.gz
chromium_src-1ca411a71e27948e2047d1344adff727219922cc.tar.bz2
cc: Remove some entries from DEPS list.
This appears to have been fixed in past revisions so we can remove them now. TEST=run checkdeps.py, it should succeed. R=enne@chromium.org,jamesr@chromium.org Review URL: https://codereview.chromium.org/11367061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165758 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
-rw-r--r--cc/DEPS7
1 files changed, 0 insertions, 7 deletions
diff --git a/cc/DEPS b/cc/DEPS
index 2134bbb..7e634a3 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -22,8 +22,6 @@ include_rules = [
"+Source/WebCore/platform/graphics/IntPoint.h",
"+Source/WebCore/platform/graphics/IntRect.h",
"+Source/WebCore/platform/graphics/IntSize.h",
- "+third_party/WebKit/Source/WTF/config.h",
- "+Source/WTF/config.h",
# http://crbug.com/144540
"+third_party/WebKit/Source/WebCore/platform/graphics/Region.h",
"+Source/WebCore/platform/graphics/Region.h",
@@ -32,11 +30,6 @@ include_rules = [
"+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",
- "+webkit/compositor_bindings/web_compositor_support_impl.h",
- "+webkit/glue/webthread_impl.h",
# http://crbug.com/154052
"+webkit/glue/webkit_glue_export.h",
# http://crbug.com/154451