| # Copyright 2019 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # Variable that can be used to support multiple build scenarios, like having | |
| # Chromium specific targets in a client project's GN file etc. | |
| build_with_chromium = false | |
| perfetto_root_path = "//third_party/perfetto/" | |
| perfetto_build_with_embedder = true |