blob: 3c4414dfecc5c803cd165f1586ccc44875cf61d9 [file] [log] [blame]
# Copyright 2019 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("enum_set") {
sources = [ "enum_set.h" ]
deps = [ "//base" ]
}
source_set("unittests") {
testonly = true
sources = [ "enum_set_unittest.cc" ]
deps = [
":enum_set",
"//base",
"//testing/gtest",
]
}