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

Side by Side Diff: ios/chrome/browser/ui/print/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("print") { 5 source_set("print") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "print_controller.h", 8 "print_controller.h",
9 "print_controller.mm", 9 "print_controller.mm",
10 ] 10 ]
(...skipping 15 matching lines...) Expand all
26 testonly = true 26 testonly = true
27 sources = [ 27 sources = [
28 "print_controller_egtest.mm", 28 "print_controller_egtest.mm",
29 ] 29 ]
30 deps = [ 30 deps = [
31 "//ios/chrome/app/strings", 31 "//ios/chrome/app/strings",
32 "//ios/chrome/browser/ui", 32 "//ios/chrome/browser/ui",
33 "//ios/chrome/test/app:test_support", 33 "//ios/chrome/test/app:test_support",
34 "//ios/chrome/test/earl_grey:test_support", 34 "//ios/chrome/test/earl_grey:test_support",
35 "//ios/third_party/earl_grey", 35 "//ios/third_party/earl_grey",
36 "//ios/web:test_support", 36 "//ios/web/public/test/http_server",
37 "//ui/base", 37 "//ui/base",
38 "//url", 38 "//url",
39 ] 39 ]
40 libs = [ 40 libs = [
41 "UIKit.framework", 41 "UIKit.framework",
42 "XCTest.framework", 42 "XCTest.framework",
43 ] 43 ]
44 } 44 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/payments/BUILD.gn ('k') | ios/chrome/browser/ui/print/print_controller_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698