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

Unified Diff: build/all.gyp

Issue 8776023: Switch the nop pnacl x86-64 IRT shim to the real one generated from IDL. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 9 years, 1 month 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 | « SConstruct ('k') | pnacl/build.sh » ('j') | pnacl/build.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 396b8660bebab67c232668b4af4525641bb5fcce..1acd74a8e784a2fa2c7a8c16dfc726b597b28afd 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -31,6 +31,9 @@
'../src/untrusted/irt_stub/irt_stub.gyp:*',
'../src/untrusted/nacl/nacl.gyp:*',
'../src/untrusted/nosys/nosys.gyp:*',
+# TODO(jvoung): This doesn't quite work yet -- see the gyp file for details.
+# http://code.google.com/p/nativeclient/issues/detail?id=2465
+# '../src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:*',
'../src/untrusted/pthread/pthread.gyp:*',
'../tests.gyp:*',
],
« no previous file with comments | « SConstruct ('k') | pnacl/build.sh » ('j') | pnacl/build.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698