blob: 85c2a6056430aa75f10b47a088c0ddb3ae1c56cc [file] [log] [blame]
# Copyright 2018 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("//third_party/blink/renderer/core/core.gni")
blink_core_sources("display_lock") {
sources = [
"display_lock_context.cc",
"display_lock_context.h",
]
public_deps = [
"//third_party/blink/renderer/bindings/core/v8:bindings_core_v8_generated",
]
}