summaryrefslogtreecommitdiffstats
path: root/net/android/network_library.cc
diff options
context:
space:
mode:
authorbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 20:02:55 +0000
committerbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 20:02:55 +0000
commite46f661504b9d4c2de4dcb6008b9cde4105f871a (patch)
tree5577bf583ea221a532ef05a349f6de757823e6ba /net/android/network_library.cc
parenta5d07699a28d121d0bcabaef645ef7ece9366292 (diff)
downloadchromium_src-e46f661504b9d4c2de4dcb6008b9cde4105f871a.zip
chromium_src-e46f661504b9d4c2de4dcb6008b9cde4105f871a.tar.gz
chromium_src-e46f661504b9d4c2de4dcb6008b9cde4105f871a.tar.bz2
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
Diffstat (limited to 'net/android/network_library.cc')
-rw-r--r--net/android/network_library.cc2
1 files changed, 1 insertions, 1 deletions
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;