| 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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 "//components/supervised_user_error_page", | 560 "//components/supervised_user_error_page", |
| 561 "//components/supervised_user_error_page:gin", | 561 "//components/supervised_user_error_page:gin", |
| 562 "//components/version_info", | 562 "//components/version_info", |
| 563 "//components/visitedlink/browser", | 563 "//components/visitedlink/browser", |
| 564 "//components/visitedlink/renderer", | 564 "//components/visitedlink/renderer", |
| 565 "//components/web_contents_delegate_android:web_contents_delegate_android", | 565 "//components/web_contents_delegate_android:web_contents_delegate_android", |
| 566 "//components/web_restrictions:browser", | 566 "//components/web_restrictions:browser", |
| 567 "//content", | 567 "//content", |
| 568 "//content/public/app:both", | 568 "//content/public/app:both", |
| 569 "//content/public/browser", | 569 "//content/public/browser", |
| 570 "//content/public/common:content_descriptor_keys", |
| 570 "//content/public/common:service_names", | 571 "//content/public/common:service_names", |
| 571 "//crypto", | 572 "//crypto", |
| 572 "//gin", | 573 "//gin", |
| 573 "//gpu/command_buffer/client:gles2_c_lib", | 574 "//gpu/command_buffer/client:gles2_c_lib", |
| 574 "//gpu/command_buffer/client:gles2_implementation", | 575 "//gpu/command_buffer/client:gles2_implementation", |
| 575 "//gpu/command_buffer/common:gles2_utils", | 576 "//gpu/command_buffer/common:gles2_utils", |
| 576 "//gpu/command_buffer/service", | 577 "//gpu/command_buffer/service", |
| 577 "//gpu/ipc:gl_in_process_context", | 578 "//gpu/ipc:gl_in_process_context", |
| 578 "//gpu/skia_bindings", | 579 "//gpu/skia_bindings", |
| 579 "//media", | 580 "//media", |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 system_webview_apk_tmpl("system_webview_apk") { | 800 system_webview_apk_tmpl("system_webview_apk") { |
| 800 android_manifest = system_webview_android_manifest | 801 android_manifest = system_webview_android_manifest |
| 801 android_manifest_dep = ":system_webview_manifest" | 802 android_manifest_dep = ":system_webview_manifest" |
| 802 deps = [ | 803 deps = [ |
| 803 ":system_webview_resources", | 804 ":system_webview_resources", |
| 804 "//android_webview/glue", | 805 "//android_webview/glue", |
| 805 ] | 806 ] |
| 806 apk_name = "SystemWebView" | 807 apk_name = "SystemWebView" |
| 807 } | 808 } |
| 808 } | 809 } |
| OLD | NEW |