blob: 8b2c1341e6fcbf3f4d2aee7cf51bd82896da9601 [file] [log] [blame]
# 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/buildflags/buildflags.gni")
assert(enable_extensions,
"Cannot depend on extensions because enable_extensions=false.")
source_set("system_memory") {
sources = [
"memory_info_provider.cc",
"memory_info_provider.h",
"system_memory_api.cc",
"system_memory_api.h",
]
deps = [
"//extensions/common/api",
]
public_deps = [
"//extensions/browser:browser_sources",
]
}