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

Side by Side Diff: android_webview/glue/BUILD.gn

Issue 2760543002: Add a new class as an entry-point for Java reflection (Closed)
Patch Set: Moving to a new package and updating the class comment Created 3 years, 9 months 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
« no previous file with comments | « no previous file | android_webview/glue/java/src/com/android/webview/chromium/reflection/WebViewConfig.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("generate_resource_rewriter.gni") 7 import("generate_resource_rewriter.gni")
8 import("glue.gni") 8 import("glue.gni")
9 9
10 # There are two copies of this file: one upstream and one downstream, 10 # There are two copies of this file: one upstream and one downstream,
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "java/src/com/android/webview/chromium/WebBackForwardListChromium.java", 71 "java/src/com/android/webview/chromium/WebBackForwardListChromium.java",
72 "java/src/com/android/webview/chromium/WebHistoryItemChromium.java", 72 "java/src/com/android/webview/chromium/WebHistoryItemChromium.java",
73 "java/src/com/android/webview/chromium/WebIconDatabaseAdapter.java", 73 "java/src/com/android/webview/chromium/WebIconDatabaseAdapter.java",
74 "java/src/com/android/webview/chromium/WebMessagePortAdapter.java", 74 "java/src/com/android/webview/chromium/WebMessagePortAdapter.java",
75 "java/src/com/android/webview/chromium/WebStorageAdapter.java", 75 "java/src/com/android/webview/chromium/WebStorageAdapter.java",
76 "java/src/com/android/webview/chromium/WebViewChromiumFactoryProvider.java", 76 "java/src/com/android/webview/chromium/WebViewChromiumFactoryProvider.java",
77 "java/src/com/android/webview/chromium/WebViewChromium.java", 77 "java/src/com/android/webview/chromium/WebViewChromium.java",
78 "java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java", 78 "java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java",
79 "java/src/com/android/webview/chromium/WebViewDatabaseAdapter.java", 79 "java/src/com/android/webview/chromium/WebViewDatabaseAdapter.java",
80 "java/src/com/android/webview/chromium/WebViewDelegateFactory.java", 80 "java/src/com/android/webview/chromium/WebViewDelegateFactory.java",
81 "java/src/com/android/webview/chromium/reflection/WebViewConfig.java",
81 ] 82 ]
82 } 83 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/glue/java/src/com/android/webview/chromium/reflection/WebViewConfig.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698