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

Unified Diff: src/trusted/validator_arm/validator_arm.gyp

Issue 7799013: Intial Thumb2 Sandbox (naclrev 6680) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: asdsa Created 9 years, 3 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/trusted/validator_arm/validator_arm.gyp
diff --git a/src/trusted/validator_arm/validator_arm.gyp b/src/trusted/validator_arm/validator_arm.gyp
index b3acc1e3acc154b14daa2c231fb0fd34a0c89773..ec4720e2809b33e2336e2a6d4f729ab98ff2d273 100644
--- a/src/trusted/validator_arm/validator_arm.gyp
+++ b/src/trusted/validator_arm/validator_arm.gyp
@@ -73,6 +73,7 @@
'msvs_cygwin_shell': 0,
'inputs': [
'armv7-opt.table',
+ 'armv7-thumb.table',
'generate_decoder.py',
'dgen_core.py',
'dgen_input.py',
@@ -86,6 +87,7 @@
'<@(python_exe)',
'generate_decoder.py',
'armv7-opt.table',
+ 'armv7-thumb.table',
'<@(_outputs)',
],
'process_outputs_as_sources': 1,

Powered by Google App Engine
This is Rietveld 408576698