Index: components/plugins/common/BUILD.gn |
diff --git a/components/history/core/common/BUILD.gn b/components/plugins/common/BUILD.gn |
similarity index 68% |
copy from components/history/core/common/BUILD.gn |
copy to components/plugins/common/BUILD.gn |
index 7a493141978ebc86786ede32720f563e8a537d74..7dfc50cb1f786020f2b0ed15885fa0ea6f5afc6f 100644 |
--- a/components/history/core/common/BUILD.gn |
+++ b/components/plugins/common/BUILD.gn |
@@ -4,8 +4,10 @@ |
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 = [ |