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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 1931043002: Remove requestAutocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index f4a48e9a60ddf5cfd5bad8ca6752d8cfe96d2041..bfc1ebe7a9fb40eedeae88600ec17ee0708c215d 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -525,21 +525,11 @@ source_set("ui") {
".",
"//chrome")
}
- if (enable_autofill_dialog) {
- sources +=
- rebase_path(gypi_values.chrome_browser_ui_autofill_dialog_sources,
- ".",
- "//chrome")
- if (!android_java_ui && !is_ios) {
- sources += rebase_path(
- gypi_values.chrome_browser_ui_autofill_dialog_non_mobile_sources,
- ".",
- "//chrome")
- deps += [
- "//third_party/libaddressinput",
- "//third_party/libaddressinput:strings",
- ]
- }
+ if (!android_java_ui && !is_ios) {
+ deps += [
+ "//third_party/libaddressinput",
+ "//third_party/libaddressinput:strings",
+ ]
}
if (enable_extensions) {
deps += [
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698