| Index: extensions/browser/install/BUILD.gn
 | 
| diff --git a/components/autofill/core/browser/proto/BUILD.gn b/extensions/browser/install/BUILD.gn
 | 
| similarity index 62%
 | 
| copy from components/autofill/core/browser/proto/BUILD.gn
 | 
| copy to extensions/browser/install/BUILD.gn
 | 
| index ad52e78646b3a2edf44ea16e992e3d8187eb2dad..b453a7954c54c79474f027fc4982146e72a14f50 100644
 | 
| --- a/components/autofill/core/browser/proto/BUILD.gn
 | 
| +++ b/extensions/browser/install/BUILD.gn
 | 
| @@ -2,10 +2,10 @@
 | 
|  # Use of this source code is governed by a BSD-style license that can be
 | 
|  # found in the LICENSE file.
 | 
|  
 | 
| -import("//third_party/protobuf/proto_library.gni")
 | 
| -
 | 
| -proto_library("proto") {
 | 
| +source_set("install") {
 | 
|    sources = [
 | 
| -    "server.proto",
 | 
| +    "crx_install_error.h",
 | 
| +    "extension_install_ui.cc",
 | 
| +    "extension_install_ui.h",
 | 
|    ]
 | 
|  }
 | 
| 
 |