mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2026-08-18 06:55:34 +03:00
Import chromium-64.0.3282.140
This commit is contained in:
23
extensions/browser/api/system_network/BUILD.gn
Normal file
23
extensions/browser/api/system_network/BUILD.gn
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2016 The Chromium Authors. All rights reserved.
|
||||
# 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("system_network") {
|
||||
sources = [
|
||||
"system_network_api.cc",
|
||||
"system_network_api.h",
|
||||
]
|
||||
|
||||
deps = [
|
||||
"//extensions/common/api",
|
||||
]
|
||||
|
||||
public_deps = [
|
||||
"//extensions/browser:browser_sources",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user