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

Unified Diff: ios/chrome/browser/autofill/BUILD.gn

Issue 2589883002: Revert of Upstream Chrome on iOS source code [11/11]. (Closed)
Patch Set: Created 4 years 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 | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/browser_state/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/autofill/BUILD.gn
diff --git a/ios/chrome/browser/autofill/BUILD.gn b/ios/chrome/browser/autofill/BUILD.gn
index 21bd1b66a78f08224bb5af277c9a48b420ab1323..2c35bce9d770e36f3f444002eaf9d010595f5be8 100644
--- a/ios/chrome/browser/autofill/BUILD.gn
+++ b/ios/chrome/browser/autofill/BUILD.gn
@@ -40,92 +40,3 @@
]
libs = [ "QuartzCore.framework" ]
}
-
-source_set("autofill_internal") {
- configs += [ "//build/config/compiler:enable_arc" ]
- sources = [
- "autofill_agent.h",
- "autofill_agent.mm",
- "autofill_controller.h",
- "autofill_controller.mm",
- ]
- deps = [
- "//base",
- "//components/autofill/core/browser",
- "//components/autofill/core/common",
- "//components/autofill/ios/browser",
- "//components/infobars/core",
- "//components/pref_registry",
- "//components/prefs",
- "//components/signin/core/browser",
- "//ios/chrome/app/strings",
- "//ios/chrome/browser",
- "//ios/chrome/browser/autofill",
- "//ios/chrome/browser/browser_state",
- "//ios/chrome/browser/infobars",
- "//ios/chrome/browser/signin",
- "//ios/chrome/browser/ui/autofill",
- "//ios/web",
- "//ui/gfx/geometry",
- "//url",
- ]
- libs = [ "UIKit.framework" ]
-}
-
-source_set("unit_tests") {
- configs += [ "//build/config/compiler:enable_arc" ]
- testonly = true
- sources = [
- "autofill_controller_js_unittest.mm",
- "autofill_controller_unittest.mm",
- "form_structure_browsertest.mm",
- "form_suggestion_controller_unittest.mm",
- "js_autofill_manager_unittest.mm",
- "js_suggestion_manager_unittest.mm",
- ]
- deps = [
- ":autofill_internal",
- "//base",
- "//base/test:test_support",
- "//components/autofill/core/browser",
- "//components/autofill/core/browser:test_support",
- "//components/autofill/core/common",
- "//components/autofill/ios/browser",
- "//components/infobars/core",
- "//components/keyed_service/core",
- "//ios/chrome/browser",
- "//ios/chrome/browser/autofill",
- "//ios/chrome/browser/browser_state:test_support",
- "//ios/chrome/browser/infobars",
- "//ios/chrome/browser/ui",
- "//ios/chrome/browser/ui/autofill",
- "//ios/chrome/browser/web:test_support",
- "//ios/chrome/test/base",
- "//ios/web",
- "//ios/web:test_support",
- "//testing/gtest",
- "//third_party/ocmock",
- "//ui/base:test_support",
- ]
-}
-
-source_set("eg_tests") {
- testonly = true
- sources = [
- "form_input_egtest.mm",
- ]
- deps = [
- "//base",
- "//base/test:test_support",
- "//ios/chrome/app/strings",
- "//ios/chrome/browser/autofill",
- "//ios/chrome/browser/ui",
- "//ios/chrome/test/app:test_support",
- "//ios/chrome/test/earl_grey:test_support",
- "//ios/testing:ios_test_support",
- "//ios/testing/earl_grey:earl_grey_support",
- "//ios/third_party/earl_grey",
- "//ios/web:earl_grey_test_support",
- "//ios/web:test_support",
- ]
-}
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/browser_state/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698