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

Side by Side Diff: android_webview/BUILD.gn

Issue 2382913004: Move autofill from ui/ to components/ (Closed)
Patch Set: move dimens cleanly Created 4 years, 2 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/java/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("//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("//tools/resources/generate_resource_whitelist.gni") 9 import("//tools/resources/generate_resource_whitelist.gni")
10 import("system_webview_apk_tmpl.gni") 10 import("system_webview_apk_tmpl.gni")
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 "java/src/org/chromium/android_webview/ScrollAccessibilityHelper.java", 607 "java/src/org/chromium/android_webview/ScrollAccessibilityHelper.java",
608 "java/src/org/chromium/android_webview/SslUtil.java", 608 "java/src/org/chromium/android_webview/SslUtil.java",
609 "java/src/org/chromium/android_webview/permission/AwGeolocationCallback.java ", 609 "java/src/org/chromium/android_webview/permission/AwGeolocationCallback.java ",
610 "java/src/org/chromium/android_webview/permission/AwPermissionRequest.java", 610 "java/src/org/chromium/android_webview/permission/AwPermissionRequest.java",
611 "java/src/org/chromium/android_webview/policy/AwPolicyProvider.java", 611 "java/src/org/chromium/android_webview/policy/AwPolicyProvider.java",
612 ] 612 ]
613 deps = [ 613 deps = [
614 ":resources", 614 ":resources",
615 ":strings_grd", 615 ":strings_grd",
616 "//base:base_java", 616 "//base:base_java",
617 "//components/autofill/android:autofill_java",
617 "//components/navigation_interception/android:navigation_interception_java", 618 "//components/navigation_interception/android:navigation_interception_java",
618 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 619 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
619 "//components/web_restrictions:web_restrictions_java", 620 "//components/web_restrictions:web_restrictions_java",
620 "//content/public/android:content_java", 621 "//content/public/android:content_java",
621 "//device/geolocation:geolocation_java", 622 "//device/geolocation:geolocation_java",
622 "//net/android:net_java", 623 "//net/android:net_java",
623 "//third_party/android_tools:android_support_annotations_java", 624 "//third_party/android_tools:android_support_annotations_java",
624 "//ui/android:ui_java", 625 "//ui/android:ui_java",
625 ] 626 ]
626 627
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 system_webview_apk_tmpl("system_webview_apk") { 690 system_webview_apk_tmpl("system_webview_apk") {
690 android_manifest = system_webview_android_manifest 691 android_manifest = system_webview_android_manifest
691 android_manifest_dep = ":system_webview_manifest" 692 android_manifest_dep = ":system_webview_manifest"
692 deps = [ 693 deps = [
693 ":system_webview_resources", 694 ":system_webview_resources",
694 "//android_webview/glue", 695 "//android_webview/glue",
695 ] 696 ]
696 apk_name = "SystemWebView" 697 apk_name = "SystemWebView"
697 } 698 }
698 } 699 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/java/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698