| # Copyright 2023 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| source_set("policy") { |
| sources = [ |
| "headless_mode_policy.cc", |
| "headless_mode_policy.h", |
| "headless_mode_policy_handler.cc", |
| "headless_mode_policy_handler.h", |
| "headless_mode_prefs.cc", |
| "headless_mode_prefs.h", |
| ] |
| |
| configs += [ "//build/config/compiler:wexit_time_destructors" ] |
| |
| deps = [ |
| "//base", |
| "//components/policy:generated", |
| "//components/policy/content", |
| "//components/policy/core/browser", |
| "//components/prefs", |
| ] |
| } |