OLD | NEW |
(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 ] |
OLD | NEW |