Index: extensions/browser/api/app_current_window_internal/BUILD.gn |
diff --git a/components/physical_web/webui/BUILD.gn b/extensions/browser/api/app_current_window_internal/BUILD.gn |
similarity index 51% |
copy from components/physical_web/webui/BUILD.gn |
copy to extensions/browser/api/app_current_window_internal/BUILD.gn |
index f3d6432dd2b700c0f266293e7ce3eef7ca158809..980c2d090d5c636ac2425d226f3dd9b6d6870e99 100644 |
--- a/components/physical_web/webui/BUILD.gn |
+++ b/extensions/browser/api/app_current_window_internal/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("webui") { |
+source_set("app_current_window_internal") { |
sources = [ |
- "physical_web_ui_constants.cc", |
- "physical_web_ui_constants.h", |
+ "app_current_window_internal_api.cc", |
+ "app_current_window_internal_api.h", |
] |
deps = [ |
- "//base", |
+ "//content/public/browser", |
+ "//extensions/common/api", |
] |
} |