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

Side by Side Diff: ios/clean/chrome/browser/ui/tab_grid/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("tab_grid") { 5 source_set("tab_grid") {
6 sources = [ 6 sources = [
7 "tab_grid_coordinator.h", 7 "tab_grid_coordinator.h",
8 "tab_grid_coordinator.mm", 8 "tab_grid_coordinator.mm",
9 "tab_grid_mediator.h", 9 "tab_grid_mediator.h",
10 "tab_grid_mediator.mm", 10 "tab_grid_mediator.mm",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 configs += [ "//build/config/compiler:enable_arc" ] 79 configs += [ "//build/config/compiler:enable_arc" ]
80 80
81 deps = [ 81 deps = [
82 ":tab_grid", 82 ":tab_grid",
83 ":tab_grid_ui", 83 ":tab_grid_ui",
84 "//base", 84 "//base",
85 "//base/test:test_support", 85 "//base/test:test_support",
86 "//ios/chrome/browser/web_state_list", 86 "//ios/chrome/browser/web_state_list",
87 "//ios/chrome/browser/web_state_list:test_support", 87 "//ios/chrome/browser/web_state_list:test_support",
88 "//ios/chrome/test/base", 88 "//ios/chrome/test/base",
89 "//ios/web:test_support", 89 "//ios/web/public/test/fakes",
90 "//testing/gtest", 90 "//testing/gtest",
91 "//third_party/ocmock", 91 "//third_party/ocmock",
92 ] 92 ]
93 } 93 }
OLDNEW
« no previous file with comments | « ios/clean/chrome/browser/ui/tab_collection/BUILD.gn ('k') | ios/clean/chrome/browser/ui/toolbar/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698