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

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

Issue 2933823002: [ObjC ARC] Converts ios/chrome/app:app_internal to ARC. (Closed)
Patch Set: Rebased 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/app/chrome_app_startup_parameters.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 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 format = "xml1" 106 format = "xml1"
107 plist_templates = [ "resources/Chrome.entitlements" ] 107 plist_templates = [ "resources/Chrome.entitlements" ]
108 if (ios_chrome_entitlements_additions != []) { 108 if (ios_chrome_entitlements_additions != []) {
109 plist_templates += ios_chrome_entitlements_additions 109 plist_templates += ios_chrome_entitlements_additions
110 } 110 }
111 substitutions = [ "IOS_BUNDLE_ID_PREFIX=$ios_app_bundle_id_prefix" ] 111 substitutions = [ "IOS_BUNDLE_ID_PREFIX=$ios_app_bundle_id_prefix" ]
112 output_name = "$target_gen_dir/$chromium_short_name.entitlements" 112 output_name = "$target_gen_dir/$chromium_short_name.entitlements"
113 } 113 }
114 114
115 source_set("app_internal") { 115 source_set("app_internal") {
116 configs += [ "//build/config/compiler:enable_arc" ]
116 sources = [ 117 sources = [
117 "application_mode.h", 118 "application_mode.h",
118 "chrome_app_startup_parameters.h", 119 "chrome_app_startup_parameters.h",
119 "chrome_app_startup_parameters.mm", 120 "chrome_app_startup_parameters.mm",
120 "chrome_overlay_window.h", 121 "chrome_overlay_window.h",
121 "chrome_overlay_window.mm", 122 "chrome_overlay_window.mm",
122 "main_application_delegate.h", 123 "main_application_delegate.h",
123 "main_application_delegate.mm", 124 "main_application_delegate.mm",
124 "main_application_delegate_testing.h", 125 "main_application_delegate_testing.h",
125 "main_controller.h", 126 "main_controller.h",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 ] 356 ]
356 sources = [ 357 sources = [
357 "$root_out_dir/share_extension.appex", 358 "$root_out_dir/share_extension.appex",
358 ] 359 ]
359 outputs = [ 360 outputs = [
360 "{{bundle_plugins_dir}}/{{source_file_part}}", 361 "{{bundle_plugins_dir}}/{{source_file_part}}",
361 ] 362 ]
362 } 363 }
363 } 364 }
364 } 365 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/app/chrome_app_startup_parameters.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698