Chromium Code Reviews| Index: device/common/BUILD.gn |
| diff --git a/components/content_settings/core/common/BUILD.gn b/device/common/BUILD.gn |
| similarity index 81% |
| copy from components/content_settings/core/common/BUILD.gn |
| copy to device/common/BUILD.gn |
| index 7c7d0a1e7e0af0f46bc64d29342a57f1fd40c655..8d1ca3b650deb9836c2c968eb70ec7f0f39f65d5 100644 |
| --- a/components/content_settings/core/common/BUILD.gn |
| +++ b/device/common/BUILD.gn |
| @@ -4,6 +4,7 @@ |
| source_set("common") { |
| sources = [ |
| - "content_settings_types.h", |
| + "device_client.cc", |
| + "device_client.h", |
| ] |
| } |