blob: e3e6065df75ff082af0e6a71a64670ada8034e44 [file] [log] [blame]
# Copyright 2022 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("common") {
sources = [ "callback.h" ]
public_deps = [ "//base" ]
}