blob: 0454f0d2e0236f551226a9169c279b8391b96352 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 2015 The Chromium 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 variable should point to the parent directory of the Mojo SDK.
mojo_sdk_root = "//third_party/mojo/src"
# Chromium builds the network service from source, as it is the
# producer of the network service.
use_prebuilt_network_service = false
|