| 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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 "//components/printing/browser", | 567 "//components/printing/browser", |
| 568 "//components/printing/common", | 568 "//components/printing/common", |
| 569 "//components/printing/renderer", | 569 "//components/printing/renderer", |
| 570 "//components/visitedlink/browser", | 570 "//components/visitedlink/browser", |
| 571 "//components/visitedlink/renderer", | 571 "//components/visitedlink/renderer", |
| 572 "//components/web_contents_delegate_android:web_contents_delegate_android", | 572 "//components/web_contents_delegate_android:web_contents_delegate_android", |
| 573 "//content", | 573 "//content", |
| 574 "//content/public/app:both", | 574 "//content/public/app:both", |
| 575 "//content/public/browser", | 575 "//content/public/browser", |
| 576 "//gin", | 576 "//gin", |
| 577 "//gpu/blink", | |
| 578 "//gpu/command_buffer/client:gl_in_process_context", | 577 "//gpu/command_buffer/client:gl_in_process_context", |
| 579 "//gpu/command_buffer/client:gles2_c_lib", | 578 "//gpu/command_buffer/client:gles2_c_lib", |
| 580 "//gpu/command_buffer/client:gles2_implementation", | 579 "//gpu/command_buffer/client:gles2_implementation", |
| 581 "//gpu/command_buffer/common:gles2_utils", | 580 "//gpu/command_buffer/common:gles2_utils", |
| 582 "//gpu/command_buffer/service", | 581 "//gpu/command_buffer/service", |
| 583 "//gpu/skia_bindings", | 582 "//gpu/skia_bindings", |
| 584 "//media", | 583 "//media", |
| 585 "//media/midi", | 584 "//media/midi", |
| 586 "//net:extras", | 585 "//net:extras", |
| 587 "//printing", | 586 "//printing", |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 android_manifest = get_target_outputs(":system_webview_manifest") | 742 android_manifest = get_target_outputs(":system_webview_manifest") |
| 744 android_manifest = android_manifest[1] | 743 android_manifest = android_manifest[1] |
| 745 android_manifest_dep = ":system_webview_manifest" | 744 android_manifest_dep = ":system_webview_manifest" |
| 746 deps = [ | 745 deps = [ |
| 747 ":system_webview_resources", | 746 ":system_webview_resources", |
| 748 "//android_webview/glue", | 747 "//android_webview/glue", |
| 749 ] | 748 ] |
| 750 apk_name = "SystemWebView" | 749 apk_name = "SystemWebView" |
| 751 } | 750 } |
| 752 } | 751 } |
| OLD | NEW |