# 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" ] | |
} |