Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Side by Side Diff: android_webview/BUILD.gn

Issue 2264633002: [Android] Add spellchecking support in android_webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 "//components/metrics", 584 "//components/metrics",
585 "//components/metrics:gpu", 585 "//components/metrics:gpu",
586 "//components/metrics:net", 586 "//components/metrics:net",
587 "//components/metrics:profiler", 587 "//components/metrics:profiler",
588 "//components/metrics:ui", 588 "//components/metrics:ui",
589 "//components/navigation_interception", 589 "//components/navigation_interception",
590 "//components/prefs", 590 "//components/prefs",
591 "//components/printing/browser", 591 "//components/printing/browser",
592 "//components/printing/common", 592 "//components/printing/common",
593 "//components/printing/renderer", 593 "//components/printing/renderer",
594 "//components/spellcheck/browser",
595 "//components/spellcheck/renderer",
594 "//components/supervised_user_error_page", 596 "//components/supervised_user_error_page",
595 "//components/supervised_user_error_page:gin", 597 "//components/supervised_user_error_page:gin",
596 "//components/version_info", 598 "//components/version_info",
597 "//components/visitedlink/browser", 599 "//components/visitedlink/browser",
598 "//components/visitedlink/renderer", 600 "//components/visitedlink/renderer",
599 "//components/web_contents_delegate_android:web_contents_delegate_android", 601 "//components/web_contents_delegate_android:web_contents_delegate_android",
600 "//components/web_restrictions:browser", 602 "//components/web_restrictions:browser",
601 "//content", 603 "//content",
602 "//content/public/app:both", 604 "//content/public/app:both",
603 "//content/public/browser", 605 "//content/public/browser",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 "java/src/org/chromium/android_webview/permission/AwGeolocationCallback.java ", 699 "java/src/org/chromium/android_webview/permission/AwGeolocationCallback.java ",
698 "java/src/org/chromium/android_webview/permission/AwPermissionRequest.java", 700 "java/src/org/chromium/android_webview/permission/AwPermissionRequest.java",
699 "java/src/org/chromium/android_webview/policy/AwPolicyProvider.java", 701 "java/src/org/chromium/android_webview/policy/AwPolicyProvider.java",
700 ] 702 ]
701 deps = [ 703 deps = [
702 ":resources", 704 ":resources",
703 ":strings_grd", 705 ":strings_grd",
704 "//base:base_java", 706 "//base:base_java",
705 "//components/external_video_surface:java", 707 "//components/external_video_surface:java",
706 "//components/navigation_interception/android:navigation_interception_java", 708 "//components/navigation_interception/android:navigation_interception_java",
709 "//components/spellcheck/browser/android:java",
707 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 710 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
708 "//components/web_restrictions:web_restrictions_java", 711 "//components/web_restrictions:web_restrictions_java",
709 "//content/public/android:content_java", 712 "//content/public/android:content_java",
710 "//device/geolocation:geolocation_java", 713 "//device/geolocation:geolocation_java",
711 "//net/android:net_java", 714 "//net/android:net_java",
712 "//third_party/android_tools:android_support_annotations_java", 715 "//third_party/android_tools:android_support_annotations_java",
713 "//ui/android:ui_java", 716 "//ui/android:ui_java",
714 ] 717 ]
715 718
716 if (enable_configuration_policy) { 719 if (enable_configuration_policy) {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 android_manifest = get_target_outputs(":system_webview_manifest") 778 android_manifest = get_target_outputs(":system_webview_manifest")
776 android_manifest = android_manifest[1] 779 android_manifest = android_manifest[1]
777 android_manifest_dep = ":system_webview_manifest" 780 android_manifest_dep = ":system_webview_manifest"
778 deps = [ 781 deps = [
779 ":system_webview_resources", 782 ":system_webview_resources",
780 "//android_webview/glue", 783 "//android_webview/glue",
781 ] 784 ]
782 apk_name = "SystemWebView" 785 apk_name = "SystemWebView"
783 } 786 }
784 } 787 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/DEPS » ('j') | android_webview/lib/main/aw_main_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698