Revert "Upgrade NodeJS binary to v16.13.0"
[platform/framework/web/chromium-efl.git] / third_party / nyx-packer / BUILD.gn
1 # Copyright 2022 The Chromium Authors
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 config("nyx_include") {
6   include_dirs = [ "src" ]
7 }
8
9 source_set("nyx-api") {
10   public = [ "src/nyx.h" ]
11
12   public_configs = [ ":nyx_include" ]
13 }