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

Side by Side Diff: ios/chrome/browser/web_state_list/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/web/window_open_by_dom_egtest.mm ('k') | ios/chrome/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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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("web_state_list") { 5 source_set("web_state_list") {
6 sources = [ 6 sources = [
7 "web_state_list.h", 7 "web_state_list.h",
8 "web_state_list.mm", 8 "web_state_list.mm",
9 "web_state_list_delegate.h", 9 "web_state_list_delegate.h",
10 "web_state_list_fast_enumeration_helper.h", 10 "web_state_list_fast_enumeration_helper.h",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "web_state_list_serialization_unittest.mm", 53 "web_state_list_serialization_unittest.mm",
54 "web_state_list_unittest.mm", 54 "web_state_list_unittest.mm",
55 "web_state_opener_unittest.mm", 55 "web_state_opener_unittest.mm",
56 ] 56 ]
57 deps = [ 57 deps = [
58 ":test_support", 58 ":test_support",
59 ":web_state_list", 59 ":web_state_list",
60 "//base", 60 "//base",
61 "//ios/chrome/browser/sessions:serialisation", 61 "//ios/chrome/browser/sessions:serialisation",
62 "//ios/web", 62 "//ios/web",
63 "//ios/web:test_support", 63 "//ios/web/public/test/fakes",
64 "//net", 64 "//net",
65 "//testing/gtest", 65 "//testing/gtest",
66 "//ui/base", 66 "//ui/base",
67 "//url", 67 "//url",
68 ] 68 ]
69 configs += [ "//build/config/compiler:enable_arc" ] 69 configs += [ "//build/config/compiler:enable_arc" ]
70 } 70 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/web/window_open_by_dom_egtest.mm ('k') | ios/chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698