blob: ea7da46d478819b04c66fbb2c8c56cf8f29233b3 [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("execution_context") {
sources = [
"execution_context.cc",
"execution_context.h",
"pausable_object.cc",
"pausable_object.h",
"pause_state.h",
"remote_security_context.cc",
"remote_security_context.h",
"security_context.cc",
"security_context.h",
]
}