| OLD | NEW |
| 1 | 1 |
| 2 /////////////////////////////////////////////////////////////////////////////// | 2 /////////////////////////////////////////////////////////////////////////////// |
| 3 // | 3 // |
| 4 // THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT. | 4 // THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT. |
| 5 // | 5 // |
| 6 // This file contains Skia's upstream include/config/SkUserConfig.h as a | 6 // This file contains Skia's upstream include/config/SkUserConfig.h as a |
| 7 // reference, followed by the actual defines set for Android. | 7 // reference, followed by the actual defines set for Android. |
| 8 // | 8 // |
| 9 /////////////////////////////////////////////////////////////////////////////// | 9 /////////////////////////////////////////////////////////////////////////////// |
| 10 | 10 |
| 11 | 11 |
| 12 // Android defines: | 12 // Android defines: |
| 13 #ifndef SkUserConfig_Android_DEFINED | 13 #ifndef SkUserConfig_Android_DEFINED |
| 14 #define SkUserConfig_Android_DEFINED | 14 #define SkUserConfig_Android_DEFINED |
| 15 #ifdef ANDROID | 15 #ifdef ANDROID |
| 16 #include <utils/misc.h> | 16 #include <utils/misc.h> |
| 17 #endif | 17 #endif |
| 18 | 18 |
| 19 #if __BYTE_ORDER == __BIG_ENDIAN | 19 #if __BYTE_ORDER == __BIG_ENDIAN |
| 20 #define SK_CPU_BENDIAN | 20 #define SK_CPU_BENDIAN |
| 21 #undef SK_CPU_LENDIAN | 21 #undef SK_CPU_LENDIAN |
| 22 #else | 22 #else |
| 23 #define SK_CPU_LENDIAN | 23 #define SK_CPU_LENDIAN |
| 24 #undef SK_CPU_BENDIAN | 24 #undef SK_CPU_BENDIAN |
| 25 #endif | 25 #endif |
| 26 | 26 |
| 27 #define SK_BUILD_FOR_ANDROID | 27 #define SK_BUILD_FOR_ANDROID |
| 28 #define SK_BUILD_FOR_ANDROID_FRAMEWORK | 28 #define SK_BUILD_FOR_ANDROID_FRAMEWORK |
| 29 #define SK_SCALAR_IS_FLOAT | 29 #define SK_SCALAR_IS_FLOAT |
| 30 #define bar |
| 30 #define foo | 31 #define foo |
| 31 #define bar | |
| 32 | 32 |
| 33 #endif // SkUserConfig_Android_DEFINED | 33 #endif // SkUserConfig_Android_DEFINED |
| OLD | NEW |