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