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

Side by Side Diff: ios/chrome/browser/reading_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/passwords/BUILD.gn ('k') | ios/chrome/browser/sessions/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("reading_list") { 5 source_set("reading_list") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "favicon_web_state_dispatcher_impl.h", 8 "favicon_web_state_dispatcher_impl.h",
9 "favicon_web_state_dispatcher_impl.mm", 9 "favicon_web_state_dispatcher_impl.mm",
10 "offline_url_utils.cc", 10 "offline_url_utils.cc",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "//base", 90 "//base",
91 "//base/test:test_support", 91 "//base/test:test_support",
92 "//components/favicon/ios", 92 "//components/favicon/ios",
93 "//components/reading_list/core", 93 "//components/reading_list/core",
94 "//ios/chrome/browser", 94 "//ios/chrome/browser",
95 "//ios/chrome/browser/browser_state:test_support", 95 "//ios/chrome/browser/browser_state:test_support",
96 "//ios/chrome/browser/dom_distiller", 96 "//ios/chrome/browser/dom_distiller",
97 "//ios/testing:ios_test_support", 97 "//ios/testing:ios_test_support",
98 "//ios/web", 98 "//ios/web",
99 "//ios/web:reload_type", 99 "//ios/web:reload_type",
100 "//ios/web:test_support", 100 "//ios/web/public/test",
101 "//ios/web/public/test/fakes",
101 "//net", 102 "//net",
102 "//testing/gtest", 103 "//testing/gtest",
103 "//url", 104 "//url",
104 ] 105 ]
105 } 106 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/passwords/BUILD.gn ('k') | ios/chrome/browser/sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698