| 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("test_support") { |
| 6 testonly = true |
| 7 sources = [ |
| 8 "fake_native_app_metadata.h", |
| 9 "fake_native_app_metadata.mm", |
| 10 "fake_native_app_whitelist_manager.h", |
| 11 "fake_native_app_whitelist_manager.mm", |
| 12 ] |
| 13 deps = [ |
| 14 "//base", |
| 15 "//ios/public/provider/chrome/browser", |
| 16 "//url", |
| 17 ] |
| 18 configs += [ "//build/config/compiler:enable_arc" ] |
| 19 } |
| OLD | NEW |