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

Unified Diff: src/untrusted/irt/DEPS

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: This patch compiles in the tls offsets again instead of relying on tls_edit 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/untrusted/irt/DEPS
diff --git a/src/untrusted/irt/DEPS b/src/untrusted/irt/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..ba62d4e337d06f88183003b86d0ad185ea7e8d22
--- /dev/null
+++ b/src/untrusted/irt/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ # Need validator for tls_edit.
+ "+native_client/src/trusted/validator_ragel/validator.h",
+]

Powered by Google App Engine
This is Rietveld 408576698