blob: b6290c434905aa060126f63ba2ee9d27cb739c1f [file] [log] [blame]
# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("codelabs") {
testonly = true
deps = [
"//codelabs/cpp101:codelab_cpp101",
"//codelabs/threading_and_scheduling:codelab_threading_and_scheduling",
]
}