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

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: Rebase 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 APP_PARAM_LIST += [
8 'Lorg/chromium/chrome/browser/autofill/AutofillExternalDelegate',
9 'Lorg/chromium/chrome/browser/autofill/AutofillSuggestion',
10 'Lorg/chromium/chrome/browser/ChromeBrowserProvider$BookmarkNode',
11 'Lorg/chromium/chrome/browser/ChromeHttpAuthHandler',
12 'Lorg/chromium/chrome/browser/ChromeWebContentsDelegateAndroid',
13 'Lorg/chromium/chrome/browser/FindMatchRectsDetails',
14 'Lorg/chromium/chrome/browser/FindNotificationDetails',
15 'Lorg/chromium/chrome/browser/JavascriptAppModalDialog',
16 'Lorg/chromium/chrome/browser/ProcessUtils',
17 ('Lorg/chromium/chrome/browser/component/navigation_interception/'
18 'InterceptNavigationDelegate'),
19 ('Lorg/chromium/chrome/browser/component/web_contents_delegate_android/'
20 'WebContentsDelegateAndroid'),
21 'Lorg/chromium/chrome/browser/database/SQLiteCursor',
22 'Lorg/chromium/chrome/browser/GoogleLocationSettingsHelper',
23 'Lorg/chromium/chrome/browser/GoogleLocationSettingsHelperStub',
24 # 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
25 'Lorg/chromium/content/browser/ContainerViewDelegate',
26 'Lorg/chromium/ui/gfx/NativeWindow',
27 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698