| # 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", | |
| ] | |
| } |