| Index: components/rappor/content/common/BUILD.gn
|
| diff --git a/components/data_reduction_proxy/content/common/BUILD.gn b/components/rappor/content/common/BUILD.gn
|
| similarity index 66%
|
| copy from components/data_reduction_proxy/content/common/BUILD.gn
|
| copy to components/rappor/content/common/BUILD.gn
|
| index cb33fbee498d4127521eb631ae39c2e1a9b92d07..17e0f210f0c89df4c065c3cd22eb49aa8804f7b6 100644
|
| --- a/components/data_reduction_proxy/content/common/BUILD.gn
|
| +++ b/components/rappor/content/common/BUILD.gn
|
| @@ -4,13 +4,12 @@
|
|
|
| static_library("common") {
|
| sources = [
|
| - "data_reduction_proxy_messages.cc",
|
| - "data_reduction_proxy_messages.h",
|
| + "rappor_messages.cc",
|
| + "rappor_messages.h",
|
| ]
|
|
|
| deps = [
|
| - "//content/public/common",
|
| + "//base",
|
| "//ipc",
|
| - "//net",
|
| ]
|
| }
|
|
|