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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
696 "//components/metrics:profiler", | 696 "//components/metrics:profiler", |
697 "//components/metrics:ui", | 697 "//components/metrics:ui", |
698 "//components/navigation_interception", | 698 "//components/navigation_interception", |
699 "//components/policy:generated", | 699 "//components/policy:generated", |
700 "//components/policy/core/browser", | 700 "//components/policy/core/browser", |
701 "//components/prefs", | 701 "//components/prefs", |
702 "//components/printing/browser", | 702 "//components/printing/browser", |
703 "//components/printing/common", | 703 "//components/printing/common", |
704 "//components/printing/renderer", | 704 "//components/printing/renderer", |
705 "//components/safe_browsing", | 705 "//components/safe_browsing", |
| 706 "//components/safe_browsing/browser", |
| 707 "//components/safe_browsing/common", |
| 708 "//components/safe_browsing/triggers", |
706 "//components/safe_browsing_db:safe_browsing_db_mobile", | 709 "//components/safe_browsing_db:safe_browsing_db_mobile", |
707 "//components/spellcheck:build_features", | 710 "//components/spellcheck:build_features", |
708 "//components/supervised_user_error_page", | 711 "//components/supervised_user_error_page", |
709 "//components/supervised_user_error_page:gin", | 712 "//components/supervised_user_error_page:gin", |
710 "//components/version_info", | 713 "//components/version_info", |
711 "//components/visitedlink/browser", | 714 "//components/visitedlink/browser", |
712 "//components/visitedlink/renderer", | 715 "//components/visitedlink/renderer", |
713 "//components/web_contents_delegate_android:web_contents_delegate_android", | 716 "//components/web_contents_delegate_android:web_contents_delegate_android", |
714 "//components/web_restrictions:browser", | 717 "//components/web_restrictions:browser", |
715 "//content", | 718 "//content", |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
959 system_webview_apk_tmpl("system_webview_apk") { | 962 system_webview_apk_tmpl("system_webview_apk") { |
960 android_manifest = system_webview_android_manifest | 963 android_manifest = system_webview_android_manifest |
961 android_manifest_dep = ":system_webview_manifest" | 964 android_manifest_dep = ":system_webview_manifest" |
962 deps = [ | 965 deps = [ |
963 ":system_webview_resources", | 966 ":system_webview_resources", |
964 "//android_webview/glue", | 967 "//android_webview/glue", |
965 ] | 968 ] |
966 apk_name = "SystemWebView" | 969 apk_name = "SystemWebView" |
967 } | 970 } |
968 } | 971 } |
OLD | NEW |