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

Unified Diff: net/BUILD.gn

Issue 1048863002: Remove android_webview_build conditions from various places. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/media.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 79bd614f1877cb0aa23e7ddb97805287b26b2f10..a7b34ce934fa606f8f50f9c64a949f6e1f99daa9 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -504,10 +504,7 @@ component("net") {
"base/platform_mime_util_linux.cc",
]
set_sources_assignment_filter(sources_assignment_filter)
-
- if (!is_android_webview_build) {
- deps += [ ":net_jni_headers" ]
- }
+ deps += [ ":net_jni_headers" ]
}
if (use_icu_alternatives_on_android) {
« no previous file with comments | « media/media.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698