From e0d92f287e9f793f3980286c5eeabb3fff59b2c3 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Sat, 3 Apr 2010 06:04:27 +0000 Subject: Eliminate WebCore include paths when compiling Chromium code. In the process of trying to do this, I discovered some unnecessary config.h includes as well as some remaining WebCore function calls. R=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/1521010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43574 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 4 ---- 1 file changed, 4 deletions(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 4f00401..d85f27c 100644 --- a/DEPS +++ b/DEPS @@ -221,10 +221,6 @@ include_rules = [ # this should probably change. "+unicode", "+testing", - - # Allow anybody to include files from the "public" Skia directory in the - # webkit port. This is shared between the webkit port and Chrome. - "+webkit/port/platform/graphics/skia/public", ] -- cgit v1.1