diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-03 00:08:31 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-03 00:08:31 +0000 |
commit | 4641c96ec6484959fadd297bf284beb843b0e635 (patch) | |
tree | a2716fe1322ff1e32edc3e3fbd6b430f8f1cde50 /cc | |
parent | b1c2ba1b41ba2303abf1ebec62c8077d0ea985c4 (diff) | |
download | chromium_src-4641c96ec6484959fadd297bf284beb843b0e635.zip chromium_src-4641c96ec6484959fadd297bf284beb843b0e635.tar.gz chromium_src-4641c96ec6484959fadd297bf284beb843b0e635.tar.bz2 |
cc: Remove other entries from DEPS list.
They were also fixed in past revisions, now that cc component landed and the
TillingData landed to, we can remove them.
BUG=147395,154052
TEST=checkdeps.py succeeds.
R=enne@chromium.org,jamesr@chromium.org
Review URL: https://codereview.chromium.org/11360069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
-rw-r--r-- | cc/DEPS | 6 | ||||
-rw-r--r-- | cc/settings.h | 1 |
2 files changed, 0 insertions, 7 deletions
@@ -7,7 +7,6 @@ include_rules = [ "+media", # http://crbug.com/144542 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint.h", - "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint3D.h", "+third_party/WebKit/Source/WebCore/platform/graphics/FloatQuad.h", "+third_party/WebKit/Source/WebCore/platform/graphics/FloatRect.h", "+third_party/WebKit/Source/WebCore/platform/graphics/FloatSize.h", @@ -15,7 +14,6 @@ include_rules = [ "+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", @@ -27,11 +25,7 @@ include_rules = [ "+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", -# http://crbug.com/154052 - "+webkit/glue/webkit_glue_export.h", # http://crbug.com/154451 "+third_party/WebKit/Source/WTF/config.h", "+Source/WTF/config.h", diff --git a/cc/settings.h b/cc/settings.h index 21b240b..74de20b 100644 --- a/cc/settings.h +++ b/cc/settings.h @@ -5,7 +5,6 @@ #ifndef CCSettings_h #define CCSettings_h -#include "webkit/glue/webkit_glue_export.h" #include "cc/cc_export.h" namespace cc { |