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

Unified Diff: src/tools/tls_edit/tls_edit.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/tools/tls_edit/tls_edit.c ('k') | src/trusted/validator_ragel/rdfa_validator.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tools/tls_edit/tls_edit.gyp
diff --git a/src/tools/tls_edit/tls_edit.gyp b/src/tools/tls_edit/tls_edit.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..35cf052a5c667f9d7964f0550f39b07e4bc95d7f
--- /dev/null
+++ b/src/tools/tls_edit/tls_edit.gyp
@@ -0,0 +1,23 @@
+# Copyright (c) 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'includes': [
+ '../../../build/common.gypi',
+ ],
+ 'targets': [
+ {
+ 'target_name': 'tls_edit',
+ 'type': 'executable',
+ 'toolsets': ['host'],
+ 'sources': [
+ 'tls_edit.c',
+ ],
+ 'dependencies': [
+ '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
+ '<(DEPTH)/native_client/src/trusted/validator_ragel/rdfa_validator.gyp:rdfa_validator',
+ ],
+ },
+ ],
+}
« no previous file with comments | « src/tools/tls_edit/tls_edit.c ('k') | src/trusted/validator_ragel/rdfa_validator.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698