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

Unified Diff: components/BUILD.gn

Issue 1446473002: Enable compilation of //components/autofill on iOS with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@os_crypt
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | components/autofill.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 85ea035624006b2926ce6656da3fe4afb5a6e76c..304db55ba31ca6d2062b2ecde44c19a772e7d047 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -18,6 +18,8 @@ group("all_components") {
visibility = [ "//:*" ] # Only for the root targets to bring in.
deps = [
+ "//components/autofill/core/browser",
+ "//components/autofill/core/common",
"//components/bookmarks/browser",
"//components/bookmarks/common",
"//components/bookmarks/managed",
@@ -214,6 +216,8 @@ group("all_components") {
"//components/wifi_sync",
]
}
+ } else {
+ deps += [ "//components/autofill/ios/browser" ]
}
if (toolkit_views) {
@@ -312,6 +316,8 @@ test("components_unittests") {
deps = [
"//base",
"//base/test:test_support",
+ "//components/autofill/core/browser:unit_tests",
+ "//components/autofill/core/common:unit_tests",
"//components/bookmarks/browser:unit_tests",
"//components/bookmarks/managed:unit_tests",
"//components/compression:unit_tests",
@@ -356,8 +362,6 @@ test("components_unittests") {
"//components/auto_login_parser:unit_tests",
"//components/autofill/content/browser:unit_tests",
"//components/autofill/content/renderer:unit_tests",
- "//components/autofill/core/browser:unit_tests",
- "//components/autofill/core/common:unit_tests",
"//components/bubble:unit_tests",
"//components/captive_portal:unit_tests",
"//components/cloud_devices/common:unit_tests",
« no previous file with comments | « no previous file | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698