Chromium Code Reviews| Index: SConstruct |
| =================================================================== |
| --- SConstruct (revision 4034) |
| +++ SConstruct (working copy) |
| @@ -1254,7 +1254,8 @@ |
| # Build the base command-line |
| gen_args = ['${PYTHON}', '${SOURCE_ROOT}/native_client/tools/srpcgen.py', |
| - '--include=' + include, direction, name, guard, h_file, cc_file] |
| + '--ppapi --include=' + include,direction, name, guard, |
| + h_file, cc_file] |
| # Add the srpc_files |
| for name in srpc_files: |