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

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

Issue 2689513002: [ObjC ARC] Converts ios/chrome/common:common to ARC. (Closed)
Patch Set: copy 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/common/channel_info.mm » ('j') | ios/chrome/common/material_timing.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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/ios/ios_sdk.gni") 6 import("//build/config/ios/ios_sdk.gni")
7 7
8 source_set("common") { 8 source_set("common") {
9 configs += [ "//build/config/compiler:enable_arc" ]
9 sources = [ 10 sources = [
10 "channel_info.h", 11 "channel_info.h",
11 "channel_info.mm", 12 "channel_info.mm",
12 "material_timing.h", 13 "material_timing.h",
13 "material_timing.mm", 14 "material_timing.mm",
14 "string_util.h", 15 "string_util.h",
15 "string_util.mm", 16 "string_util.mm",
16 "x_callback_url.cc", 17 "x_callback_url.cc",
17 "x_callback_url.h", 18 "x_callback_url.h",
18 ] 19 ]
(...skipping 22 matching lines...) Expand all
41 ":common", 42 ":common",
42 "//base", 43 "//base",
43 "//testing/gtest", 44 "//testing/gtest",
44 ] 45 ]
45 } 46 }
46 47
47 buildflag_header("ios_app_bundle_id_prefix_header") { 48 buildflag_header("ios_app_bundle_id_prefix_header") {
48 header = "ios_app_bundle_id_prefix.h" 49 header = "ios_app_bundle_id_prefix.h"
49 flags = [ "IOS_APP_BUNDLE_ID_PREFIX=\"$ios_app_bundle_id_prefix\"" ] 50 flags = [ "IOS_APP_BUNDLE_ID_PREFIX=\"$ios_app_bundle_id_prefix\"" ]
50 } 51 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/common/channel_info.mm » ('j') | ios/chrome/common/material_timing.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698