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

Side by Side Diff: base/android/jni_generator/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 # TODO(bulach): this file should only contain classes from base/, all other
8 # classes should move to corresponding class_list.jni files closer to their own
9 # directories.
10 APP_PARAM_LIST += [
11 'Lcom/google/android/apps/chrome/ChromeContextMenuInfo',
12 'Lcom/google/android/apps/chrome/ChromeWindow',
13 'Lcom/google/android/apps/chrome/OmniboxSuggestion',
14 'Lcom/google/android/apps/chrome/PageInfoViewer',
15 'Lcom/google/android/apps/chrome/Tab',
16 'Lcom/google/android/apps/chrome/infobar/AutoLogin',
17 'Lcom/google/android/apps/chrome/infobar/InfoBarContainer',
18 'Lcom/google/android/apps/chrome/infobar/InfoBarContainer$NativeInfoBar',
19 ('Lcom/google/android/apps/chrome/preferences/ChromeNativePreferences$'
20 'PasswordListObserver'),
21 'Lorg/chromium/android_webview/AwContents',
22 'Lorg/chromium/android_webview/AwContentsClient',
23 'Lorg/chromium/android_webview/AwHttpAuthHandler',
24 'Lorg/chromium/android_webview/AwContentsIoThreadClient',
25 'Lorg/chromium/android_webview/AwWebContentsDelegate',
26 'Lorg/chromium/android_webview/InterceptedRequestData',
27 'Lorg/chromium/android_webview/JsPromptResultReceiver',
28 'Lorg/chromium/android_webview/JsResultHandler',
29 'Lorg/chromium/android_webview/JsResultReceiver',
30 'Lorg/chromium/base/SystemMessageHandler',
31 ('Lorg/chromium/chrome/browser/component/navigation_interception/'
32 'InterceptNavigationDelegate'),
33 'Lorg/chromium/content/app/SandboxedProcessService',
34 'Lorg/chromium/content/browser/ContainerViewDelegate',
35 'Lorg/chromium/content/browser/ContentVideoView',
36 'Lorg/chromium/content/browser/ContentViewCore',
37 'Lorg/chromium/content/browser/DeviceOrientation',
38 'Lorg/chromium/content/browser/JavaInputStream',
39 'Lorg/chromium/content/browser/LocationProvider',
40 'Lorg/chromium/content/browser/SandboxedProcessArgs',
41 'Lorg/chromium/content/browser/SandboxedProcessConnection',
42 'Lorg/chromium/content/browser/TouchPoint',
43 'Lorg/chromium/content/browser/WaitableNativeEvent',
44 'Lorg/chromium/content/browser/WebContentsObserverAndroid',
45 'Lorg/chromium/content/common/DeviceInfo',
46 'Lorg/chromium/content/common/SurfaceTextureListener',
47 'Lorg/chromium/media/MediaPlayerListener',
48 'Lorg/chromium/net/NetworkChangeNotifier',
49 'Lorg/chromium/net/ProxyChangeListener',
50 'Lorg/chromium/ui/gfx/NativeWindow',
51 'Lorg/chromium/ui/SelectFileDialog',
52 'Lcom/google/android/apps/chrome/GoogleLocationSettingsHelperImpl',
53 ]
OLDNEW
« no previous file with comments | « no previous file | base/android/jni_generator/jni_generator.py » ('j') | base/android/jni_generator/jni_generator.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698