diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-03 06:04:27 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-03 06:04:27 +0000 |
commit | e0d92f287e9f793f3980286c5eeabb3fff59b2c3 (patch) | |
tree | 9ad4d1a1e4b5165873437f3621339286b578bd81 /DEPS | |
parent | 215160af1c6806ae0315e6ea762761d97a703b91 (diff) | |
download | chromium_src-e0d92f287e9f793f3980286c5eeabb3fff59b2c3.zip chromium_src-e0d92f287e9f793f3980286c5eeabb3fff59b2c3.tar.gz chromium_src-e0d92f287e9f793f3980286c5eeabb3fff59b2c3.tar.bz2 |
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
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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", ] |