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("//build/config/android/config.gni") | 5 import("//build/config/android/config.gni") |
6 import("//build/config/android/rules.gni") | 6 import("//build/config/android/rules.gni") |
7 import("//build/config/locales.gni") | 7 import("//build/config/locales.gni") |
8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
9 import("system_webview_apk_tmpl.gni") | 9 import("system_webview_apk_tmpl.gni") |
10 import("webview_repack_locales.gni") | 10 import("webview_repack_locales.gni") |
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
573 ":generate_components_strings", | 573 ":generate_components_strings", |
574 "//android_webview/common:version", | 574 "//android_webview/common:version", |
575 "//android_webview/native:native", | 575 "//android_webview/native:native", |
576 "//cc/surfaces", | 576 "//cc/surfaces", |
577 "//components/auto_login_parser:auto_login_parser", | 577 "//components/auto_login_parser:auto_login_parser", |
578 "//components/autofill/content/renderer", | 578 "//components/autofill/content/renderer", |
579 "//components/cdm/browser", | 579 "//components/cdm/browser", |
580 "//components/cdm/renderer", | 580 "//components/cdm/renderer", |
581 "//components/crash/content/app", | 581 "//components/crash/content/app", |
582 "//components/crash/content/browser", | 582 "//components/crash/content/browser", |
583 "//components/devtools_discovery", | |
584 "//components/metrics", | 583 "//components/metrics", |
585 "//components/metrics:gpu", | 584 "//components/metrics:gpu", |
586 "//components/metrics:net", | 585 "//components/metrics:net", |
587 "//components/metrics:profiler", | 586 "//components/metrics:profiler", |
588 "//components/metrics:ui", | 587 "//components/metrics:ui", |
589 "//components/navigation_interception", | 588 "//components/navigation_interception", |
590 "//components/prefs", | 589 "//components/prefs", |
591 "//components/printing/browser", | 590 "//components/printing/browser", |
592 "//components/printing/common", | 591 "//components/printing/common", |
593 "//components/printing/renderer", | 592 "//components/printing/renderer", |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
775 android_manifest = get_target_outputs(":system_webview_manifest") | 774 android_manifest = get_target_outputs(":system_webview_manifest") |
776 android_manifest = android_manifest[1] | 775 android_manifest = android_manifest[1] |
777 android_manifest_dep = ":system_webview_manifest" | 776 android_manifest_dep = ":system_webview_manifest" |
778 deps = [ | 777 deps = [ |
779 ":system_webview_resources", | 778 ":system_webview_resources", |
780 "//android_webview/glue", | 779 "//android_webview/glue", |
781 ] | 780 ] |
782 apk_name = "SystemWebView" | 781 apk_name = "SystemWebView" |
783 } | 782 } |
784 } | 783 } |
OLD | NEW |