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

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

Issue 2494193002: Register Physical Web preference in Chrome's local state (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
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 "physical_web_constants.h", 9 "physical_web_constants.h",
10 "physical_web_local_state.h",
11 "physical_web_local_state.mm",
10 "start_physical_web_discovery.h", 12 "start_physical_web_discovery.h",
11 "start_physical_web_discovery.mm", 13 "start_physical_web_discovery.mm",
12 ] 14 ]
13 deps = [ 15 deps = [
14 "//base", 16 "//base",
15 "//components/physical_web/data_source", 17 "//components/physical_web/data_source",
16 "//components/prefs", 18 "//components/prefs",
17 "//ios/chrome/browser", 19 "//ios/chrome/browser",
18 "//ios/chrome/browser/geolocation", 20 "//ios/chrome/browser/geolocation",
19 "//ios/chrome/common/physical_web", 21 "//ios/chrome/common/physical_web",
20 "//url", 22 "//url",
21 ] 23 ]
22 libs = [ "CoreLocation.framework" ] 24 libs = [ "CoreLocation.framework" ]
23 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698