| Index: components/plugins/common/BUILD.gn
|
| diff --git a/components/history/core/common/BUILD.gn b/components/plugins/common/BUILD.gn
|
| similarity index 62%
|
| copy from components/history/core/common/BUILD.gn
|
| copy to components/plugins/common/BUILD.gn
|
| index 7a493141978ebc86786ede32720f563e8a537d74..4ca521484d7e03e771aca034a0c10a2c70dc5d89 100644
|
| --- a/components/history/core/common/BUILD.gn
|
| +++ b/components/plugins/common/BUILD.gn
|
| @@ -4,11 +4,11 @@
|
|
|
| static_library("common") {
|
| sources = [
|
| - "thumbnail_score.cc",
|
| - "thumbnail_score.h",
|
| + "plugins_field_trial.cc",
|
| + "plugins_field_trial.h",
|
| + "plugins_switches.cc",
|
| + "plugins_switches.h",
|
| ]
|
|
|
| - deps = [
|
| - "//base",
|
| - ]
|
| + deps = []
|
| }
|
|
|