| Index: components/data_reduction_proxy/common/BUILD.gn
|
| diff --git a/components/history/core/common/BUILD.gn b/components/data_reduction_proxy/common/BUILD.gn
|
| similarity index 50%
|
| copy from components/history/core/common/BUILD.gn
|
| copy to components/data_reduction_proxy/common/BUILD.gn
|
| index 7a493141978ebc86786ede32720f563e8a537d74..ed85ddf4d3c238ee78b43ec77a799a19dc53d787 100644
|
| --- a/components/history/core/common/BUILD.gn
|
| +++ b/components/data_reduction_proxy/common/BUILD.gn
|
| @@ -4,8 +4,12 @@
|
|
|
| static_library("common") {
|
| sources = [
|
| - "thumbnail_score.cc",
|
| - "thumbnail_score.h",
|
| + "data_reduction_proxy_headers.cc",
|
| + "data_reduction_proxy_headers.h",
|
| + "data_reduction_proxy_pref_names.cc",
|
| + "data_reduction_proxy_pref_names.h",
|
| + "data_reduction_proxy_switches.cc",
|
| + "data_reduction_proxy_switches.h",
|
| ]
|
|
|
| deps = [
|
|
|