1 # Copyright (c) 2011 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.
8 'target_name': 'ashmem',
10 ['android_webview_build==1', {
11 # WebView must use the Android system version of ashmem to avoid
15 'headers_root_path': '.',
16 'header_filenames': [ 'ashmem.h' ],
17 'shim_generator_additional_args': [
18 '--prefix', 'cutils/',
22 '../../build/shim_headers.gypi',
30 'type': 'static_library',