blob: 9220a4df2ee9531e6330951965ca86f9b8d6dd40 [file] [log] [blame]
# Copyright 2020 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("../../scripts/build/ninja/devtools_module.gni")
devtools_module("startup") {
sources = [ "RuntimeInstantiator.js" ]
deps = [ "../root:bundle" ]
}
devtools_entrypoint("bundle") {
entrypoint = "startup.js"
deps = [
":startup",
"../bindings:legacy",
"../browser_sdk:bundle",
"../common:legacy",
"../components:legacy",
"../console_counters:legacy",
"../dom_extension:bundle",
"../extensions:legacy",
"../host:legacy",
"../persistence:legacy",
"../platform:bundle",
"../protocol_client:legacy",
"../root:legacy",
"../sdk:legacy",
"../services:legacy",
"../text_utils:legacy",
"../ui:legacy",
"../workspace:legacy",
]
}