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

Side by Side Diff: cmake/SkUserConfig.h.in

Issue 1544493002: CMake: generate SkUserConfig.h with configure_file (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: dont need else Created 5 years 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 | « cmake/CMakeLists.txt ('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
(Empty)
1 // SkUserConfig generated by CMake.
2 #ifndef SkUserConfig_DEFINED
3 #define SkUserConfig_DEFINED
4
5 #if ${SK_RELEASE}
6 #define SK_RELEASE
7 #undef SK_DEBUG
8 #else
9 #define SK_DEBUG
10 #undef SK_RELEASE
11 #endif
12
13 #cmakedefine01 SK_MESA
14
15 #endif
OLDNEW
« no previous file with comments | « cmake/CMakeLists.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698