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

Unified Diff: src/trusted/validator_ragel/build.scons

Issue 11000033: Move validator_x86_XX.rl out of unreviewed. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 7 years, 9 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/trusted/validator/x86/testing/enuminsts/ragel_tester.c ('k') | src/trusted/validator_ragel/decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_ragel/build.scons
===================================================================
--- src/trusted/validator_ragel/build.scons (revision 11037)
+++ src/trusted/validator_ragel/build.scons (working copy)
@@ -180,7 +180,7 @@
include_dir = rl_instruction_file.dir.get_abspath()
assert include_dir == byte_machines.dir.get_abspath()
- rl_file = env.File('unreviewed/%s_x86_%s.rl' % (automaton, bits))
+ rl_file = env.File('%s_x86_%s.rl' % (automaton, bits))
(c_file,) = env.AutoDepsCommand(
'%s_x86_%s.c' % (automaton, bits),
« no previous file with comments | « src/trusted/validator/x86/testing/enuminsts/ragel_tester.c ('k') | src/trusted/validator_ragel/decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698