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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class com_skia_SkiaIntentService */
4
5 #ifndef _Included_com_skia_SkiaIntentService
6 #define _Included_com_skia_SkiaIntentService
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11 * Class: com_skia_SkiaIntentService
12 * Method: run
13 * Signature: ([Ljava/lang/String;)I
14 */
15 JNIEXPORT jint JNICALL Java_com_skia_SkiaIntentService_run
16 (JNIEnv *, jobject, jobjectArray);
17
18 #ifdef __cplusplus
19 }
20 #endif
21 #endif
OLDNEW
« 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