| Index: extensions/browser/api/app_window/BUILD.gn
 | 
| diff --git a/components/physical_web/data_source/BUILD.gn b/extensions/browser/api/app_window/BUILD.gn
 | 
| similarity index 58%
 | 
| copy from components/physical_web/data_source/BUILD.gn
 | 
| copy to extensions/browser/api/app_window/BUILD.gn
 | 
| index 70f92ff8c3092f5b95a86c9fe4ab91d776838d1a..4534e6d93a0b24c0432d54103306b378e52a58d5 100644
 | 
| --- a/components/physical_web/data_source/BUILD.gn
 | 
| +++ b/extensions/browser/api/app_window/BUILD.gn
 | 
| @@ -2,13 +2,14 @@
 | 
|  # Use of this source code is governed by a BSD-style license that can be
 | 
|  # found in the LICENSE file.
 | 
|  
 | 
| -source_set("data_source") {
 | 
| +source_set("app_window") {
 | 
|    sources = [
 | 
| -    "physical_web_data_source.h",
 | 
| -    "physical_web_listener.h",
 | 
| +    "app_window_api.cc",
 | 
| +    "app_window_api.h",
 | 
|    ]
 | 
|  
 | 
|    deps = [
 | 
| -    "//base",
 | 
| +    "//content/public/browser",
 | 
| +    "//extensions/common/api",
 | 
|    ]
 | 
|  }
 | 
| 
 |