Index: components/content_settings/core/common/BUILD.gn |
diff --git a/components/history/core/common/BUILD.gn b/components/content_settings/core/common/BUILD.gn |
similarity index 72% |
copy from components/history/core/common/BUILD.gn |
copy to components/content_settings/core/common/BUILD.gn |
index 7a493141978ebc86786ede32720f563e8a537d74..bba0732886dbdffe9a6fce019daea6598761a708 100644 |
--- a/components/history/core/common/BUILD.gn |
+++ b/components/content_settings/core/common/BUILD.gn |
@@ -4,11 +4,7 @@ |
static_library("common") { |
jochen (gone - plz use gerrit)
2014/07/24 09:57:40
should be source_set
vasilii
2014/07/24 10:52:25
Done.
|
sources = [ |
- "thumbnail_score.cc", |
- "thumbnail_score.h", |
- ] |
- |
- deps = [ |
- "//base", |
+ "content_settings_types.cc", |
jochen (gone - plz use gerrit)
2014/07/24 09:57:40
not required on gn
vasilii
2014/07/24 10:52:25
Done.
|
+ "content_settings_types.h", |
] |
} |