| OLD | NEW |
| 1 # Copyright (c) 2014 The Native ClientAuthors. All rights reserved. | 1 # Copyright (c) 2014 The Native ClientAuthors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 executable("tls_edit") { | 5 executable("tls_edit") { |
| 6 sources = [ | 6 sources = [ |
| 7 "tls_edit.c", | 7 "tls_edit.c", |
| 8 ] | 8 ] |
| 9 deps = [ | 9 deps = [ |
| 10 "//build/config/nacl:nacl_base", | 10 "//build/config/nacl:nacl_base", |
| 11 "//build/config/sanitizers:deps", | 11 "//build/config/sanitizers:deps", |
| 12 "//build/win:default_exe_manifest", |
| 12 "//native_client/src/shared/platform:platform", | 13 "//native_client/src/shared/platform:platform", |
| 13 "//native_client/src/trusted/validator_ragel:rdfa_validator", | 14 "//native_client/src/trusted/validator_ragel:rdfa_validator", |
| 14 ] | 15 ] |
| 15 } | 16 } |
| OLD | NEW |