| Index: extensions/browser/api/system_info/BUILD.gn
 | 
| diff --git a/services/file/public/interfaces/BUILD.gn b/extensions/browser/api/system_info/BUILD.gn
 | 
| similarity index 53%
 | 
| copy from services/file/public/interfaces/BUILD.gn
 | 
| copy to extensions/browser/api/system_info/BUILD.gn
 | 
| index 8d8e767a261e71db8140fe1c85842c9f10945681..f90fe9caf1e743d70405b21c479ebafea9567168 100644
 | 
| --- a/services/file/public/interfaces/BUILD.gn
 | 
| +++ b/extensions/browser/api/system_info/BUILD.gn
 | 
| @@ -2,14 +2,15 @@
 | 
|  # Use of this source code is governed by a BSD-style license that can be
 | 
|  # found in the LICENSE file.
 | 
|  
 | 
| -import("//mojo/public/tools/bindings/mojom.gni")
 | 
| -
 | 
| -mojom("interfaces") {
 | 
| +source_set("system_info") {
 | 
|    sources = [
 | 
| -    "file_system.mojom",
 | 
| +    "system_info_api.cc",
 | 
| +    "system_info_api.h",
 | 
| +    "system_info_provider.cc",
 | 
| +    "system_info_provider.h",
 | 
|    ]
 | 
|  
 | 
|    deps = [
 | 
| -    "//components/filesystem/public/interfaces",
 | 
| +    "//extensions/common/api",
 | 
|    ]
 | 
|  }
 | 
| 
 |