| Index: device/core/BUILD.gn
|
| diff --git a/components/content_settings/core/common/BUILD.gn b/device/core/BUILD.gn
|
| similarity index 72%
|
| copy from components/content_settings/core/common/BUILD.gn
|
| copy to device/core/BUILD.gn
|
| index 7c7d0a1e7e0af0f46bc64d29342a57f1fd40c655..7d1671fafe0591258ea6b68544150f672debebc0 100644
|
| --- a/components/content_settings/core/common/BUILD.gn
|
| +++ b/device/core/BUILD.gn
|
| @@ -2,8 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("common") {
|
| +source_set("core") {
|
| sources = [
|
| - "content_settings_types.h",
|
| + "device_client.cc",
|
| + "device_client.h",
|
| ]
|
| }
|
|
|