| Index: ppapi/native_client/src/shared/ppapi_proxy/build.scons
|
| ===================================================================
|
| --- ppapi/native_client/src/shared/ppapi_proxy/build.scons (revision 98158)
|
| +++ ppapi/native_client/src/shared/ppapi_proxy/build.scons (working copy)
|
| @@ -153,7 +153,7 @@
|
| 'srpc_diff.out',
|
| command=['${PYTHON}', '${SOURCE_ROOT}/native_client/tools/diff.py', '-arv',
|
| '${TARGET_ROOT}/srpcgen/src',
|
| - '${SOURCE_ROOT}/native_client/src'])
|
| + '${SOURCE_ROOT}/ppapi/native_client/src'])
|
|
|
| # Add a dependency on the 'srpcdif' alias for the previous command
|
| env.Depends(node, Alias('srpcdif'))
|
|
|