| OLD | NEW |
| (Empty) | |
| 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 |
| 3 # found in the LICENSE file. |
| 4 |
| 5 source_set("updatable_config") { |
| 6 sources = [ |
| 7 "updatable_array.h", |
| 8 "updatable_array.mm", |
| 9 "updatable_config_base.h", |
| 10 "updatable_config_base.mm", |
| 11 "updatable_dictionary.h", |
| 12 "updatable_dictionary.mm", |
| 13 ] |
| 14 deps = [ |
| 15 "//base", |
| 16 "//ios/public/provider/chrome/browser", |
| 17 "//ios/web", |
| 18 "//net", |
| 19 "//url", |
| 20 ] |
| 21 } |
| OLD | NEW |