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

Side by Side 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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # This file contains a list of JNI parameters used to generate the
6 # bindings.
7 Lorg/chromium/chrome/browser/autofill/AutofillExternalDelegate
8 Lorg/chromium/chrome/browser/autofill/AutofillSuggestion
9 Lorg/chromium/chrome/browser/ChromeBrowserProvider$BookmarkNode
10 Lorg/chromium/chrome/browser/ChromeHttpAuthHandler
11 Lorg/chromium/chrome/browser/ChromeWebContentsDelegateAndroid
12 Lorg/chromium/chrome/browser/FindMatchRectsDetails
13 Lorg/chromium/chrome/browser/FindNotificationDetails
14 Lorg/chromium/chrome/browser/JavascriptAppModalDialog
15 Lorg/chromium/chrome/browser/ProcessUtils
16 Lorg/chromium/chrome/browser/component/navigation_interception/InterceptNavigati onDelegate
17 Lorg/chromium/chrome/browser/component/web_contents_delegate_android/WebContents DelegateAndroid
18 Lorg/chromium/chrome/browser/database/SQLiteCursor
19 Lorg/chromium/chrome/browser/GoogleLocationSettingsHelper
20 Lorg/chromium/chrome/browser/GoogleLocationSettingsHelperStub
21 # TODO(bulach): For now all Java code in content is public until we decide to tr y and separate them.
22 Lorg/chromium/content/browser/ContainerViewDelegate
23 Lorg/chromium/ui/gfx/NativeWindow
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698