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

Side by Side Diff: gyp/effects.gypi

Issue 1722173003: Move SkPackBits to src/effects. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix win64 warnings. Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkPackBits.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'effects' files 5 # Include this gypi to include all 'effects' files
6 # The parent gyp/gypi file must define: 6 # The parent gyp/gypi file must define:
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi. 10 # The skia build defines these in common_variables.gypi.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp', 46 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp',
47 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp', 47 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp',
48 '<(skia_src_path)/effects/SkLayerRasterizer.cpp', 48 '<(skia_src_path)/effects/SkLayerRasterizer.cpp',
49 '<(skia_src_path)/effects/SkLightingImageFilter.cpp', 49 '<(skia_src_path)/effects/SkLightingImageFilter.cpp',
50 '<(skia_src_path)/effects/SkLumaColorFilter.cpp', 50 '<(skia_src_path)/effects/SkLumaColorFilter.cpp',
51 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp', 51 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp',
52 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', 52 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp',
53 '<(skia_src_path)/effects/SkMergeImageFilter.cpp', 53 '<(skia_src_path)/effects/SkMergeImageFilter.cpp',
54 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', 54 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp',
55 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', 55 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp',
56 '<(skia_src_path)/effects/SkPackBits.cpp',
57 '<(skia_src_path)/effects/SkPackBits.h',
56 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', 58 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp',
57 '<(skia_src_path)/effects/SkPaintImageFilter.cpp', 59 '<(skia_src_path)/effects/SkPaintImageFilter.cpp',
58 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', 60 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp',
59 '<(skia_src_path)/effects/SkPictureImageFilter.cpp', 61 '<(skia_src_path)/effects/SkPictureImageFilter.cpp',
60 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp', 62 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp',
61 '<(skia_src_path)/effects/SkTableColorFilter.cpp', 63 '<(skia_src_path)/effects/SkTableColorFilter.cpp',
62 '<(skia_src_path)/effects/SkTableMaskFilter.cpp', 64 '<(skia_src_path)/effects/SkTableMaskFilter.cpp',
63 '<(skia_src_path)/effects/SkTestImageFilters.cpp', 65 '<(skia_src_path)/effects/SkTestImageFilters.cpp',
64 '<(skia_src_path)/effects/SkTileImageFilter.cpp', 66 '<(skia_src_path)/effects/SkTileImageFilter.cpp',
65 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', 67 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', 119 '<(skia_include_path)/effects/SkPerlinNoiseShader.h',
118 '<(skia_include_path)/effects/SkTableColorFilter.h', 120 '<(skia_include_path)/effects/SkTableColorFilter.h',
119 '<(skia_include_path)/effects/SkTableMaskFilter.h', 121 '<(skia_include_path)/effects/SkTableMaskFilter.h',
120 '<(skia_include_path)/effects/SkTileImageFilter.h', 122 '<(skia_include_path)/effects/SkTileImageFilter.h',
121 '<(skia_include_path)/effects/SkXfermodeImageFilter.h', 123 '<(skia_include_path)/effects/SkXfermodeImageFilter.h',
122 124
123 '<(skia_include_path)/client/android/SkAvoidXfermode.h', 125 '<(skia_include_path)/client/android/SkAvoidXfermode.h',
124 '<(skia_include_path)/client/android/SkPixelXorXfermode.h', 126 '<(skia_include_path)/client/android/SkPixelXorXfermode.h',
125 ], 127 ],
126 } 128 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkPackBits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698