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

Unified Diff: android_webview/glue/BUILD.gn

Issue 2197433002: Revert of aw: Fix FactoryProvider threading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/glue/BUILD.gn
diff --git a/android_webview/glue/BUILD.gn b/android_webview/glue/BUILD.gn
index aa93257fd6defa0e81c728038590b240320e838b..65646186d4c0cd62d1f9a27cb1d09cd314cfa66a 100644
--- a/android_webview/glue/BUILD.gn
+++ b/android_webview/glue/BUILD.gn
@@ -41,13 +41,7 @@
android_library("glue") {
# Change deps? please modify glue_library_deps variable.
deps = glue_library_deps
- srcjar_deps = [
- ":glue_resource_rewriter",
- "//base:base_build_config_gen",
- ]
-
- # New versions of BuildConfig.java will be created when creating an apk.
- jar_excluded_patterns = [ "*/BuildConfig.class" ]
+ srcjar_deps = [ ":glue_resource_rewriter" ]
# Always build upstream or downstream target with public or internal
# framework jar respectively.
« no previous file with comments | « no previous file | android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698