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

Unified Diff: platform_tools/android/app/jni/com_skia_SkiaIntentService.h

Issue 22617002: Update Skia Android tools. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: more fixes to make the bots happy Created 7 years, 4 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/app/jni/com_skia_SkiaIntentService.h
diff --git a/platform_tools/android/app/jni/com_skia_SkiaIntentService.h b/platform_tools/android/app/jni/com_skia_SkiaIntentService.h
deleted file mode 100644
index 89fbfd2957324a6cf4e80787c3be07136aa624b1..0000000000000000000000000000000000000000
--- a/platform_tools/android/app/jni/com_skia_SkiaIntentService.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* DO NOT EDIT THIS FILE - it is machine generated */
-#include <jni.h>
-/* Header for class com_skia_SkiaIntentService */
-
-#ifndef _Included_com_skia_SkiaIntentService
-#define _Included_com_skia_SkiaIntentService
-#ifdef __cplusplus
-extern "C" {
-#endif
-/*
- * Class: com_skia_SkiaIntentService
- * Method: run
- * Signature: ([Ljava/lang/String;)I
- */
-JNIEXPORT jint JNICALL Java_com_skia_SkiaIntentService_run
- (JNIEnv *, jobject, jobjectArray);
-
-#ifdef __cplusplus
-}
-#endif
-#endif
« no previous file with comments | « platform_tools/android/app/AndroidManifest.xml ('k') | platform_tools/android/app/jni/com_skia_SkiaIntentService.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698