blob: d266cbbde3d59674d23b7211e53169300274cdb4 [file] [log] [blame]
hjdaefb2792014-09-09 11:44:021# 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.
4{
5 'type': 'shared_library',
6 'android_unmangled_name': 1,
7 'dependencies': [
8 'android_webview_common',
9 ],
torne103bf192015-02-20 23:06:3310 'variables': {
11 'use_native_jni_exports': 1,
12 },
hjdaefb2792014-09-09 11:44:0213 'sources': [
14 'lib/main/webview_entry_point.cc',
15 ],
16}