| 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 # Generated from GYP | 5 # Generated from GYP |
| 6 | 6 |
| 7 static_library("validators") { | 7 static_library("validators") { |
| 8 defines = [ | |
| 9 "NACL_VALIDATOR_RAGEL=1", | |
| 10 ] | |
| 11 sources = [ | 8 sources = [ |
| 12 "validator_init.c", | 9 "validator_init.c", |
| 13 ] | 10 ] |
| 14 } | 11 } |
| 15 | 12 |
| 16 static_library("validation_cache") { | 13 static_library("validation_cache") { |
| 17 sources = [ | 14 sources = [ |
| 18 "validation_cache.c", | 15 "validation_cache.c", |
| 19 ] | 16 ] |
| 20 deps = [ | 17 deps = [ |
| 21 "//native_client/src/shared/platform:platform", | 18 "//native_client/src/shared/platform:platform", |
| 22 ] | 19 ] |
| 23 } | 20 } |
| OLD | NEW |