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 18 matching lines...) Expand all Loading... |
29 'aw_browser_dependency_factory.cc', | 29 'aw_browser_dependency_factory.cc', |
30 'aw_browser_dependency_factory.h', | 30 'aw_browser_dependency_factory.h', |
31 'aw_contents.cc', | 31 'aw_contents.cc', |
32 'aw_contents.h', | 32 'aw_contents.h', |
33 'aw_contents_io_thread_client_impl.cc', | 33 'aw_contents_io_thread_client_impl.cc', |
34 'aw_contents_io_thread_client_impl.h', | 34 'aw_contents_io_thread_client_impl.h', |
35 'aw_geolocation_permission_context.cc', | 35 'aw_geolocation_permission_context.cc', |
36 'aw_geolocation_permission_context.h', | 36 'aw_geolocation_permission_context.h', |
37 'aw_http_auth_handler.cc', | 37 'aw_http_auth_handler.cc', |
38 'aw_http_auth_handler.h', | 38 'aw_http_auth_handler.h', |
39 'aw_javascript_dialog_creator.cc', | 39 'aw_javascript_dialog_manager.cc', |
40 'aw_javascript_dialog_creator.h', | 40 'aw_javascript_dialog_manager.h', |
41 'aw_resource.cc', | 41 'aw_resource.cc', |
42 'aw_resource.h', | 42 'aw_resource.h', |
43 'aw_web_contents_delegate.cc', | 43 'aw_web_contents_delegate.cc', |
44 'aw_web_contents_delegate.h', | 44 'aw_web_contents_delegate.h', |
45 'aw_web_contents_view_delegate.cc', | 45 'aw_web_contents_view_delegate.cc', |
46 'aw_web_contents_view_delegate.h', | 46 'aw_web_contents_view_delegate.h', |
47 'cookie_manager.cc', | 47 'cookie_manager.cc', |
48 'cookie_manager.h', | 48 'cookie_manager.h', |
49 'input_stream_impl.cc', | 49 'input_stream_impl.cc', |
50 'input_stream_impl.h', | 50 'input_stream_impl.h', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 'variables': { | 84 'variables': { |
85 'jni_gen_dir': 'android_webview', | 85 'jni_gen_dir': 'android_webview', |
86 }, | 86 }, |
87 'includes': [ '../../build/jni_generator.gypi' ], | 87 'includes': [ '../../build/jni_generator.gypi' ], |
88 'dependencies': [ | 88 'dependencies': [ |
89 'android_jar_jni_headers', | 89 'android_jar_jni_headers', |
90 ], | 90 ], |
91 }, | 91 }, |
92 ], | 92 ], |
93 } | 93 } |
OLD | NEW |