Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: tools/BUILD.public.expected

Issue 1298003007: Update BUILD.public a bit. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: to SRCS Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.public ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/BUILD.public.expected
diff --git a/tools/BUILD.public.expected b/tools/BUILD.public.expected
index e7f3a098fcc4c8eae9900517bfc5a0997aa1c2da..6890ab65ea944e657bb34f4ae9d99acaefcf4e01 100644
--- a/tools/BUILD.public.expected
+++ b/tools/BUILD.public.expected
@@ -7,9 +7,7 @@ DEFINES = ['SK_RELEASE',
'GOOGLE3',
'SK_BUILD_FOR_UNIX',
'SK_SAMPLES_FOR_X']
-HDRS = ['include/animator/SkAnimator.h',
- 'include/animator/SkAnimatorView.h',
- 'include/c/sk_canvas.h',
+HDRS = ['include/c/sk_canvas.h',
'include/c/sk_data.h',
'include/c/sk_image.h',
'include/c/sk_maskfilter.h',
@@ -50,14 +48,11 @@ HDRS = ['include/animator/SkAnimator.h',
'include/core/SkDrawFilter.h',
'include/core/SkDrawLooper.h',
'include/core/SkDrawable.h',
- 'include/core/SkEndian.h',
dogben 2015/08/18 15:29:38 Are these removals from core expected?
'include/core/SkError.h',
'include/core/SkFilterQuality.h',
'include/core/SkFixed.h',
'include/core/SkFlattenable.h',
'include/core/SkFlattenableSerialization.h',
- 'include/core/SkFloatBits.h',
- 'include/core/SkFloatingPoint.h',
'include/core/SkFont.h',
'include/core/SkFontHost.h',
'include/core/SkFontLCDConfig.h',
@@ -124,7 +119,6 @@ HDRS = ['include/animator/SkAnimator.h',
'include/core/SkTypes.h',
'include/core/SkUnPreMultiply.h',
'include/core/SkUtils.h',
- 'include/core/SkWeakRefCnt.h',
'include/core/SkWriteBuffer.h',
'include/core/SkWriter32.h',
'include/core/SkXfermode.h',
@@ -227,13 +221,6 @@ HDRS = ['include/animator/SkAnimator.h',
'include/ports/SkRemotableFontMgr.h',
'include/ports/SkTypeface_mac.h',
'include/ports/SkTypeface_win.h',
- 'include/private/SkChecksum.h',
- 'include/private/SkFunction.h',
- 'include/private/SkGpuFenceSync.h',
- 'include/private/SkMiniRecorder.h',
- 'include/private/SkRecords.h',
- 'include/private/SkTHash.h',
- 'include/private/SkTLogic.h',
'include/svg/SkSVGCanvas.h',
'include/utils/SkBoundaryPatch.h',
'include/utils/SkCamera.h',
@@ -288,8 +275,7 @@ HDRS = ['include/animator/SkAnimator.h',
'include/xml/SkDOM.h',
'include/xml/SkXMLParser.h',
'include/xml/SkXMLWriter.h']
-INCLUDES = ['include/animator',
- 'include/c',
+INCLUDES = ['include/c',
'include/codec',
'include/config',
'include/core',
@@ -318,7 +304,17 @@ INCLUDES = ['include/animator',
'third_party/etc1',
'third_party/ktx']
LINKOPTS = ['-ldl']
-SRCS = ['src/c/sk_paint.cpp',
+SRCS = ['include/private/SkChecksum.h',
+ 'include/private/SkFloatBits.h',
+ 'include/private/SkFloatingPoint.h',
+ 'include/private/SkFunction.h',
+ 'include/private/SkGpuFenceSync.h',
+ 'include/private/SkMiniRecorder.h',
+ 'include/private/SkRecords.h',
+ 'include/private/SkTHash.h',
+ 'include/private/SkTLogic.h',
+ 'include/private/SkWeakRefCnt.h',
+ 'src/c/sk_paint.cpp',
'src/c/sk_surface.cpp',
'src/core/SkAAClip.cpp',
'src/core/SkAdvancedTypefaceMetrics.cpp',
@@ -484,7 +480,6 @@ SRCS = ['src/c/sk_paint.cpp',
'src/core/SkYUVPlanesCache.cpp',
'src/doc/SkDocument.cpp',
'src/doc/SkDocument_PDF.cpp',
- 'src/doc/SkDocument_PDF_None.cpp',
'src/doc/SkDocument_XPS_None.cpp',
'src/effects/Sk1DPathEffect.cpp',
'src/effects/Sk2DPathEffect.cpp',
@@ -843,3 +838,5 @@ SRCS = ['src/c/sk_paint.cpp',
'src/utils/SkThreadUtils_pthread_linux.cpp',
'third_party/etc1/etc1.cpp',
'third_party/ktx/ktx.cpp']
+SRCS_SSE4 = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp']
+SRCS_SSSE3 = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse3.cpp']
« no previous file with comments | « BUILD.public ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698