Enable dev build with the latest repo
[platform/framework/web/chromium-efl.git] / native_client / .gn
1 # Copyright (c) 2014 The Native Client 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
5 # This file is used by the experimental meta-buildsystem in native_client to
6 # find the root of the source tree and to set startup options.
7
8 # The location of the top of the build (BUILD.gn).
9 root = "//native_client"
10
11 # The location of the build configuration file.
12 buildconfig = "//build/config/BUILDCONFIG.gn"
13
14 # The secondary source root is a parallel directory tree where
15 # GN build files are placed when they can not be placed directly
16 # in the source tree, e.g. for third party source trees.
17 secondary_source = "//build/secondary/"
18
19 default_args = {
20   use_custom_libcxx = false
21 }