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

Unified Diff: src/shared/platform/platform.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: Rebased to master Created 6 years, 10 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/shared/gio/gio.gyp ('k') | src/tools/tls_edit/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/platform/platform.gyp
diff --git a/src/shared/platform/platform.gyp b/src/shared/platform/platform.gyp
index e8d21df075a54d9c1537e44a8bee9b58bea216bb..25c746c1d741f68eb07f5457e54b33c049121334 100644
--- a/src/shared/platform/platform.gyp
+++ b/src/shared/platform/platform.gyp
@@ -134,6 +134,8 @@
{
'target_name': 'platform',
'type': 'static_library',
+ # tls_edit relies on this which is always built for the host platform.
+ 'toolsets': ['host', 'target'],
'variables': {
'target_base': 'platform_lib',
},
« no previous file with comments | « src/shared/gio/gio.gyp ('k') | src/tools/tls_edit/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698