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

Unified Diff: third_party/ashmem/BUILD.gn

Issue 550213002: android_webview: stop using system ashmem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « android_webview/tools/known_issues.py ('k') | third_party/ashmem/ashmem.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ashmem/BUILD.gn
diff --git a/third_party/ashmem/BUILD.gn b/third_party/ashmem/BUILD.gn
index 7266e65f77f50f93f8ece2907ed5ac21a709d0d3..a3f7e6a28657131501024ba45b28627ae0893fff 100644
--- a/third_party/ashmem/BUILD.gn
+++ b/third_party/ashmem/BUILD.gn
@@ -4,19 +4,9 @@
assert(is_android)
-import("//build/config/android/config.gni")
-
-if (is_android_webview_build) {
- # WebView build uses the Android system version of ashmem to avoid linking
- # problems.
- group("ashmem") {
- assert(false, "Implement system ashmem for webview build")
- }
-} else {
- source_set("ashmem") {
- sources = [
- "ashmem.h",
- "ashmem-dev.c",
- ]
- }
+source_set("ashmem") {
+ sources = [
+ "ashmem.h",
+ "ashmem-dev.c",
+ ]
}
« no previous file with comments | « android_webview/tools/known_issues.py ('k') | third_party/ashmem/ashmem.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698