| 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("test_support") { | 5 source_set("test_support") { |
| 6 configs += [ "//build/config/compiler:enable_arc" ] |
| 6 testonly = true | 7 testonly = true |
| 7 sources = [ | 8 sources = [ |
| 8 "bookmarks_test_util.h", | 9 "bookmarks_test_util.h", |
| 9 "bookmarks_test_util.mm", | 10 "bookmarks_test_util.mm", |
| 10 "chrome_test_util.h", | 11 "chrome_test_util.h", |
| 11 "chrome_test_util.mm", | 12 "chrome_test_util.mm", |
| 12 "histogram_test_util.h", | 13 "histogram_test_util.h", |
| 13 "histogram_test_util.mm", | 14 "histogram_test_util.mm", |
| 14 "history_test_util.h", | 15 "history_test_util.h", |
| 15 "history_test_util.mm", | 16 "history_test_util.mm", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 "//ios/public/provider/chrome/browser", | 75 "//ios/public/provider/chrome/browser", |
| 75 "//ios/public/provider/chrome/browser/signin:test_support", | 76 "//ios/public/provider/chrome/browser/signin:test_support", |
| 76 "//ios/testing:ios_test_support", | 77 "//ios/testing:ios_test_support", |
| 77 "//ios/web", | 78 "//ios/web", |
| 78 "//ios/web:test_support", | 79 "//ios/web:test_support", |
| 79 "//net", | 80 "//net", |
| 80 "//net:test_support", | 81 "//net:test_support", |
| 81 "//url", | 82 "//url", |
| 82 ] | 83 ] |
| 83 } | 84 } |
| OLD | NEW |