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