| Index: components/chooser_controller/BUILD.gn
 | 
| diff --git a/ios/public/consumer/base/BUILD.gn b/components/chooser_controller/BUILD.gn
 | 
| similarity index 62%
 | 
| copy from ios/public/consumer/base/BUILD.gn
 | 
| copy to components/chooser_controller/BUILD.gn
 | 
| index eb83ba22b1adcf0d9f15821bbf91574e002c623a..1a313a94570594f40fe555ea0dc832b4aef9a369 100644
 | 
| --- a/ios/public/consumer/base/BUILD.gn
 | 
| +++ b/components/chooser_controller/BUILD.gn
 | 
| @@ -2,12 +2,14 @@
 | 
|  # Use of this source code is governed by a BSD-style license that can be
 | 
|  # found in the LICENSE file.
 | 
|  
 | 
| -source_set("base") {
 | 
| +source_set("chooser_controller") {
 | 
|    sources = [
 | 
| -    "//ios/consumer/base/debugger.mm",
 | 
| -    "//ios/public/consumer/base/debugger.h",
 | 
| +    "chooser_controller.cc",
 | 
| +    "chooser_controller.h",
 | 
|    ]
 | 
| +
 | 
|    deps = [
 | 
|      "//base",
 | 
| +    "//content/public/browser",
 | 
|    ]
 | 
|  }
 | 
| 
 |