| Index: extensions/browser/api/diagnostics/BUILD.gn
 | 
| diff --git a/services/file/public/interfaces/BUILD.gn b/extensions/browser/api/diagnostics/BUILD.gn
 | 
| similarity index 54%
 | 
| copy from services/file/public/interfaces/BUILD.gn
 | 
| copy to extensions/browser/api/diagnostics/BUILD.gn
 | 
| index 8d8e767a261e71db8140fe1c85842c9f10945681..27c64ce6648e3daa6adf214cc520362fa0741023 100644
 | 
| --- a/services/file/public/interfaces/BUILD.gn
 | 
| +++ b/extensions/browser/api/diagnostics/BUILD.gn
 | 
| @@ -2,14 +2,16 @@
 | 
|  # 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")
 | 
| +assert(is_chromeos)
 | 
|  
 | 
| -mojom("interfaces") {
 | 
| +source_set("diagnostics") {
 | 
|    sources = [
 | 
| -    "file_system.mojom",
 | 
| +    "diagnostics_api.cc",
 | 
| +    "diagnostics_api.h",
 | 
| +    "diagnostics_api_chromeos.cc",
 | 
|    ]
 | 
|  
 | 
|    deps = [
 | 
| -    "//components/filesystem/public/interfaces",
 | 
| +    "//extensions/common/api",
 | 
|    ]
 | 
|  }
 | 
| 
 |