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

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

Issue 2677193003: [ObjC ARC] Converts ios/chrome/browser/ui/webui:eg_tests to ARC. (Closed)
Patch Set: Created 3 years, 10 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/web_ui_egtest.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "//ios/chrome/browser/signin", 76 "//ios/chrome/browser/signin",
77 "//ios/chrome/browser/ui/webui/gcm", 77 "//ios/chrome/browser/ui/webui/gcm",
78 "//ios/chrome/browser/ui/webui/net_export", 78 "//ios/chrome/browser/ui/webui/net_export",
79 "//ios/chrome/browser/ui/webui/sync_internals", 79 "//ios/chrome/browser/ui/webui/sync_internals",
80 "//ios/web", 80 "//ios/web",
81 "//url", 81 "//url",
82 ] 82 ]
83 } 83 }
84 84
85 source_set("eg_tests") { 85 source_set("eg_tests") {
86 configs += [ "//build/config/compiler:enable_arc" ]
86 testonly = true 87 testonly = true
87 sources = [ 88 sources = [
88 "web_ui_egtest.mm", 89 "web_ui_egtest.mm",
89 ] 90 ]
90 deps = [ 91 deps = [
91 "//base", 92 "//base",
92 "//components/strings", 93 "//components/strings",
93 "//components/version_info", 94 "//components/version_info",
94 "//ios/chrome/browser", 95 "//ios/chrome/browser",
95 "//ios/chrome/browser/ui/omnibox:omnibox_internal", 96 "//ios/chrome/browser/ui/omnibox:omnibox_internal",
96 "//ios/chrome/test/app:test_support", 97 "//ios/chrome/test/app:test_support",
97 "//ios/chrome/test/earl_grey:test_support", 98 "//ios/chrome/test/earl_grey:test_support",
98 "//ios/testing:ios_test_support", 99 "//ios/testing:ios_test_support",
99 "//ios/web", 100 "//ios/web",
100 "//ui/base", 101 "//ui/base",
101 "//url", 102 "//url",
102 ] 103 ]
103 libs = [ "XCTest.framework" ] 104 libs = [ "XCTest.framework" ]
104 } 105 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/webui/web_ui_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698