diff options
author | fmalita <fmalita@chromium.org> | 2015-03-10 07:00:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-10 14:01:34 +0000 |
commit | 968d915fa6732be9fc42e1e1db8850c4576f60bd (patch) | |
tree | 6c20c3ba75706f2e4fca95f576e50922ad768b5e /skia/skia_library.gypi | |
parent | c3a98da19b1c732ae1313f1c8f6c17186be604fa (diff) | |
download | chromium_src-968d915fa6732be9fc42e1e1db8850c4576f60bd.zip chromium_src-968d915fa6732be9fc42e1e1db8850c4576f60bd.tar.gz chromium_src-968d915fa6732be9fc42e1e1db8850c4576f60bd.tar.bz2 |
Hide src/core Skia headers
With a standalone BenchmarkingCanvas, we can now unexport the src/core
headers.
Also remove unused SkDebugCanvas sources.
BUG=457691
R=reed@google.com,robertphillips@google.com,mtklein@chromium.org
Review URL: https://codereview.chromium.org/993533005
Cr-Commit-Position: refs/heads/master@{#319874}
Diffstat (limited to 'skia/skia_library.gypi')
-rw-r--r-- | skia/skia_library.gypi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi index 04e428a..b138e4d 100644 --- a/skia/skia_library.gypi +++ b/skia/skia_library.gypi @@ -68,13 +68,6 @@ '../third_party/skia/src/sfnt/SkOTUtils.cpp', '../third_party/skia/src/sfnt/SkOTUtils.h', - '../third_party/skia/src/utils/debugger/SkDebugCanvas.cpp', - '../third_party/skia/src/utils/debugger/SkDebugCanvas.h', - '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp', - '../third_party/skia/src/utils/debugger/SkDrawCommand.h', - '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', - '../third_party/skia/src/utils/debugger/SkObjectParser.h', - '../third_party/skia/include/core/SkFontStyle.h', '../third_party/skia/include/images/SkMovie.h', @@ -360,9 +353,6 @@ 'direct_dependent_settings': { 'include_dirs': [ - #temporary until we can hide SkFontHost - '../third_party/skia/src/core', - '../third_party/skia/include/core', '../third_party/skia/include/effects', '../third_party/skia/include/pdf', |