blob: f90fe9caf1e743d70405b21c479ebafea9567168 [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.
source_set("system_info") {
sources = [
"system_info_api.cc",
"system_info_api.h",
"system_info_provider.cc",
"system_info_provider.h",
]
deps = [
"//extensions/common/api",
]
}