|
Cleanup public includes directory.
This CL updates various files in the includes directory to ensure that (1) they do
not depend on headers in /src and (2) that they minimize their dependence on external
headers.
To ensure that we don't regress this behavior a new build target has been added to
build a single cpp file that contains all* public includes and is compiled with
only those directories in the include path.
* The exception is those includes that depend on OS specific headers
BUG= skia:2941
NOTRY=true
Committed: https://skia.googlesource.com/skia/+/0b17d6cb343cb71a3f548a02f0952c3592fc8c87
Total comments: 13
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+144 lines, -264 lines) |
Patch |
|
M |
gyp/gpu.gypi
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
gyp/tools.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+70 lines, -0 lines |
0 comments
|
Download
|
|
M |
include/core/SkWriteBuffer.h
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
include/gpu/GrFontScaler.h
|
View
|
|
1 chunk |
+0 lines, -86 lines |
0 comments
|
Download
|
|
D |
include/gpu/GrGlyph.h
|
View
|
|
1 chunk |
+0 lines, -90 lines |
0 comments
|
Download
|
|
D |
include/views/android/AndroidKeyToSkKey.h
|
View
|
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
|
D |
include/views/unix/XkeysToSkKeys.h
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
|
D |
include/views/unix/keysym2ucs.h
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
|
M |
include/xml/SkBML_WXMLParser.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
platform_tools/android/app/jni/AndroidKeyToSkKey.h
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
M |
platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/core/SkWriteBuffer.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A + |
src/gpu/GrFontScaler.h
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
src/gpu/GrGlyph.h
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
src/views/unix/XkeysToSkKeys.h
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
src/views/unix/keysym2ucs.h
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A |
tools/generate_includes_cpp.py
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
Total messages: 18 (6 generated)
|