OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'webview_native', | 10 'target_name': 'webview_native', |
11 'type': 'static_library', | 11 'type': 'static_library', |
12 'dependencies': [ | 12 'dependencies': [ |
13 '../../base/base.gyp:base_static', | 13 '../../base/base.gyp:base_static', |
14 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 14 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
15 '../../components/components.gyp:autofill_content_browser', | 15 '../../components/components.gyp:autofill_content_browser', |
16 '../../components/components.gyp:web_contents_delegate_android', | 16 '../../components/components.gyp:web_contents_delegate_android', |
17 '../../cc/cc.gyp:cc', | 17 '../../cc/cc.gyp:cc', |
18 '../../net/net.gyp:net', | 18 '../../net/net.gyp:net', |
19 '../../skia/skia.gyp:skia', | 19 '../../skia/skia.gyp:skia', |
20 '../../ui/gfx/gfx.gyp:gfx', | 20 '../../ui/gfx/gfx.gyp:gfx', |
| 21 '../../ui/gfx/gfx.gyp:gfx_geometry', |
21 '../../ui/ui.gyp:ui', | 22 '../../ui/ui.gyp:ui', |
22 '../../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 23 '../../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
23 '../../webkit/common/webkit_common.gyp:webkit_common', | 24 '../../webkit/common/webkit_common.gyp:webkit_common', |
24 '../../webkit/storage_browser.gyp:webkit_storage_browser', | 25 '../../webkit/storage_browser.gyp:webkit_storage_browser', |
25 '../../webkit/storage_common.gyp:webkit_storage_common', | 26 '../../webkit/storage_common.gyp:webkit_storage_common', |
26 'android_webview_native_jni', | 27 'android_webview_native_jni', |
27 ], | 28 ], |
28 'include_dirs': [ | 29 'include_dirs': [ |
29 '../..', | 30 '../..', |
30 '../../skia/config', | 31 '../../skia/config', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 'jni_generator_ptr_type': 'long', | 127 'jni_generator_ptr_type': 'long', |
127 }, | 128 }, |
128 'includes': [ '../../build/jni_generator.gypi' ], | 129 'includes': [ '../../build/jni_generator.gypi' ], |
129 'dependencies': [ | 130 'dependencies': [ |
130 'input_stream_android_jar_jni_headers', | 131 'input_stream_android_jar_jni_headers', |
131 'cancellation_signal_android_jar_jni_headers', | 132 'cancellation_signal_android_jar_jni_headers', |
132 ], | 133 ], |
133 }, | 134 }, |
134 ], | 135 ], |
135 } | 136 } |
OLD | NEW |