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

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

Issue 2512613005: [ObjC ARC] Converts ios/chrome/common/physical_web:physical_web to ARC.Automatically generated AR… (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/common/physical_web/physical_web_device.h » ('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("physical_web") { 5 source_set("physical_web") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 sources = [ 7 sources = [
7 "physical_web_device.h", 8 "physical_web_device.h",
8 "physical_web_device.mm", 9 "physical_web_device.mm",
9 "physical_web_request.h", 10 "physical_web_request.h",
10 "physical_web_request.mm", 11 "physical_web_request.mm",
11 "physical_web_scanner.h", 12 "physical_web_scanner.h",
12 "physical_web_scanner.mm", 13 "physical_web_scanner.mm",
13 "physical_web_types.h", 14 "physical_web_types.h",
14 "physical_web_types.mm", 15 "physical_web_types.mm",
15 ] 16 ]
16 17
17 deps = [ 18 deps = [
18 "//base", 19 "//base",
19 "//components/physical_web/data_source", 20 "//components/physical_web/data_source",
20 "//components/version_info", 21 "//components/version_info",
21 "//device/bluetooth/uribeacon", 22 "//device/bluetooth/uribeacon",
22 "//google_apis", 23 "//google_apis",
23 "//ios/web:user_agent", 24 "//ios/web:user_agent",
24 ] 25 ]
25 26
26 libs = [ 27 libs = [
27 "CoreBluetooth.framework", 28 "CoreBluetooth.framework",
28 "Foundation.framework", 29 "Foundation.framework",
29 ] 30 ]
30 } 31 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/common/physical_web/physical_web_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698