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