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

Side by Side Diff: platform_tools/android/tests/expectations/missing-filename.xxx

Issue 388693003: Alphabetize defines in generated SkUserConfig. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698