Associate clips with the right transform node.
[chromium-blink-merge.git] / android_webview / libwebviewchromium.gypi
blobd266cbbde3d59674d23b7211e53169300274cdb4
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.
5   'type': 'shared_library',
6   'android_unmangled_name': 1,
7   'dependencies': [
8     'android_webview_common',
9   ],
10   'variables': {
11     'use_native_jni_exports': 1,
12   },
13   'sources': [
14     'lib/main/webview_entry_point.cc',
15   ],