| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'aw_contents_client_bridge.cc', | 45 'aw_contents_client_bridge.cc', |
| 46 'aw_contents_client_bridge.h', | 46 'aw_contents_client_bridge.h', |
| 47 'aw_contents_io_thread_client_impl.cc', | 47 'aw_contents_io_thread_client_impl.cc', |
| 48 'aw_contents_io_thread_client_impl.h', | 48 'aw_contents_io_thread_client_impl.h', |
| 49 'aw_contents_statics.cc', | 49 'aw_contents_statics.cc', |
| 50 'aw_contents_statics.h', | 50 'aw_contents_statics.h', |
| 51 'aw_dev_tools_server.cc', | 51 'aw_dev_tools_server.cc', |
| 52 'aw_dev_tools_server.h', | 52 'aw_dev_tools_server.h', |
| 53 'aw_form_database.cc', | 53 'aw_form_database.cc', |
| 54 'aw_form_database.h', | 54 'aw_form_database.h', |
| 55 'aw_geolocation_permission_context.cc', | |
| 56 'aw_geolocation_permission_context.h', | |
| 57 'aw_http_auth_handler.cc', | 55 'aw_http_auth_handler.cc', |
| 58 'aw_http_auth_handler.h', | 56 'aw_http_auth_handler.h', |
| 59 'aw_pdf_exporter.cc', | 57 'aw_pdf_exporter.cc', |
| 60 'aw_pdf_exporter.h', | 58 'aw_pdf_exporter.h', |
| 61 'aw_picture.cc', | 59 'aw_picture.cc', |
| 62 'aw_picture.h', | 60 'aw_picture.h', |
| 63 'aw_quota_manager_bridge_impl.cc', | 61 'aw_quota_manager_bridge_impl.cc', |
| 64 'aw_quota_manager_bridge_impl.h', | 62 'aw_quota_manager_bridge_impl.h', |
| 65 'aw_resource.cc', | 63 'aw_resource.cc', |
| 66 'aw_resource.h', | 64 'aw_resource.h', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 'jni_gen_package': 'android_webview', | 150 'jni_gen_package': 'android_webview', |
| 153 }, | 151 }, |
| 154 'includes': [ '../../build/jni_generator.gypi' ], | 152 'includes': [ '../../build/jni_generator.gypi' ], |
| 155 'dependencies': [ | 153 'dependencies': [ |
| 156 'input_stream_android_jar_jni_headers', | 154 'input_stream_android_jar_jni_headers', |
| 157 'cancellation_signal_android_jar_jni_headers', | 155 'cancellation_signal_android_jar_jni_headers', |
| 158 ], | 156 ], |
| 159 }, | 157 }, |
| 160 ], | 158 ], |
| 161 } | 159 } |
| OLD | NEW |