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

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

Issue 2941043002: [ObjC ARC] Converts ios/chrome/browser/ui/tools_menu:tools_menu to ARC. (Closed)
Patch Set: manual review. 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("tools_menu") { 5 source_set("tools_menu") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 sources = [ 7 sources = [
7 "reading_list_menu_view_item.h", 8 "reading_list_menu_view_item.h",
8 "reading_list_menu_view_item.mm", 9 "reading_list_menu_view_item.mm",
9 "tools_menu_constants.h", 10 "tools_menu_constants.h",
10 "tools_menu_constants.mm", 11 "tools_menu_constants.mm",
11 "tools_menu_model.h", 12 "tools_menu_model.h",
12 "tools_menu_model.mm", 13 "tools_menu_model.mm",
13 "tools_menu_view_controller.h", 14 "tools_menu_view_controller.h",
14 "tools_menu_view_controller.mm", 15 "tools_menu_view_controller.mm",
15 "tools_menu_view_item.h", 16 "tools_menu_view_item.h",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "//ios/chrome/browser/ui:ui_internal", 83 "//ios/chrome/browser/ui:ui_internal",
83 "//ios/chrome/browser/ui/toolbar", 84 "//ios/chrome/browser/ui/toolbar",
84 "//ios/chrome/test/earl_grey:test_support", 85 "//ios/chrome/test/earl_grey:test_support",
85 "//ios/third_party/earl_grey", 86 "//ios/third_party/earl_grey",
86 "//ios/web/public/test", 87 "//ios/web/public/test",
87 "//ios/web/public/test/http_server", 88 "//ios/web/public/test/http_server",
88 "//ui/base", 89 "//ui/base",
89 ] 90 ]
90 libs = [ "XCTest.framework" ] 91 libs = [ "XCTest.framework" ]
91 } 92 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698