blob: 055a6f0a934f1ff60efb6612ea62d82b74d09816 [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")
devtools_entrypoint("cm_headless") {
entrypoint = "cm_headless.js"
is_legacy_javascript_entrypoint = [ "crbug.com/1011811" ]
deps = [ "../third_party/codemirror" ]
}