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

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

Issue 2610863002: Fix deps in all BUILD.gn files in ios. (Closed)
Patch Set: Created 3 years, 11 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_context.h", 9 "tools_menu_context.h",
10 "tools_menu_context.mm", 10 "tools_menu_context.mm",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "//testing/gtest", 52 "//testing/gtest",
53 ] 53 ]
54 } 54 }
55 55
56 source_set("eg_tests") { 56 source_set("eg_tests") {
57 testonly = true 57 testonly = true
58 sources = [ 58 sources = [
59 "tools_popup_menu_egtest.mm", 59 "tools_popup_menu_egtest.mm",
60 ] 60 ]
61 deps = [ 61 deps = [
62 ":tools_menu",
62 "//base", 63 "//base",
63 "//components/strings", 64 "//components/strings",
64 "//ios/chrome/app/strings", 65 "//ios/chrome/app/strings",
65 "//ios/chrome/browser/ui", 66 "//ios/chrome/browser/ui",
66 "//ios/chrome/browser/ui:ui_internal", 67 "//ios/chrome/browser/ui:ui_internal",
67 "//ios/chrome/browser/ui/toolbar", 68 "//ios/chrome/browser/ui/toolbar",
68 "//ios/chrome/browser/ui/tools_menu",
69 "//ios/chrome/test/earl_grey:test_support", 69 "//ios/chrome/test/earl_grey:test_support",
70 "//ios/third_party/earl_grey", 70 "//ios/third_party/earl_grey",
71 "//ios/web:test_support", 71 "//ios/web:test_support",
72 "//ui/base", 72 "//ui/base",
73 ] 73 ]
74 libs = [ "XCTest.framework" ] 74 libs = [ "XCTest.framework" ]
75 } 75 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698