blob: 1669123ce77df29da43cfd479f5eb58617d2415f [file] [log] [blame]
# Copyright (c) 2014 The Native ClientAuthors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
executable("tls_edit") {
sources = [
"tls_edit.c",
]
deps = [
"//build/config/nacl:nacl_base",
"//build/win:default_exe_manifest",
"//native_client/src/shared/platform:platform",
"//native_client/src/trusted/validator_ragel:rdfa_validator",
]
}