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

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

Issue 2829753004: [ObjC ARC] Converts ios/chrome/browser/ui/webui:webui_internal to ARC. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/webui/chrome_web_ui_ios_controller_factory.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("webui") { 5 source_set("webui") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "about_ui.cc", 8 "about_ui.cc",
9 "about_ui.h", 9 "about_ui.h",
10 "crashes_ui.cc", 10 "crashes_ui.cc",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "//ios/web", 49 "//ios/web",
50 "//net", 50 "//net",
51 "//services/service_manager/public/cpp", 51 "//services/service_manager/public/cpp",
52 "//third_party/brotli:dec", 52 "//third_party/brotli:dec",
53 "//ui/base", 53 "//ui/base",
54 "//url", 54 "//url",
55 ] 55 ]
56 } 56 }
57 57
58 source_set("webui_internal") { 58 source_set("webui_internal") {
59 configs += [ "//build/config/compiler:enable_arc" ]
59 sources = [ 60 sources = [
60 "chrome_web_ui_ios_controller_factory.h", 61 "chrome_web_ui_ios_controller_factory.h",
61 "chrome_web_ui_ios_controller_factory.mm", 62 "chrome_web_ui_ios_controller_factory.mm",
62 "omaha_ui.cc", 63 "omaha_ui.cc",
63 "omaha_ui.h", 64 "omaha_ui.h",
64 "signin_internals_ui_ios.cc", 65 "signin_internals_ui_ios.cc",
65 "signin_internals_ui_ios.h", 66 "signin_internals_ui_ios.h",
66 ] 67 ]
67 deps = [ 68 deps = [
68 ":webui", 69 ":webui",
(...skipping 27 matching lines...) Expand all
96 "//ios/chrome/browser/ui/omnibox:omnibox_internal", 97 "//ios/chrome/browser/ui/omnibox:omnibox_internal",
97 "//ios/chrome/test/app:test_support", 98 "//ios/chrome/test/app:test_support",
98 "//ios/chrome/test/earl_grey:test_support", 99 "//ios/chrome/test/earl_grey:test_support",
99 "//ios/testing:ios_test_support", 100 "//ios/testing:ios_test_support",
100 "//ios/web", 101 "//ios/web",
101 "//ui/base", 102 "//ui/base",
102 "//url", 103 "//url",
103 ] 104 ]
104 libs = [ "XCTest.framework" ] 105 libs = [ "XCTest.framework" ]
105 } 106 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/webui/chrome_web_ui_ios_controller_factory.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698