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

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

Issue 2518573002: [ObjC ARC] Converts ios/chrome/browser/ui/webui:webui to ARC. (Closed)
Patch Set: Created 4 years, 1 month 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/version_ui.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 sources = [ 7 sources = [
7 "about_ui.cc", 8 "about_ui.cc",
8 "about_ui.h", 9 "about_ui.h",
9 "crashes_ui.cc", 10 "crashes_ui.cc",
10 "crashes_ui.h", 11 "crashes_ui.h",
11 "flags_ui.cc", 12 "flags_ui.cc",
12 "flags_ui.h", 13 "flags_ui.h",
13 "mojo_web_ui_ios_controller.h", 14 "mojo_web_ui_ios_controller.h",
14 "physical_web_ui.cc", 15 "physical_web_ui.cc",
15 "physical_web_ui.h", 16 "physical_web_ui.h",
(...skipping 29 matching lines...) Expand all
45 "//ios/chrome/browser/ui", 46 "//ios/chrome/browser/ui",
46 "//ios/chrome/common", 47 "//ios/chrome/common",
47 "//ios/web", 48 "//ios/web",
48 "//net", 49 "//net",
49 "//services/service_manager/public/cpp", 50 "//services/service_manager/public/cpp",
50 "//third_party/brotli", 51 "//third_party/brotli",
51 "//ui/base", 52 "//ui/base",
52 "//url", 53 "//url",
53 ] 54 ]
54 } 55 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/webui/version_ui.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698