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

Unified Diff: chrome/browser/android/class_list.jni

Issue 11339013: Android: passes a list of qualified JNI parameters as a param to the generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yaron's and Nico's comments Created 8 years, 2 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
Index: chrome/browser/android/class_list.jni
diff --git a/chrome/browser/android/class_list.jni b/chrome/browser/android/class_list.jni
new file mode 100644
index 0000000000000000000000000000000000000000..0fbb08c24645625a358a17f959a8a5c333714186
--- /dev/null
+++ b/chrome/browser/android/class_list.jni
@@ -0,0 +1,23 @@
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file contains a list of JNI parameters used to generate the
+# bindings.
+Lorg/chromium/chrome/browser/autofill/AutofillExternalDelegate
+Lorg/chromium/chrome/browser/autofill/AutofillSuggestion
+Lorg/chromium/chrome/browser/ChromeBrowserProvider$BookmarkNode
+Lorg/chromium/chrome/browser/ChromeHttpAuthHandler
+Lorg/chromium/chrome/browser/ChromeWebContentsDelegateAndroid
+Lorg/chromium/chrome/browser/FindMatchRectsDetails
+Lorg/chromium/chrome/browser/FindNotificationDetails
+Lorg/chromium/chrome/browser/JavascriptAppModalDialog
+Lorg/chromium/chrome/browser/ProcessUtils
+Lorg/chromium/chrome/browser/component/navigation_interception/InterceptNavigationDelegate
+Lorg/chromium/chrome/browser/component/web_contents_delegate_android/WebContentsDelegateAndroid
+Lorg/chromium/chrome/browser/database/SQLiteCursor
+Lorg/chromium/chrome/browser/GoogleLocationSettingsHelper
+Lorg/chromium/chrome/browser/GoogleLocationSettingsHelperStub
+# TODO(bulach): For now all Java code in content is public until we decide to try and separate them.
+Lorg/chromium/content/browser/ContainerViewDelegate
+Lorg/chromium/ui/gfx/NativeWindow

Powered by Google App Engine
This is Rietveld 408576698