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

Side by Side Diff: ios/chrome/browser/context_menu/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("eg_tests") { 5 source_set("eg_tests") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 testonly = true 7 testonly = true
8 sources = [ 8 sources = [
9 "context_menu_egtest.mm", 9 "context_menu_egtest.mm",
10 ] 10 ]
11 deps = [ 11 deps = [
12 "//base", 12 "//base",
13 "//ios/chrome/app/strings", 13 "//ios/chrome/app/strings",
14 "//ios/chrome/browser/ui", 14 "//ios/chrome/browser/ui",
15 "//ios/chrome/test/app:test_support", 15 "//ios/chrome/test/app:test_support",
16 "//ios/chrome/test/earl_grey:test_support", 16 "//ios/chrome/test/earl_grey:test_support",
17 "//ios/testing:ios_test_support", 17 "//ios/testing:ios_test_support",
18 "//ios/third_party/earl_grey", 18 "//ios/third_party/earl_grey",
19 "//ios/web:earl_grey_test_support", 19 "//ios/web:earl_grey_test_support",
20 "//ios/web:test_support", 20 "//ios/web/public/test/http_server",
21 "//url", 21 "//url",
22 ] 22 ]
23 libs = [ 23 libs = [
24 "UIKit.framework", 24 "UIKit.framework",
25 "XCTest.framework", 25 "XCTest.framework",
26 ] 26 ]
27 } 27 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/browsing_data/BUILD.gn ('k') | ios/chrome/browser/context_menu/context_menu_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698