# Copyright (c) 2014 The Native Client Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# This file is used by the experimental meta-buildsystem in native_client to | |
# find the root of the source tree and to set startup options. | |
# The location of the top of the build (BUILD.gn). | |
root = "//native_client" | |
# The location of the build configuration file. | |
buildconfig = "//native_client/build/config/BUILDCONFIG.gn" |