Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Side by Side Diff: ios/chrome/test/app/BUILD.gn

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: don't break downstream clients Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/chrome/test/BUILD.gn ('k') | ios/chrome/test/base/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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",
79 "//net", 79 "//net",
80 "//net:test_support", 80 "//net:test_support",
81 "//url", 81 "//url",
82 ] 82 ]
83 } 83 }
OLDNEW
« no previous file with comments | « ios/chrome/test/BUILD.gn ('k') | ios/chrome/test/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698