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

Side by Side Diff: ios/chrome/browser/BUILD.gn

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: remove public_deps Created 3 years, 7 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ios/rules.gni") 7 import("//build/config/ios/rules.gni")
8 import("//rlz/features/features.gni") 8 import("//rlz/features/features.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 deps = [ 220 deps = [
221 ":browser", 221 ":browser",
222 ":browser_internal", 222 ":browser_internal",
223 "//base", 223 "//base",
224 "//base/test:test_support", 224 "//base/test:test_support",
225 "//components/prefs", 225 "//components/prefs",
226 "//components/prefs:test_support", 226 "//components/prefs:test_support",
227 "//components/proxy_config", 227 "//components/proxy_config",
228 "//components/ssl_config", 228 "//components/ssl_config",
229 "//components/variations", 229 "//components/variations",
230 "//ios/web:test_support", 230 "//ios/web/public/test:test_support",
231 "//net", 231 "//net",
232 "//net:test_support", 232 "//net:test_support",
233 "//testing/gtest", 233 "//testing/gtest",
234 "//url", 234 "//url",
235 ] 235 ]
236 } 236 }
237 237
238 source_set("browser_internal") { 238 source_set("browser_internal") {
239 sources = [ 239 sources = [
240 "callback_counter.h", 240 "callback_counter.h",
241 "callback_counter.mm", 241 "callback_counter.mm",
242 ] 242 ]
243 deps = [ 243 deps = [
244 "//base", 244 "//base",
245 ] 245 ]
246 } 246 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698