| Index: extensions/browser/api/sockets_udp/BUILD.gn
|
| diff --git a/extensions/browser/api/sockets_udp/BUILD.gn b/extensions/browser/api/sockets_udp/BUILD.gn
|
| index 10de672c9c41430c280ced8b068b51734abb6ac7..961429f55df6a9f42607943a0b2dad9b7a0351b1 100644
|
| --- a/extensions/browser/api/sockets_udp/BUILD.gn
|
| +++ b/extensions/browser/api/sockets_udp/BUILD.gn
|
| @@ -2,6 +2,11 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//extensions/features/features.gni")
|
| +
|
| +assert(enable_extensions,
|
| + "Cannot depend on extensions because enable_extensions=false.")
|
| +
|
| source_set("sockets_udp") {
|
| sources = [
|
| "sockets_udp_api.cc",
|
|
|