aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-11-02 10:20:27 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-02 10:20:27 -0800
commit1ee76510f5dbf632d30975fc3509ef4f609156d2 (patch)
treea2d6b772ec69a735bd37ebdbdc6864cfe823a7cc /bin
parent3f0424ff57f93666df7347d4787816b210233eb0 (diff)
Start making all .cpp files compile-able on all platforms.
I sometimes dream to hone our build process down to something as simple as $ find src -name '*.cpp' | xargs c++ <some cflags> -c -o skia.o To start, it helps if we can compile all files on all platforms. Each non-portable file guards itself with defines provided by SkTypes.h. This does not convert all non-portable code, but it's a good representative chunk. E.g. instead of having to remember which SkDebug_*.cpp to compile on which platform we can just compile all three and let the code itself sort it out. This has the nice side effect of making non-portable code declare the conditions under which it can compile explicitly. I've been testing mostly with the CMake build as it's easiest, but this should apply equally to BUILD, Gyp, and GN files... to any build system really. BUG=skia:4269 CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac10.9-Clang-x86_64-Release-CMake-Trybot Review URL: https://codereview.chromium.org/1411283005
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions