| Index: extensions/browser/api/runtime/BUILD.gn
|
| diff --git a/components/physical_web/webui/BUILD.gn b/extensions/browser/api/runtime/BUILD.gn
|
| similarity index 51%
|
| copy from components/physical_web/webui/BUILD.gn
|
| copy to extensions/browser/api/runtime/BUILD.gn
|
| index f3d6432dd2b700c0f266293e7ce3eef7ca158809..79a9fb36c8aa5d03ab100349dbc46df50cc9c4f0 100644
|
| --- a/components/physical_web/webui/BUILD.gn
|
| +++ b/extensions/browser/api/runtime/BUILD.gn
|
| @@ -2,13 +2,16 @@
|
| # 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("runtime") {
|
| sources = [
|
| - "physical_web_ui_constants.cc",
|
| - "physical_web_ui_constants.h",
|
| + "runtime_api.cc",
|
| + "runtime_api.h",
|
| + "runtime_api_delegate.cc",
|
| + "runtime_api_delegate.h",
|
| ]
|
|
|
| deps = [
|
| - "//base",
|
| + "//content/public/browser",
|
| + "//extensions/common/api",
|
| ]
|
| }
|
|
|