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

Side by Side Diff: ios/chrome/app/BUILD.gn

Issue 2887413002: [ObjC ARC] Converts ios/chrome/app:main to ARC. (Closed)
Patch Set: Created 3 years, 7 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/app/chrome_exe_main.mm » ('j') | ios/chrome/app/chrome_exe_main.mm » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 import("//build/config/mac/base_rules.gni") 6 import("//build/config/mac/base_rules.gni")
7 import("//build/mac/tweak_info_plist.gni") 7 import("//build/mac/tweak_info_plist.gni")
8 import("//ios/build/chrome_build.gni") 8 import("//ios/build/chrome_build.gni")
9 import("//ios/public/provider/chrome/browser/build_config.gni") 9 import("//ios/public/provider/chrome/browser/build_config.gni")
10 10
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 libs = [ 235 libs = [
236 "CoreSpotlight.framework", 236 "CoreSpotlight.framework",
237 "MediaPlayer.framework", 237 "MediaPlayer.framework",
238 ] 238 ]
239 239
240 allow_circular_includes_from = 240 allow_circular_includes_from =
241 [ "//ios/chrome/app/application_delegate:application_delegate_internal" ] 241 [ "//ios/chrome/app/application_delegate:application_delegate_internal" ]
242 } 242 }
243 243
244 source_set("main") { 244 source_set("main") {
245 configs += [ "//build/config/compiler:enable_arc" ]
245 sources = [ 246 sources = [
246 "chrome_exe_main.mm", 247 "chrome_exe_main.mm",
247 ] 248 ]
248 249
249 deps = [ 250 deps = [
250 ":app_internal", 251 ":app_internal",
251 "//base", 252 "//base",
252 "//components/crash/core/common", 253 "//components/crash/core/common",
253 "//ios/chrome/app/startup:startup_basic", 254 "//ios/chrome/app/startup:startup_basic",
254 "//ios/chrome/browser:browser_internal", 255 "//ios/chrome/browser:browser_internal",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 ] 337 ]
337 sources = [ 338 sources = [
338 "$root_out_dir/share_extension.appex", 339 "$root_out_dir/share_extension.appex",
339 ] 340 ]
340 outputs = [ 341 outputs = [
341 "{{bundle_plugins_dir}}/{{source_file_part}}", 342 "{{bundle_plugins_dir}}/{{source_file_part}}",
342 ] 343 ]
343 } 344 }
344 } 345 }
345 } 346 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/app/chrome_exe_main.mm » ('j') | ios/chrome/app/chrome_exe_main.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698