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

Unified Diff: platform_tools/android/tests/expectations/SkUserConfig.h

Issue 221063003: Rename test SkUserConfig files. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Change .h to .txt to skip housekeeping. Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: platform_tools/android/tests/expectations/SkUserConfig.h
diff --git a/platform_tools/android/tests/expectations/SkUserConfig.h b/platform_tools/android/tests/expectations/SkUserConfig.h
deleted file mode 100644
index 78b69a44b2d20e38c75d259118287dc5d38e946a..0000000000000000000000000000000000000000
--- a/platform_tools/android/tests/expectations/SkUserConfig.h
+++ /dev/null
@@ -1,43 +0,0 @@
-
-///////////////////////////////////////////////////////////////////////////////
-//
-// THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
-//
-// This file contains Skia's upstream include/config/SkUserConfig.h as a
-// reference, followed by the actual defines set for Android.
-//
-///////////////////////////////////////////////////////////////////////////////
-
-/*
- * Copyright 2014 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/*
- * Unchanging SkUserConfig.h for testing generate_user_config.
- */
-
-// Android defines:
-#ifndef SkUserConfig_Android_DEFINED
-#define SkUserConfig_Android_DEFINED
-#ifdef ANDROID
- #include <utils/misc.h>
-#endif
-
-#if __BYTE_ORDER == __BIG_ENDIAN
- #define SK_CPU_BENDIAN
- #undef SK_CPU_LENDIAN
-#else
- #define SK_CPU_LENDIAN
- #undef SK_CPU_BENDIAN
-#endif
-
-#define SK_BUILD_FOR_ANDROID
-#define SK_BUILD_FOR_ANDROID_FRAMEWORK
-#define SK_SCALAR_IS_FLOAT
-#define foo
-#define bar
-
-#endif // SkUserConfig_Android_DEFINED
« no previous file with comments | « platform_tools/android/gyp_gen/generate_user_config.py ('k') | platform_tools/android/tests/expectations/SkUserConfig-h.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698