Index: chrome/test/chromedriver/third_party/jni/README.chromium |
diff --git a/chrome/test/chromedriver/third_party/jni/README.chromium b/chrome/test/chromedriver/third_party/jni/README.chromium |
deleted file mode 100644 |
index 8a3cc333714b1f794873e08aa4f9a483d17da90a..0000000000000000000000000000000000000000 |
--- a/chrome/test/chromedriver/third_party/jni/README.chromium |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-Name: Java Native Interface from Android NDK |
-Short Name: JNI |
-URL: http://developer.android.com/sdk/index.html |
-Version: NDK r7, SDK API level 16 |
-Security Critical: no |
-License: Apache 2 |
- |
-Description: |
- An API for native code to interface with code running in a JVM. |
- |
-Local modifications: |
- -See patch.diff. Made portable to windows by adding proper JNICALL and |
- JNIEXPORT defines. |