| Index: components/search/BUILD.gn
|
| diff --git a/components/history/core/common/BUILD.gn b/components/search/BUILD.gn
|
| similarity index 65%
|
| copy from components/history/core/common/BUILD.gn
|
| copy to components/search/BUILD.gn
|
| index 7a493141978ebc86786ede32720f563e8a537d74..a895701d1688da6947573ebf0edb7ba7ef747e90 100644
|
| --- a/components/history/core/common/BUILD.gn
|
| +++ b/components/search/BUILD.gn
|
| @@ -2,10 +2,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -static_library("common") {
|
| +static_library("search") {
|
| sources = [
|
| - "thumbnail_score.cc",
|
| - "thumbnail_score.h",
|
| + "search.cc",
|
| + "search.h",
|
| + "search_switches.cc",
|
| + "search_switches.h",
|
| ]
|
|
|
| deps = [
|
|
|