| 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 14 matching lines...) Expand all Loading... |
| 25 'android_protocol_handler.cc', | 25 'android_protocol_handler.cc', |
| 26 'android_protocol_handler.h', | 26 'android_protocol_handler.h', |
| 27 'android_webview_jni_registrar.cc', | 27 'android_webview_jni_registrar.cc', |
| 28 'android_webview_jni_registrar.h', | 28 'android_webview_jni_registrar.h', |
| 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', |
| 36 'aw_geolocation_permission_context.h', |
| 35 'aw_http_auth_handler.cc', | 37 'aw_http_auth_handler.cc', |
| 36 'aw_http_auth_handler.h', | 38 'aw_http_auth_handler.h', |
| 37 'aw_javascript_dialog_creator.cc', | 39 'aw_javascript_dialog_creator.cc', |
| 38 'aw_javascript_dialog_creator.h', | 40 'aw_javascript_dialog_creator.h', |
| 39 'aw_resource.cc', | 41 'aw_resource.cc', |
| 40 'aw_resource.h', | 42 'aw_resource.h', |
| 41 'aw_web_contents_delegate.cc', | 43 'aw_web_contents_delegate.cc', |
| 42 'aw_web_contents_delegate.h', | 44 'aw_web_contents_delegate.h', |
| 43 'aw_web_contents_view_delegate.cc', | 45 'aw_web_contents_view_delegate.cc', |
| 44 'aw_web_contents_view_delegate.h', | 46 'aw_web_contents_view_delegate.h', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'variables': { | 84 'variables': { |
| 83 'jni_gen_dir': 'android_webview', | 85 'jni_gen_dir': 'android_webview', |
| 84 }, | 86 }, |
| 85 'includes': [ '../../build/jni_generator.gypi' ], | 87 'includes': [ '../../build/jni_generator.gypi' ], |
| 86 'dependencies': [ | 88 'dependencies': [ |
| 87 'android_jar_jni_headers', | 89 'android_jar_jni_headers', |
| 88 ], | 90 ], |
| 89 }, | 91 }, |
| 90 ], | 92 ], |
| 91 } | 93 } |
| OLD | NEW |