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

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

Issue 2458613004: Record the initial state of the Physical Web at startup (Closed)
Patch Set: changes for olivierrobin@, rohitrao@, sdefresne@ 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
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 sources = [ 6 sources = [
7 "ios_chrome_physical_web_data_source.h",
8 "ios_chrome_physical_web_data_source.mm",
9 "physical_web_device.h", 7 "physical_web_device.h",
10 "physical_web_device.mm", 8 "physical_web_device.mm",
11 "physical_web_request.h", 9 "physical_web_request.h",
12 "physical_web_request.mm", 10 "physical_web_request.mm",
13 "physical_web_scanner.h", 11 "physical_web_scanner.h",
14 "physical_web_scanner.mm", 12 "physical_web_scanner.mm",
15 "physical_web_types.h", 13 "physical_web_types.h",
16 "physical_web_types.mm", 14 "physical_web_types.mm",
17 ] 15 ]
18 16
19 deps = [ 17 deps = [
20 "//base", 18 "//base",
21 "//components/physical_web/data_source", 19 "//components/physical_web/data_source",
22 "//components/version_info", 20 "//components/version_info",
23 "//device/bluetooth/uribeacon", 21 "//device/bluetooth/uribeacon",
24 "//google_apis", 22 "//google_apis",
25 "//ios/web:user_agent", 23 "//ios/web:user_agent",
26 ] 24 ]
27 25
28 libs = [ 26 libs = [
29 "CoreBluetooth.framework", 27 "CoreBluetooth.framework",
30 "Foundation.framework", 28 "Foundation.framework",
31 ] 29 ]
32 } 30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698