Index: extensions/browser/api/system_storage/BUILD.gn |
diff --git a/components/physical_web/webui/BUILD.gn b/extensions/browser/api/system_storage/BUILD.gn |
similarity index 52% |
copy from components/physical_web/webui/BUILD.gn |
copy to extensions/browser/api/system_storage/BUILD.gn |
index f3d6432dd2b700c0f266293e7ce3eef7ca158809..dbbef33c53e8c454df172ee5c48dc98779c1539c 100644 |
--- a/components/physical_web/webui/BUILD.gn |
+++ b/extensions/browser/api/system_storage/BUILD.gn |
@@ -2,13 +2,15 @@ |
# 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("system_storage") { |
sources = [ |
- "physical_web_ui_constants.cc", |
- "physical_web_ui_constants.h", |
+ "storage_info_provider.cc", |
+ "storage_info_provider.h", |
+ "system_storage_api.cc", |
+ "system_storage_api.h", |
] |
deps = [ |
- "//base", |
+ "//extensions/common/api", |
] |
} |