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

Unified Diff: src/trusted/validator/validator.gyp

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/validator/nacl.scons ('k') | src/trusted/validator/validator_init.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator/validator.gyp
diff --git a/src/trusted/validator/validator.gyp b/src/trusted/validator/validator.gyp
index f73a0f687f6d4f639ddfc53aa61e341146b91a13..5382ea420827c2f45abda84a5d5f7ae54f09bde2 100644
--- a/src/trusted/validator/validator.gyp
+++ b/src/trusted/validator/validator.gyp
@@ -14,13 +14,6 @@
'sources' : [
'validator_init.c',
],
- 'conditions': [
- ['nacl_validator_ragel!=0', {
- 'defines': [
- 'NACL_VALIDATOR_RAGEL=1',
- ],
- }],
- ],
},
{
'target_name': 'validation_cache',
@@ -45,13 +38,6 @@
'variables': {
'win_target': 'x64',
},
- 'conditions': [
- ['nacl_validator_ragel!=0', {
- 'defines': [
- 'NACL_VALIDATOR_RAGEL=1',
- ],
- }],
- ],
},
{
'target_name': 'validation_cache64',
« no previous file with comments | « src/trusted/validator/nacl.scons ('k') | src/trusted/validator/validator_init.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698