| Index: blimp/client/support/BUILD.gn
|
| diff --git a/components/physical_web/data_source/BUILD.gn b/blimp/client/support/BUILD.gn
|
| similarity index 63%
|
| copy from components/physical_web/data_source/BUILD.gn
|
| copy to blimp/client/support/BUILD.gn
|
| index 5e38526d954ed78722d3c6345a0970271d351419..26fb74a61184340d37ef5cf74a8264105d3f4ad0 100644
|
| --- a/components/physical_web/data_source/BUILD.gn
|
| +++ b/blimp/client/support/BUILD.gn
|
| @@ -2,12 +2,10 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("data_source") {
|
| - sources = [
|
| - "physical_web_data_source.h",
|
| - ]
|
| +source_set("support") {
|
| + visibility = [ "//blimp/client/*" ]
|
|
|
| deps = [
|
| - "//base",
|
| + "//blimp/client/support/compositor",
|
| ]
|
| }
|
|
|