# Copyright 2021 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. | |
import("../../../scripts/build/ninja/devtools_entrypoint.gni") | |
import("../visibility.gni") | |
devtools_entrypoint("entrypoint") { | |
entrypoint = "ndb_app.ts" | |
deps = [ | |
"../main:bundle", | |
"../shell", | |
] | |
visibility = [ "../../:*" ] | |
visibility += devtools_entrypoints_visibility | |
} |