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

Side by Side Diff: ios/chrome/browser/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
« no previous file with comments | « ios/chrome/browser/sync/BUILD.gn ('k') | ios/chrome/browser/test/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("tabs") { 5 source_set("tabs") {
6 sources = [ 6 sources = [
7 "legacy_tab_helper.h", 7 "legacy_tab_helper.h",
8 "tab.h", 8 "tab.h",
9 "tab_delegate.h", 9 "tab_delegate.h",
10 "tab_dialog_delegate.h", 10 "tab_dialog_delegate.h",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "//ios/chrome/browser/sessions:test_support", 163 "//ios/chrome/browser/sessions:test_support",
164 "//ios/chrome/browser/ui:ui_internal", 164 "//ios/chrome/browser/ui:ui_internal",
165 "//ios/chrome/browser/web:web_internal", 165 "//ios/chrome/browser/web:web_internal",
166 "//ios/chrome/browser/web_state_list", 166 "//ios/chrome/browser/web_state_list",
167 "//ios/chrome/test:test_support", 167 "//ios/chrome/test:test_support",
168 "//ios/public/provider/chrome/browser", 168 "//ios/public/provider/chrome/browser",
169 "//ios/public/provider/chrome/browser:test_support", 169 "//ios/public/provider/chrome/browser:test_support",
170 "//ios/public/provider/chrome/browser/native_app_launcher:test_support", 170 "//ios/public/provider/chrome/browser/native_app_launcher:test_support",
171 "//ios/testing:ocmock_support", 171 "//ios/testing:ocmock_support",
172 "//ios/web", 172 "//ios/web",
173 "//ios/web:test_support", 173 "//ios/web/public/test",
174 "//net", 174 "//net",
175 "//testing/gtest", 175 "//testing/gtest",
176 "//third_party/ocmock", 176 "//third_party/ocmock",
177 ] 177 ]
178 configs += [ "//build/config/compiler:enable_arc" ] 178 configs += [ "//build/config/compiler:enable_arc" ]
179 } 179 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/sync/BUILD.gn ('k') | ios/chrome/browser/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698