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

Side by Side Diff: device/geolocation/public/cpp/BUILD.gn

Issue 2176753003: Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 source_set("cpp") {
6 sources = [
7 "access_token_store.h",
8 "geolocation_delegate.cc",
9 "geolocation_delegate.h",
10 "geolocation_export.h",
11 "geolocation_provider.h",
12 "geolocation_service_context.h",
13 "geoposition.cc",
14 "geoposition.h",
15 "location_provider.h",
16 ]
17
18 deps = [
19 "//base",
20 "//net",
21 "//third_party/WebKit/public:mojo_bindings",
22 "//url",
23 ]
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698