1# Copyright 2014 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5if (target_os == "") {
6  target_os = host_os
7}
8if (target_cpu == "") {
9  target_cpu = host_cpu
10}
11if (current_cpu == "") {
12  current_cpu = target_cpu
13}
14if (current_os == "") {
15  current_os = target_os
16}
17
18set_default_toolchain("//third_party/build_gn/toolchain:gcc")
19