| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 source_set("base") { | 5 source_set("public") { |
| 6 sources = [ | 6 sources = [ |
| 7 "//ios/consumer/base/debugger.mm", | 7 "blimp_contents.h", |
| 8 "//ios/public/consumer/base/debugger.h", | 8 "blimp_contents_observer.h", |
| 9 "blimp_navigation_controller.h", |
| 9 ] | 10 ] |
| 11 |
| 10 deps = [ | 12 deps = [ |
| 11 "//base", | 13 "//base", |
| 14 "//url", |
| 12 ] | 15 ] |
| 13 } | 16 } |
| OLD | NEW |