From e46f661504b9d4c2de4dcb6008b9cde4105f871a Mon Sep 17 00:00:00 2001 From: "bulach@chromium.org" Date: Thu, 19 Jul 2012 20:02:55 +0000 Subject: Uses gyp "rules" rather than "actions" templates for the JNI generator. This allow finer grain control over what is rebuilt. Also, since we have approval over the generated header file name, it greatly simplifies both the generator and also all the gyp files as they no longer need to list the header file and keep in sync with the java file, so the process now is as simple as adding a single java file to the sources. BUG=137069 TEST=build on android Review URL: https://chromiumcodereview.appspot.com/10798010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147515 0039d316-1c4b-4281-b951-d872f2087c98 --- net/android/network_library.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/android/network_library.cc') diff --git a/net/android/network_library.cc b/net/android/network_library.cc index 57cf551..d518abaf 100644 --- a/net/android/network_library.cc +++ b/net/android/network_library.cc @@ -9,7 +9,7 @@ #include "base/android/jni_string.h" #include "base/android/scoped_java_ref.h" #include "base/logging.h" -#include "jni/android_network_library_jni.h" +#include "jni/AndroidNetworkLibrary_jni.h" using base::android::AttachCurrentThread; using base::android::ClearException; -- cgit v1.1