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

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

Issue 2502003002: [ios] Adds a helper function to register prefs for Physical Web. (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/browser/physical_web/physical_web_prefs_registration.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 sources = [ 6 sources = [
7 "create_physical_web_data_source.h", 7 "create_physical_web_data_source.h",
8 "create_physical_web_data_source.mm", 8 "create_physical_web_data_source.mm",
9 "ios_chrome_physical_web_data_source.h", 9 "ios_chrome_physical_web_data_source.h",
10 "ios_chrome_physical_web_data_source.mm", 10 "ios_chrome_physical_web_data_source.mm",
11 "physical_web_constants.h", 11 "physical_web_constants.h",
12 "physical_web_prefs_registration.cc",
13 "physical_web_prefs_registration.h",
12 "start_physical_web_discovery.h", 14 "start_physical_web_discovery.h",
13 "start_physical_web_discovery.mm", 15 "start_physical_web_discovery.mm",
14 ] 16 ]
15 deps = [ 17 deps = [
16 "//base", 18 "//base",
17 "//components/physical_web/data_source", 19 "//components/physical_web/data_source",
20 "//components/pref_registry",
18 "//components/prefs", 21 "//components/prefs",
19 "//ios/chrome/browser", 22 "//ios/chrome/browser",
20 "//ios/chrome/browser/geolocation", 23 "//ios/chrome/browser/geolocation",
21 "//ios/chrome/common/physical_web", 24 "//ios/chrome/common/physical_web",
22 "//url", 25 "//url",
23 ] 26 ]
24 libs = [ "CoreLocation.framework" ] 27 libs = [ "CoreLocation.framework" ]
25 } 28 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/physical_web/physical_web_prefs_registration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698