blob: 12b7beb7ee97a3556d937f0975b8835136e4ee31 [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.")
assert(is_chromeos)
source_set("diagnostics") {
sources = [
"diagnostics_api.cc",
"diagnostics_api.h",
"diagnostics_api_chromeos.cc",
]
deps = [
"//extensions/common/api",
]
public_deps = [
"//extensions/browser:browser_sources",
]
}