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 21 matching lines...) Expand all Loading... |
32 'aw_contents_io_thread_client_impl.cc', | 32 'aw_contents_io_thread_client_impl.cc', |
33 'aw_contents_io_thread_client_impl.h', | 33 'aw_contents_io_thread_client_impl.h', |
34 'aw_http_auth_handler.cc', | 34 'aw_http_auth_handler.cc', |
35 'aw_http_auth_handler.h', | 35 'aw_http_auth_handler.h', |
36 'aw_javascript_dialog_creator.cc', | 36 'aw_javascript_dialog_creator.cc', |
37 'aw_javascript_dialog_creator.h', | 37 'aw_javascript_dialog_creator.h', |
38 'aw_resource.cc', | 38 'aw_resource.cc', |
39 'aw_resource.h', | 39 'aw_resource.h', |
40 'aw_web_contents_delegate.cc', | 40 'aw_web_contents_delegate.cc', |
41 'aw_web_contents_delegate.h', | 41 'aw_web_contents_delegate.h', |
| 42 'aw_web_contents_view_delegate.cc', |
| 43 'aw_web_contents_view_delegate.h', |
42 'cookie_manager.cc', | 44 'cookie_manager.cc', |
43 'cookie_manager.h', | 45 'cookie_manager.h', |
44 'input_stream_impl.cc', | 46 'input_stream_impl.cc', |
45 'input_stream_impl.h', | 47 'input_stream_impl.h', |
46 'intercepted_request_data_impl.cc', | 48 'intercepted_request_data_impl.cc', |
47 'intercepted_request_data_impl.h', | 49 'intercepted_request_data_impl.h', |
48 'js_result_handler.cc', | 50 'js_result_handler.cc', |
49 'js_result_handler.h', | 51 'js_result_handler.h', |
50 'net_init_native_callback.cc', | 52 'net_init_native_callback.cc', |
51 'state_serializer.cc', | 53 'state_serializer.cc', |
(...skipping 27 matching lines...) Expand all Loading... |
79 'variables': { | 81 'variables': { |
80 'jni_gen_dir': 'android_webview', | 82 'jni_gen_dir': 'android_webview', |
81 }, | 83 }, |
82 'includes': [ '../../build/jni_generator.gypi' ], | 84 'includes': [ '../../build/jni_generator.gypi' ], |
83 'dependencies': [ | 85 'dependencies': [ |
84 'android_jar_jni_headers', | 86 'android_jar_jni_headers', |
85 ], | 87 ], |
86 }, | 88 }, |
87 ], | 89 ], |
88 } | 90 } |
OLD | NEW |