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 = [ |
groby-ooo-7-16
2015/03/27 23:12:32
Question: Why make this into a component? There's
tommycli
2015/03/28 00:40:04
This goes into the existing 'plugins' component, w
|
- "thumbnail_score.cc", |
- "thumbnail_score.h", |
+ "plugins_field_trial.cc", |
+ "plugins_field_trial.h", |
+ "plugins_switches.cc", |
+ "plugins_switches.h", |
] |
- deps = [ |
- "//base", |
- ] |
+ deps = [] |
} |