Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2017 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 | |
| 5 assert(current_os == "fuchsia") | |
| 6 | |
| 7 declare_args() { | |
| 8 # Path to Fuchsia SDK. | |
| 9 fuchsia_sdk = "//third_party/fuchsia-sdk" | |
| 10 } | |
| OLD | NEW |