| 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 testonly = true | 6 testonly = true |
| 7 sources = [ | 7 sources = [ |
| 8 "bookmarks_test_util.h", | 8 "bookmarks_test_util.h", |
| 9 "bookmarks_test_util.mm", | 9 "bookmarks_test_util.mm", |
| 10 "chrome_test_util.h", | 10 "chrome_test_util.h", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 "//ios/chrome/browser/ui/commands", | 68 "//ios/chrome/browser/ui/commands", |
| 69 "//ios/chrome/browser/ui/main", | 69 "//ios/chrome/browser/ui/main", |
| 70 "//ios/chrome/browser/ui/ntp:ntp_internal", | 70 "//ios/chrome/browser/ui/ntp:ntp_internal", |
| 71 "//ios/chrome/browser/ui/stack_view", | 71 "//ios/chrome/browser/ui/stack_view", |
| 72 "//ios/chrome/browser/ui/static_content", | 72 "//ios/chrome/browser/ui/static_content", |
| 73 "//ios/chrome/browser/ui/tabs", | 73 "//ios/chrome/browser/ui/tabs", |
| 74 "//ios/public/provider/chrome/browser", | 74 "//ios/public/provider/chrome/browser", |
| 75 "//ios/public/provider/chrome/browser/signin:test_support", | 75 "//ios/public/provider/chrome/browser/signin:test_support", |
| 76 "//ios/testing:ios_test_support", | 76 "//ios/testing:ios_test_support", |
| 77 "//ios/web", | 77 "//ios/web", |
| 78 "//ios/web:test_support", | 78 "//ios/web/public/test:test_support", |
| 79 "//net", | 79 "//net", |
| 80 "//net:test_support", | 80 "//net:test_support", |
| 81 "//url", | 81 "//url", |
| 82 ] | 82 ] |
| 83 } | 83 } |
| OLD | NEW |