summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/ios/fill/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/ios/fill/BUILD.gn')
-rw-r--r--chromium/components/autofill/ios/fill/BUILD.gn35
1 files changed, 0 insertions, 35 deletions
diff --git a/chromium/components/autofill/ios/fill/BUILD.gn b/chromium/components/autofill/ios/fill/BUILD.gn
deleted file mode 100644
index 8797ef1de55..00000000000
--- a/chromium/components/autofill/ios/fill/BUILD.gn
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2018 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//ios/web/js_compile.gni")
-import("//testing/test.gni")
-
-source_set("unit_tests") {
- testonly = true
- configs += [ "//build/config/compiler:enable_arc" ]
- sources = [
- "fill_js_unittest.mm",
- "form_unittest.mm",
- ]
- deps = [
- ":form_js",
- "//base",
- "//ios/chrome/app:tests_fake_hook",
- "//ios/chrome/browser/browser_state:test_support",
- "//ios/chrome/browser/tabs:tabs_internal",
- "//ios/chrome/browser/web:test_support",
- "//ios/web/public/test",
- "//ios/web/public/test/fakes",
- "//ios/web/web_state/js",
- "//testing/gtest",
- ]
-}
-
-js_compile_checked("form_js") {
- visibility = [ ":unit_tests" ]
- testonly = true
- sources = [
- "resources/form.js",
- ]
-}