| 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_http_auth_handler.cc', | 35 'aw_http_auth_handler.cc', |
| 36 'aw_http_auth_handler.h', | 36 'aw_http_auth_handler.h', |
| 37 'aw_javascript_dialog_creator.cc', | 37 'aw_javascript_dialog_creator.cc', |
| 38 'aw_javascript_dialog_creator.h', | 38 'aw_javascript_dialog_creator.h', |
| 39 'aw_resource.cc', |
| 39 'aw_resource.h', | 40 'aw_resource.h', |
| 40 'aw_resource.cc', | |
| 41 'aw_web_contents_delegate.cc', | 41 'aw_web_contents_delegate.cc', |
| 42 'aw_web_contents_delegate.h', | 42 'aw_web_contents_delegate.h', |
| 43 'cookie_manager.cc', | 43 'cookie_manager.cc', |
| 44 'cookie_manager.h', | 44 'cookie_manager.h', |
| 45 'intercepted_request_data_impl.cc', | 45 'intercepted_request_data_impl.cc', |
| 46 'intercepted_request_data_impl.h', | 46 'intercepted_request_data_impl.h', |
| 47 'js_result_handler.cc', | 47 'js_result_handler.cc', |
| 48 'js_result_handler.h', | 48 'js_result_handler.h', |
| 49 'net_init_native_callback.cc', | 49 'net_init_native_callback.cc', |
| 50 'state_serializer.cc', |
| 51 'state_serializer.h', |
| 50 ], | 52 ], |
| 51 }, | 53 }, |
| 52 { | 54 { |
| 53 'target_name': 'android_jar_jni_headers', | 55 'target_name': 'android_jar_jni_headers', |
| 54 'type': 'none', | 56 'type': 'none', |
| 55 'variables': { | 57 'variables': { |
| 56 'jni_gen_dir': 'android_webview', | 58 'jni_gen_dir': 'android_webview', |
| 57 'input_java_class': 'java/io/InputStream.class', | 59 'input_java_class': 'java/io/InputStream.class', |
| 58 'input_jar_file': '<(android_sdk)/android.jar', | 60 'input_jar_file': '<(android_sdk)/android.jar', |
| 59 }, | 61 }, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 76 'variables': { | 78 'variables': { |
| 77 'jni_gen_dir': 'android_webview', | 79 'jni_gen_dir': 'android_webview', |
| 78 }, | 80 }, |
| 79 'includes': [ '../../build/jni_generator.gypi' ], | 81 'includes': [ '../../build/jni_generator.gypi' ], |
| 80 'dependencies': [ | 82 'dependencies': [ |
| 81 'android_jar_jni_headers', | 83 'android_jar_jni_headers', |
| 82 ], | 84 ], |
| 83 }, | 85 }, |
| 84 ], | 86 ], |
| 85 } | 87 } |
| OLD | NEW |