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', |
(...skipping 10 matching lines...) Expand all Loading... |
21 '../../ui/ui.gyp:ui', | 21 '../../ui/ui.gyp:ui', |
22 '../../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 22 '../../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
23 '../../webkit/common/webkit_common.gyp:webkit_common', | 23 '../../webkit/common/webkit_common.gyp:webkit_common', |
24 '../../webkit/storage_browser.gyp:webkit_storage_browser', | 24 '../../webkit/storage_browser.gyp:webkit_storage_browser', |
25 '../../webkit/storage_common.gyp:webkit_storage_common', | 25 '../../webkit/storage_common.gyp:webkit_storage_common', |
26 'android_webview_native_jni', | 26 'android_webview_native_jni', |
27 ], | 27 ], |
28 'include_dirs': [ | 28 'include_dirs': [ |
29 '../..', | 29 '../..', |
30 '../../skia/config', | 30 '../../skia/config', |
31 '<(SHARED_INTERMEDIATE_DIR)/android_webview', | |
32 ], | 31 ], |
33 'sources': [ | 32 'sources': [ |
34 'android_protocol_handler.cc', | 33 'android_protocol_handler.cc', |
35 'android_protocol_handler.h', | 34 'android_protocol_handler.h', |
36 'android_webview_jni_registrar.cc', | 35 'android_webview_jni_registrar.cc', |
37 'android_webview_jni_registrar.h', | 36 'android_webview_jni_registrar.h', |
38 'aw_autofill_manager_delegate.cc', | 37 'aw_autofill_manager_delegate.cc', |
39 'aw_autofill_manager_delegate.h', | 38 'aw_autofill_manager_delegate.h', |
40 'aw_browser_dependency_factory.cc', | 39 'aw_browser_dependency_factory.cc', |
41 'aw_browser_dependency_factory.h', | 40 'aw_browser_dependency_factory.h', |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'jni_generator_ptr_type': 'long', | 126 'jni_generator_ptr_type': 'long', |
128 }, | 127 }, |
129 'includes': [ '../../build/jni_generator.gypi' ], | 128 'includes': [ '../../build/jni_generator.gypi' ], |
130 'dependencies': [ | 129 'dependencies': [ |
131 'input_stream_android_jar_jni_headers', | 130 'input_stream_android_jar_jni_headers', |
132 'cancellation_signal_android_jar_jni_headers', | 131 'cancellation_signal_android_jar_jni_headers', |
133 ], | 132 ], |
134 }, | 133 }, |
135 ], | 134 ], |
136 } | 135 } |
OLD | NEW |