| Index: extensions/browser/api/app_runtime/BUILD.gn
 | 
| diff --git a/components/physical_web/webui/BUILD.gn b/extensions/browser/api/app_runtime/BUILD.gn
 | 
| similarity index 64%
 | 
| copy from components/physical_web/webui/BUILD.gn
 | 
| copy to extensions/browser/api/app_runtime/BUILD.gn
 | 
| index f3d6432dd2b700c0f266293e7ce3eef7ca158809..9951138b8a22d2aa4a5d0c22092c3d89197f775b 100644
 | 
| --- a/components/physical_web/webui/BUILD.gn
 | 
| +++ b/extensions/browser/api/app_runtime/BUILD.gn
 | 
| @@ -2,13 +2,13 @@
 | 
|  # Use of this source code is governed by a BSD-style license that can be
 | 
|  # found in the LICENSE file.
 | 
|  
 | 
| -source_set("webui") {
 | 
| +source_set("app_runtime") {
 | 
|    sources = [
 | 
| -    "physical_web_ui_constants.cc",
 | 
| -    "physical_web_ui_constants.h",
 | 
| +    "app_runtime_api.cc",
 | 
| +    "app_runtime_api.h",
 | 
|    ]
 | 
|  
 | 
|    deps = [
 | 
| -    "//base",
 | 
| +    "//extensions/common/api",
 | 
|    ]
 | 
|  }
 | 
| 
 |