OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//android_webview/system_webview_apk_tmpl.gni") | 5 import("//android_webview/system_webview_apk_tmpl.gni") |
6 import("//android_webview/webview_repack_locales.gni") | 6 import("//android_webview/webview_repack_locales.gni") |
7 import("//build/config/android/config.gni") | 7 import("//build/config/android/config.gni") |
8 import("//build/config/android/rules.gni") | 8 import("//build/config/android/rules.gni") |
9 import("//build/config/locales.gni") | 9 import("//build/config/locales.gni") |
10 import("//components/spellcheck/spellcheck_build_features.gni") | 10 import("//components/spellcheck/spellcheck_build_features.gni") |
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 "browser/aw_quota_manager_bridge.cc", | 405 "browser/aw_quota_manager_bridge.cc", |
406 "browser/aw_quota_manager_bridge.h", | 406 "browser/aw_quota_manager_bridge.h", |
407 "browser/aw_quota_permission_context.cc", | 407 "browser/aw_quota_permission_context.cc", |
408 "browser/aw_quota_permission_context.h", | 408 "browser/aw_quota_permission_context.h", |
409 "browser/aw_render_process_gone_delegate.h", | 409 "browser/aw_render_process_gone_delegate.h", |
410 "browser/aw_render_thread_context_provider.cc", | 410 "browser/aw_render_thread_context_provider.cc", |
411 "browser/aw_render_thread_context_provider.h", | 411 "browser/aw_render_thread_context_provider.h", |
412 "browser/aw_resource_context.cc", | 412 "browser/aw_resource_context.cc", |
413 "browser/aw_resource_context.h", | 413 "browser/aw_resource_context.h", |
414 "browser/aw_result_codes.h", | 414 "browser/aw_result_codes.h", |
| 415 "browser/aw_safe_browsing_blocking_page.cc", |
| 416 "browser/aw_safe_browsing_blocking_page.h", |
415 "browser/aw_safe_browsing_config_helper.cc", | 417 "browser/aw_safe_browsing_config_helper.cc", |
416 "browser/aw_safe_browsing_config_helper.h", | 418 "browser/aw_safe_browsing_config_helper.h", |
417 "browser/aw_safe_browsing_resource_throttle.cc", | 419 "browser/aw_safe_browsing_resource_throttle.cc", |
418 "browser/aw_safe_browsing_resource_throttle.h", | 420 "browser/aw_safe_browsing_resource_throttle.h", |
419 "browser/aw_safe_browsing_ui_manager.cc", | 421 "browser/aw_safe_browsing_ui_manager.cc", |
420 "browser/aw_safe_browsing_ui_manager.h", | 422 "browser/aw_safe_browsing_ui_manager.h", |
421 "browser/aw_ssl_host_state_delegate.cc", | 423 "browser/aw_ssl_host_state_delegate.cc", |
422 "browser/aw_ssl_host_state_delegate.h", | 424 "browser/aw_ssl_host_state_delegate.h", |
423 "browser/aw_web_preferences_populater.cc", | 425 "browser/aw_web_preferences_populater.cc", |
424 "browser/aw_web_preferences_populater.h", | 426 "browser/aw_web_preferences_populater.h", |
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
813 system_webview_apk_tmpl("system_webview_apk") { | 815 system_webview_apk_tmpl("system_webview_apk") { |
814 android_manifest = system_webview_android_manifest | 816 android_manifest = system_webview_android_manifest |
815 android_manifest_dep = ":system_webview_manifest" | 817 android_manifest_dep = ":system_webview_manifest" |
816 deps = [ | 818 deps = [ |
817 ":system_webview_resources", | 819 ":system_webview_resources", |
818 "//android_webview/glue", | 820 "//android_webview/glue", |
819 ] | 821 ] |
820 apk_name = "SystemWebView" | 822 apk_name = "SystemWebView" |
821 } | 823 } |
822 } | 824 } |
OLD | NEW |