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

Unified Diff: base/BUILD.gn

Issue 247263009: Rename jni_helper.h to jni_weak_ref.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « android_webview/native/aw_settings.h ('k') | base/android/jni_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 3c698db7937f25300bfc8940c92750aeffec1733..32f75a2526d6034f426c28c18a370feb40a58f62 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -38,12 +38,13 @@ component("base") {
"android/jni_android.h",
"android/jni_array.cc",
"android/jni_array.h",
- "android/jni_helper.cc",
"android/jni_helper.h",
"android/jni_registrar.cc",
"android/jni_registrar.h",
"android/jni_string.cc",
"android/jni_string.h",
+ "android/jni_weak_ref.cc",
+ "android/jni_weak_ref.h",
"android/library_loader/library_loader_hooks.cc",
"android/library_loader/library_loader_hooks.h",
"android/memory_pressure_listener_android.cc",
« no previous file with comments | « android_webview/native/aw_settings.h ('k') | base/android/jni_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698