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

Side by Side Diff: ios/chrome/browser/ui/activity_services/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 bundle_data("assets") { 5 bundle_data("assets") {
6 sources = [ 6 sources = [
7 "resources/activity_services_print.xcassets/Contents.json", 7 "resources/activity_services_print.xcassets/Contents.json",
8 "resources/activity_services_print.xcassets/activity_services_print.imageset /Contents.json", 8 "resources/activity_services_print.xcassets/activity_services_print.imageset /Contents.json",
9 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@2x.png", 9 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@2x.png",
10 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@3x.png", 10 "resources/activity_services_print.xcassets/activity_services_print.imageset /activity_services_print-60@3x.png",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "activity_type_util_unittest.mm", 78 "activity_type_util_unittest.mm",
79 "chrome_activity_item_thumbnail_generator_unittest.mm", 79 "chrome_activity_item_thumbnail_generator_unittest.mm",
80 ] 80 ]
81 deps = [ 81 deps = [
82 ":activity_services", 82 ":activity_services",
83 "//base", 83 "//base",
84 "//base/test:test_support", 84 "//base/test:test_support",
85 "//ios/chrome/app/strings", 85 "//ios/chrome/app/strings",
86 "//ios/chrome/browser/browser_state:test_support", 86 "//ios/chrome/browser/browser_state:test_support",
87 "//ios/chrome/browser/tabs", 87 "//ios/chrome/browser/tabs",
88 "//ios/web:test_support", 88 "//ios/web/public/test",
89 "//testing/gtest", 89 "//testing/gtest",
90 "//third_party/ocmock", 90 "//third_party/ocmock",
91 "//ui/base", 91 "//ui/base",
92 "//ui/base:test_support", 92 "//ui/base:test_support",
93 ] 93 ]
94 } 94 }
95 95
96 source_set("eg_tests") { 96 source_set("eg_tests") {
97 configs += [ "//build/config/compiler:enable_arc" ] 97 configs += [ "//build/config/compiler:enable_arc" ]
98 testonly = true 98 testonly = true
99 sources = [ 99 sources = [
100 "activity_service_controller_egtest.mm", 100 "activity_service_controller_egtest.mm",
101 ] 101 ]
102 deps = [ 102 deps = [
103 "//base", 103 "//base",
104 "//components/strings", 104 "//components/strings",
105 "//ios/chrome/app/strings", 105 "//ios/chrome/app/strings",
106 "//ios/chrome/browser/ui", 106 "//ios/chrome/browser/ui",
107 "//ios/chrome/browser/ui:ui_internal", 107 "//ios/chrome/browser/ui:ui_internal",
108 "//ios/chrome/test/app:test_support", 108 "//ios/chrome/test/app:test_support",
109 "//ios/chrome/test/earl_grey:test_support", 109 "//ios/chrome/test/earl_grey:test_support",
110 "//ios/third_party/material_components_ios", 110 "//ios/third_party/material_components_ios",
111 "//ios/web:earl_grey_test_support", 111 "//ios/web:earl_grey_test_support",
112 "//ios/web:test_support", 112 "//ios/web/public/test",
113 "//ios/web/public/test/http_server",
113 "//ui/base", 114 "//ui/base",
114 ] 115 ]
115 libs = [ "XCTest.framework" ] 116 libs = [ "XCTest.framework" ]
116 } 117 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/BUILD.gn ('k') | ios/chrome/browser/ui/activity_services/activity_service_controller_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698