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

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: exclude include/private from hdrs 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
« BUILD.public ('K') | « 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..cecb95d79df8eb1f38d93c59ffd1b5ee44e09dec 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',
@@ -227,13 +225,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 +279,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',
@@ -484,7 +474,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',
@@ -740,6 +729,7 @@ SRCS = ['src/c/sk_paint.cpp',
'src/opts/SkBitmapFilter_opts_SSE2.cpp',
'src/opts/SkBitmapProcState_opts_SSE2.cpp',
'src/opts/SkBlitRow_opts_SSE2.cpp',
+ 'src/opts/SkOpts_sse2.cpp',
'src/opts/opts_check_x86.cpp',
'src/pathops/SkAddIntersections.cpp',
'src/pathops/SkDConicLineIntersection.cpp',
@@ -843,3 +833,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']
« BUILD.public ('K') | « BUILD.public ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698