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

Unified Diff: SConstruct

Issue 5974006: Convert srpc definitions from using int64 to using PP_Instance, PP_Module, an... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 10 years 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: 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:
« no previous file with comments | « no previous file | src/shared/ppapi_proxy/browser_audio.cc » ('j') | src/shared/ppapi_proxy/browser_graphics_2d.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698