| 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",
|
| + ]
|
| }
|
|
|