blob: 4b20d66ac69b0d04587b3542c1713deb62421d94 [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_cpu") {
sources = [
"cpu_info_provider.cc",
"cpu_info_provider.h",
"cpu_info_provider_linux.cc",
"cpu_info_provider_mac.cc",
"cpu_info_provider_win.cc",
"system_cpu_api.cc",
"system_cpu_api.h",
]
deps = [
"//extensions/common/api",
]
}