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