hjd | aefb279 | 2014-09-09 11:44:02 | [diff] [blame] | 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. |
| 4 | { |
| 5 | 'type': 'shared_library', |
| 6 | 'android_unmangled_name': 1, |
| 7 | 'dependencies': [ |
| 8 | 'android_webview_common', |
| 9 | ], |
torne | 103bf19 | 2015-02-20 23:06:33 | [diff] [blame] | 10 | 'variables': { |
| 11 | 'use_native_jni_exports': 1, |
| 12 | }, |
hjd | aefb279 | 2014-09-09 11:44:02 | [diff] [blame] | 13 | 'sources': [ |
| 14 | 'lib/main/webview_entry_point.cc', |
| 15 | ], |
| 16 | } |