1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
7 import("//build/config/android/config.gni")
9 if (is_android_webview_build) {
10 # WebView build uses the Android system version of ashmem to avoid linking
13 assert(false, "Implement system ashmem for webview build")
16 source_set("ashmem") {