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

Unified Diff: chrome/android/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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 697030c8b385f04375c048b954a2858da7c75be8..c44cd4533c08dc388bebb9f60bcab8f39b22950f 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -87,6 +87,7 @@ android_resources("chrome_java_resources") {
":chrome_locale_paks",
":chrome_strings_grd",
"//chrome/app:java_strings_grd",
+ "//components/autofill/android:autofill_java_resources",
"//components/policy:app_restrictions_resources",
"//components/strings:components_locale_settings_grd",
"//components/strings:components_strings_grd",
@@ -158,6 +159,7 @@ android_library("chrome_java") {
"//chrome/android/webapk/libs/client:client_java",
"//chrome/android/webapk/libs/common:common_java",
"//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java",
+ "//components/autofill/android:autofill_java",
"//components/safe_json/android:safe_json_java",
"//components/spellcheck/browser/android:java",
"//components/variations/android:variations_java",
@@ -381,6 +383,7 @@ android_library("chrome_test_java") {
"//chrome/android/webapk/libs/common:common_java",
"//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java",
"//chrome/test/android:chrome_java_test_support",
+ "//components/autofill/android:autofill_java",
"//components/bookmarks/common/android:bookmarks_java",
"//components/dom_distiller/core/android:dom_distiller_core_java",
"//components/gcm_driver/android:gcm_driver_java",
« no previous file with comments | « android_webview/java/src/org/chromium/android_webview/AwAutofillClient.java ('k') | chrome/android/java/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698