| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'aw_http_auth_handler.cc', | 53 'aw_http_auth_handler.cc', |
| 54 'aw_http_auth_handler.h', | 54 'aw_http_auth_handler.h', |
| 55 'aw_picture.cc', | 55 'aw_picture.cc', |
| 56 'aw_picture.h', | 56 'aw_picture.h', |
| 57 'aw_quota_manager_bridge_impl.cc', | 57 'aw_quota_manager_bridge_impl.cc', |
| 58 'aw_quota_manager_bridge_impl.h', | 58 'aw_quota_manager_bridge_impl.h', |
| 59 'aw_resource.cc', | 59 'aw_resource.cc', |
| 60 'aw_resource.h', | 60 'aw_resource.h', |
| 61 'aw_settings.cc', | 61 'aw_settings.cc', |
| 62 'aw_settings.h', | 62 'aw_settings.h', |
| 63 'aw_settings_poker_impl.cc', |
| 64 'aw_settings_poker_impl.h', |
| 63 'aw_web_contents_delegate.cc', | 65 'aw_web_contents_delegate.cc', |
| 64 'aw_web_contents_delegate.h', | 66 'aw_web_contents_delegate.h', |
| 65 'aw_web_contents_view_delegate.cc', | 67 'aw_web_contents_view_delegate.cc', |
| 66 'aw_web_contents_view_delegate.h', | 68 'aw_web_contents_view_delegate.h', |
| 67 'cookie_manager.cc', | 69 'cookie_manager.cc', |
| 68 'cookie_manager.h', | 70 'cookie_manager.h', |
| 69 'input_stream_impl.cc', | 71 'input_stream_impl.cc', |
| 70 'input_stream_impl.h', | 72 'input_stream_impl.h', |
| 71 'intercepted_request_data_impl.cc', | 73 'intercepted_request_data_impl.cc', |
| 72 'intercepted_request_data_impl.h', | 74 'intercepted_request_data_impl.h', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'variables': { | 112 'variables': { |
| 111 'jni_gen_package': 'android_webview', | 113 'jni_gen_package': 'android_webview', |
| 112 }, | 114 }, |
| 113 'includes': [ '../../build/jni_generator.gypi' ], | 115 'includes': [ '../../build/jni_generator.gypi' ], |
| 114 'dependencies': [ | 116 'dependencies': [ |
| 115 'android_jar_jni_headers', | 117 'android_jar_jni_headers', |
| 116 ], | 118 ], |
| 117 }, | 119 }, |
| 118 ], | 120 ], |
| 119 } | 121 } |
| OLD | NEW |