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

Side by Side Diff: ios/chrome/browser/translate/BUILD.gn

Issue 2952403002: [ObjC ARC] Converts ios/chrome/browser/translate:translate to ARC. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | ios/chrome/browser/translate/after_translate_infobar_controller.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("translate") { 5 source_set("translate") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 sources = [ 7 sources = [
7 "after_translate_infobar_controller.h", 8 "after_translate_infobar_controller.h",
8 "after_translate_infobar_controller.mm", 9 "after_translate_infobar_controller.mm",
9 "before_translate_infobar_controller.h", 10 "before_translate_infobar_controller.h",
10 "before_translate_infobar_controller.mm", 11 "before_translate_infobar_controller.mm",
11 "chrome_ios_translate_client.h", 12 "chrome_ios_translate_client.h",
12 "chrome_ios_translate_client.mm", 13 "chrome_ios_translate_client.mm",
13 "language_model_factory.cc", 14 "language_model_factory.cc",
14 "language_model_factory.h", 15 "language_model_factory.h",
15 "never_translate_infobar_controller.h", 16 "never_translate_infobar_controller.h",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "//ios/chrome/test/earl_grey:test_support", 104 "//ios/chrome/test/earl_grey:test_support",
104 "//ios/testing:ios_test_support", 105 "//ios/testing:ios_test_support",
105 "//ios/third_party/earl_grey", 106 "//ios/third_party/earl_grey",
106 "//ios/web/public/test", 107 "//ios/web/public/test",
107 "//ios/web/public/test/http_server", 108 "//ios/web/public/test/http_server",
108 "//net", 109 "//net",
109 "//ui/base", 110 "//ui/base",
110 ] 111 ]
111 libs = [ "XCTest.framework" ] 112 libs = [ "XCTest.framework" ]
112 } 113 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/translate/after_translate_infobar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698