Index: components/navigation_interception/android/BUILD.gn |
diff --git a/components/search/BUILD.gn b/components/navigation_interception/android/BUILD.gn |
similarity index 53% |
copy from components/search/BUILD.gn |
copy to components/navigation_interception/android/BUILD.gn |
index a895701d1688da6947573ebf0edb7ba7ef747e90..b13a847e9b49bd58f22baacc9d85627f1733d6a6 100644 |
--- a/components/search/BUILD.gn |
+++ b/components/navigation_interception/android/BUILD.gn |
@@ -2,15 +2,11 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-static_library("search") { |
- sources = [ |
- "search.cc", |
- "search.h", |
- "search_switches.cc", |
- "search_switches.h", |
- ] |
+import("//build/config/android/rules.gni") |
+android_library("navigation_interception_java") { |
deps = [ |
- "//base", |
+ "//base:base_java", |
] |
+ DEPRECATED_java_in_dir = "java/src" |
} |