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

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: Rebase 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..5db1ea4bf9c5c30cc5194d0e6ab765dc3eb39f68
--- /dev/null
+++ b/chrome/browser/android/class_list.jni
@@ -0,0 +1,27 @@
+# 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.
+APP_PARAM_LIST += [
+ '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): are these dependencies ok?
Yaron 2012/10/29 17:49:18 For now, yes. All Java code in content is public u
bulach 2012/10/29 18:57:06 thanks! added a comment about that. how about chro
+ 'Lorg/chromium/content/browser/ContainerViewDelegate',
+ 'Lorg/chromium/ui/gfx/NativeWindow',
+]

Powered by Google App Engine
This is Rietveld 408576698