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