| Index: components/physical_web/data_source/BUILD.gn
|
| diff --git a/ios/public/consumer/base/BUILD.gn b/components/physical_web/data_source/BUILD.gn
|
| similarity index 66%
|
| copy from ios/public/consumer/base/BUILD.gn
|
| copy to components/physical_web/data_source/BUILD.gn
|
| index eb83ba22b1adcf0d9f15821bbf91574e002c623a..ed6f4577ad9fc1f23d9f6961abfb9b7fbe302f7e 100644
|
| --- a/ios/public/consumer/base/BUILD.gn
|
| +++ b/components/physical_web/data_source/BUILD.gn
|
| @@ -2,11 +2,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("base") {
|
| +source_set("data_source") {
|
| sources = [
|
| - "//ios/consumer/base/debugger.mm",
|
| - "//ios/public/consumer/base/debugger.h",
|
| + "physical_web_data_source.cc",
|
| + "physical_web_data_source.h",
|
| ]
|
| +
|
| deps = [
|
| "//base",
|
| ]
|
|
|