blob: 006ff49abb98b3da635272188e9c7d96b9bb36aa [file] [log] [blame]
# Copyright 2024 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
assert(is_win || is_mac || is_linux || is_chromeos)
source_set("customize_chrome") {
sources = [ "side_panel_controller.h" ]
public_deps = [
"//base",
"//chrome/browser/ui/views/side_panel:side_panel_enums",
"//chrome/browser/ui/webui/side_panel/customize_chrome/",
]
}