blob: ac224ab4904ce307f43b492fffca14a86cb8d725 [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",
]
# These examples rely on base::LaunchOptions which do not exist in the iOS
# simulator.
if (!is_ios) {
deps += [ "//codelabs/mojo_examples:codelab_mojo_examples" ]
}
}