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

Unified Diff: src/shared/gio/gio.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 | « site_scons/site_tools/component_builders.py ('k') | src/shared/platform/platform.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/gio/gio.gyp
diff --git a/src/shared/gio/gio.gyp b/src/shared/gio/gio.gyp
index 03e60811bb381db1d37007f9df9a96c65379b291..8c6aab9e638619a754ba917d6487aaedd162db8e 100644
--- a/src/shared/gio/gio.gyp
+++ b/src/shared/gio/gio.gyp
@@ -22,6 +22,8 @@
{
'target_name': 'gio',
'type': 'static_library',
+ # tls_edit relies on gio which is always built for the host platform.
+ 'toolsets': ['host', 'target'],
'sources': [
'<@(trusted_sources)',
],
« no previous file with comments | « site_scons/site_tools/component_builders.py ('k') | src/shared/platform/platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698