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

Side by Side Diff: ios/chrome/browser/ui/tools_menu/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 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("tools_menu") { 5 source_set("tools_menu") {
6 sources = [ 6 sources = [
7 "reading_list_menu_view_item.h", 7 "reading_list_menu_view_item.h",
8 "reading_list_menu_view_item.mm", 8 "reading_list_menu_view_item.mm",
9 "tools_menu_constants.h", 9 "tools_menu_constants.h",
10 "tools_menu_constants.mm", 10 "tools_menu_constants.mm",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 deps = [ 73 deps = [
74 ":tools_menu", 74 ":tools_menu",
75 "//base", 75 "//base",
76 "//components/strings", 76 "//components/strings",
77 "//ios/chrome/app/strings", 77 "//ios/chrome/app/strings",
78 "//ios/chrome/browser/ui", 78 "//ios/chrome/browser/ui",
79 "//ios/chrome/browser/ui:ui_internal", 79 "//ios/chrome/browser/ui:ui_internal",
80 "//ios/chrome/browser/ui/toolbar", 80 "//ios/chrome/browser/ui/toolbar",
81 "//ios/chrome/test/earl_grey:test_support", 81 "//ios/chrome/test/earl_grey:test_support",
82 "//ios/third_party/earl_grey", 82 "//ios/third_party/earl_grey",
83 "//ios/web:test_support", 83 "//ios/web/public/test:test_support",
84 "//ios/web/public/test/response_providers:test_support",
84 "//ui/base", 85 "//ui/base",
85 ] 86 ]
86 libs = [ "XCTest.framework" ] 87 libs = [ "XCTest.framework" ]
87 } 88 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698