fix: gn check errors in release build (#17274)
This commit is contained in:
parent
8ec304f32f
commit
bb88a07a94
1 changed files with 1 additions and 1 deletions
2
BUILD.gn
2
BUILD.gn
|
@ -358,6 +358,7 @@ static_library("electron_lib") {
|
||||||
"//ppapi/shared_impl",
|
"//ppapi/shared_impl",
|
||||||
"//printing/buildflags",
|
"//printing/buildflags",
|
||||||
"//services/audio/public/mojom:constants",
|
"//services/audio/public/mojom:constants",
|
||||||
|
"//services/device/public/cpp/geolocation",
|
||||||
"//services/device/public/mojom",
|
"//services/device/public/mojom",
|
||||||
"//services/proxy_resolver:lib",
|
"//services/proxy_resolver:lib",
|
||||||
"//services/video_capture/public/mojom:constants",
|
"//services/video_capture/public/mojom:constants",
|
||||||
|
@ -447,7 +448,6 @@ static_library("electron_lib") {
|
||||||
"atom/browser/fake_location_provider.cc",
|
"atom/browser/fake_location_provider.cc",
|
||||||
"atom/browser/fake_location_provider.h",
|
"atom/browser/fake_location_provider.h",
|
||||||
]
|
]
|
||||||
deps += [ "//services/device/public/cpp/geolocation" ]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_mac) {
|
if (is_mac) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue