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

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

Issue 242203008: Allow running gyp_to_android without SkUserConfig. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: copyfileobj, tests, gyp_to_android executable. Created 6 years, 8 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 /*
12 * Copyright 2014 Google Inc.
13 *
14 * Use of this source code is governed by a BSD-style license that can be
15 * found in the LICENSE file.
16 */
17
18 /*
19 * Unchanging SkUserConfig.h for testing generate_user_config.
20 */
21 11
22 // Android defines: 12 // Android defines:
23 #ifndef SkUserConfig_Android_DEFINED 13 #ifndef SkUserConfig_Android_DEFINED
24 #define SkUserConfig_Android_DEFINED 14 #define SkUserConfig_Android_DEFINED
25 #ifdef ANDROID 15 #ifdef ANDROID
26 #include <utils/misc.h> 16 #include <utils/misc.h>
27 #endif 17 #endif
28 18
29 #if __BYTE_ORDER == __BIG_ENDIAN 19 #if __BYTE_ORDER == __BIG_ENDIAN
30 #define SK_CPU_BENDIAN 20 #define SK_CPU_BENDIAN
31 #undef SK_CPU_LENDIAN 21 #undef SK_CPU_LENDIAN
32 #else 22 #else
33 #define SK_CPU_LENDIAN 23 #define SK_CPU_LENDIAN
34 #undef SK_CPU_BENDIAN 24 #undef SK_CPU_BENDIAN
35 #endif 25 #endif
36 26
37 #define SK_BUILD_FOR_ANDROID 27 #define SK_BUILD_FOR_ANDROID
38 #define SK_BUILD_FOR_ANDROID_FRAMEWORK 28 #define SK_BUILD_FOR_ANDROID_FRAMEWORK
39 #define SK_SCALAR_IS_FLOAT 29 #define SK_SCALAR_IS_FLOAT
40 #define foo 30 #define foo
41 #define bar 31 #define bar
42 32
43 #endif // SkUserConfig_Android_DEFINED 33 #endif // SkUserConfig_Android_DEFINED
OLDNEW
« no previous file with comments | « platform_tools/android/gyp_gen/generate_user_config.py ('k') | platform_tools/android/tests/generate_user_config_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698