blob: 30b0dd3ca5c6b461b577cba0692fbc076e46c71a [file] [log] [blame]
# Copyright 2022 The Chromium Authors
# 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_core,
"Cannot depend on extensions because enable_extensions_core=false.")
source_set("module") {
sources = [
"module.cc",
"module.h",
]
deps = [
"//base",
"//chrome/browser/extensions",
"//chrome/browser/profiles:profile",
"//content/public/browser",
"//extensions/browser",
"//extensions/common",
]
}