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

Side by Side Diff: android_webview/BUILD.gn

Issue 2839023003: WebView autofill implementation (Closed)
Patch Set: sync Created 3 years, 6 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
« no previous file with comments | « no previous file | android_webview/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 deps = [ 676 deps = [
677 ":generate_aw_resources", 677 ":generate_aw_resources",
678 ":generate_aw_strings", 678 ":generate_aw_strings",
679 ":generate_components_strings", 679 ":generate_components_strings",
680 ":native_jni", 680 ":native_jni",
681 "//android_webview:generate_components_strings", 681 "//android_webview:generate_components_strings",
682 "//android_webview/common:version", 682 "//android_webview/common:version",
683 "//base", 683 "//base",
684 "//base/third_party/dynamic_annotations:dynamic_annotations", 684 "//base/third_party/dynamic_annotations:dynamic_annotations",
685 "//cc/surfaces", 685 "//cc/surfaces",
686 "//components/autofill/android:provider",
686 "//components/autofill/content/browser", 687 "//components/autofill/content/browser",
687 "//components/autofill/content/renderer", 688 "//components/autofill/content/renderer",
688 "//components/cdm/browser", 689 "//components/cdm/browser",
689 "//components/cdm/renderer", 690 "//components/cdm/renderer",
690 "//components/crash/content/app", 691 "//components/crash/content/app",
691 "//components/crash/content/browser", 692 "//components/crash/content/browser",
692 "//components/metrics", 693 "//components/metrics",
693 "//components/metrics:gpu", 694 "//components/metrics:gpu",
694 "//components/metrics:net", 695 "//components/metrics:net",
695 "//components/metrics:profiler", 696 "//components/metrics:profiler",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 system_webview_apk_tmpl("system_webview_apk") { 959 system_webview_apk_tmpl("system_webview_apk") {
959 android_manifest = system_webview_android_manifest 960 android_manifest = system_webview_android_manifest
960 android_manifest_dep = ":system_webview_manifest" 961 android_manifest_dep = ":system_webview_manifest"
961 deps = [ 962 deps = [
962 ":system_webview_resources", 963 ":system_webview_resources",
963 "//android_webview/glue", 964 "//android_webview/glue",
964 ] 965 ]
965 apk_name = "SystemWebView" 966 apk_name = "SystemWebView"
966 } 967 }
967 } 968 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698