Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Side by Side Diff: src/trusted/validator/BUILD.gn

Issue 636933004: stop building/testing old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 }
OLDNEW
« no previous file with comments | « src/trusted/service_runtime/testdata/non_dfa_validator_hello.stderr ('k') | src/trusted/validator/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698