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