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

Side by Side Diff: ios/chrome/browser/ui/ntp/recent_tabs/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
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("recent_tabs") { 5 source_set("recent_tabs") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "recent_tabs_bridges.h", 8 "recent_tabs_bridges.h",
9 "recent_tabs_bridges.mm", 9 "recent_tabs_bridges.mm",
10 "recent_tabs_panel_controller.h", 10 "recent_tabs_panel_controller.h",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "//components/browser_sync", 64 "//components/browser_sync",
65 "//components/browser_sync:test_support", 65 "//components/browser_sync:test_support",
66 "//components/signin/core/browser", 66 "//components/signin/core/browser",
67 "//components/sync_sessions", 67 "//components/sync_sessions",
68 "//ios/chrome/browser/browser_state:test_support", 68 "//ios/chrome/browser/browser_state:test_support",
69 "//ios/chrome/browser/signin", 69 "//ios/chrome/browser/signin",
70 "//ios/chrome/browser/sync", 70 "//ios/chrome/browser/sync",
71 "//ios/chrome/browser/sync:test_support", 71 "//ios/chrome/browser/sync:test_support",
72 "//ios/chrome/browser/ui/ntp:ntp_internal", 72 "//ios/chrome/browser/ui/ntp:ntp_internal",
73 "//ios/chrome/test:test_support", 73 "//ios/chrome/test:test_support",
74 "//ios/web:test_support", 74 "//ios/web/public/test",
75 "//testing/gtest", 75 "//testing/gtest",
76 "//third_party/ocmock", 76 "//third_party/ocmock",
77 ] 77 ]
78 } 78 }
79 79
80 source_set("eg_tests") { 80 source_set("eg_tests") {
81 configs += [ "//build/config/compiler:enable_arc" ] 81 configs += [ "//build/config/compiler:enable_arc" ]
82 testonly = true 82 testonly = true
83 sources = [ 83 sources = [
84 "recent_tabs_panel_controller_egtest.mm", 84 "recent_tabs_panel_controller_egtest.mm",
85 ] 85 ]
86 deps = [ 86 deps = [
87 "//components/strings", 87 "//components/strings",
88 "//ios/chrome/app/strings", 88 "//ios/chrome/app/strings",
89 "//ios/chrome/browser/ui", 89 "//ios/chrome/browser/ui",
90 "//ios/chrome/browser/ui/tools_menu", 90 "//ios/chrome/browser/ui/tools_menu",
91 "//ios/chrome/test/app:test_support", 91 "//ios/chrome/test/app:test_support",
92 "//ios/chrome/test/earl_grey:test_support", 92 "//ios/chrome/test/earl_grey:test_support",
93 "//ios/third_party/earl_grey", 93 "//ios/third_party/earl_grey",
94 "//ios/web:test_support", 94 "//ios/web/public/test/http_server",
95 ] 95 ]
96 libs = [ "XCTest.framework" ] 96 libs = [ "XCTest.framework" ]
97 } 97 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/ntp/BUILD.gn ('k') | ios/chrome/browser/ui/ntp/recent_tabs/recent_tabs_panel_controller_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698