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

Side by Side Diff: gyp/public_headers.gypi

Issue 574383002: declare to gypi where SkDeviceProperties.h moved to (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 3 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
« gyp/core.gypi ('K') | « gyp/core.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Include this gypi to include all public header files that exist in the 1 # Include this gypi to include all public header files that exist in the
2 # include directory. 2 # include directory.
3 # 3 #
4 # The list is computed by running 'find include -name *.h' in the root dir of 4 # The list is computed by running 'find include -name *.h' in the root dir of
5 # the project. 5 # the project.
6 # 6 #
7 { 7 {
8 'variables': { 8 'variables': {
9 'header_filenames': [ 9 'header_filenames': [
10 'animator/SkAnimator.h', 10 'animator/SkAnimator.h',
(...skipping 10 matching lines...) Expand all
21 'core/SkColor.h', 21 'core/SkColor.h',
22 'core/SkColorFilter.h', 22 'core/SkColorFilter.h',
23 'core/SkColorPriv.h', 23 'core/SkColorPriv.h',
24 'core/SkColorShader.h', 24 'core/SkColorShader.h',
25 'core/SkColorTable.h', 25 'core/SkColorTable.h',
26 'core/SkComposeShader.h', 26 'core/SkComposeShader.h',
27 'core/SkData.h', 27 'core/SkData.h',
28 'core/SkDataTable.h', 28 'core/SkDataTable.h',
29 'core/SkDeque.h', 29 'core/SkDeque.h',
30 'core/SkDevice.h', 30 'core/SkDevice.h',
31 'core/SkDeviceProperties.h',
32 'core/SkDither.h', 31 'core/SkDither.h',
33 'core/SkDocument.h', 32 'core/SkDocument.h',
34 'core/SkDraw.h', 33 'core/SkDraw.h',
35 'core/SkDrawFilter.h', 34 'core/SkDrawFilter.h',
36 'core/SkDrawLooper.h', 35 'core/SkDrawLooper.h',
37 'core/SkEndian.h', 36 'core/SkEndian.h',
38 'core/SkError.h', 37 'core/SkError.h',
39 'core/SkFixed.h', 38 'core/SkFixed.h',
40 'core/SkFlate.h', 39 'core/SkFlate.h',
41 'core/SkFlattenable.h', 40 'core/SkFlattenable.h',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'views/unix/keysym2ucs.h', 267 'views/unix/keysym2ucs.h',
269 'xml/SkBML_WXMLParser.h', 268 'xml/SkBML_WXMLParser.h',
270 'xml/SkBML_XMLParser.h', 269 'xml/SkBML_XMLParser.h',
271 'xml/SkDOM.h', 270 'xml/SkDOM.h',
272 'xml/SkJS.h', 271 'xml/SkJS.h',
273 'xml/SkXMLParser.h', 272 'xml/SkXMLParser.h',
274 'xml/SkXMLWriter.h', 273 'xml/SkXMLWriter.h',
275 ], 274 ],
276 }, 275 },
277 } 276 }
OLDNEW
« gyp/core.gypi ('K') | « gyp/core.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698