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

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 8 years, 2 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_ragel/build.scons
===================================================================
--- src/trusted/validator_ragel/build.scons (revision 9996)
+++ src/trusted/validator_ragel/build.scons (working copy)
@@ -149,7 +149,7 @@
c_full_filename = '%s/%s' % (val_src_dir, c_file)
env.Command(
target=c_file,
- source=['unreviewed/%s_x86_%s.rl' % (automaton, bits),
+ source=['%s_x86_%s.rl' % (automaton, bits),
'%s/byte_machines.rl' % rl_src_dir,
'unreviewed/parse_instruction.rl',
rl_file],

Powered by Google App Engine
This is Rietveld 408576698