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

Unified Diff: src/trusted/validator_ragel/rdfa_validator.gyp

Issue 140653005: Adds tls_edit utility which patches irt_core.nexe's TLS usage. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fixed spacing issues in build/common.gypi Created 6 years, 11 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
Index: src/trusted/validator_ragel/rdfa_validator.gyp
diff --git a/src/trusted/validator_ragel/rdfa_validator.gyp b/src/trusted/validator_ragel/rdfa_validator.gyp
index 4c4b3d336edcbde88631e0dd83d83c32525207c4..03f853dde6719dc5efff33857929b6fdb6f68749 100644
--- a/src/trusted/validator_ragel/rdfa_validator.gyp
+++ b/src/trusted/validator_ragel/rdfa_validator.gyp
@@ -10,6 +10,8 @@
{
'target_name': 'rdfa_validator',
'type': 'static_library',
+ # tls_edit relies on this which is always built for the host platform.
+ 'toolsets': ['host', 'target'],
'sources': [
'validator_features_all.c',
'validator_features_validator.c',

Powered by Google App Engine
This is Rietveld 408576698