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

Unified Diff: ppapi/native_client/src/shared/ppapi/build.scons

Issue 8975001: Pepper: Change '*_sources' variables in ppapi_sources.gypi to '*_source_files'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: argh Created 9 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
« no previous file with comments | « native_client_sdk/src/build_tools/build.scons ('k') | ppapi/native_client/src/shared/ppapi/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi/build.scons
diff --git a/ppapi/native_client/src/shared/ppapi/build.scons b/ppapi/native_client/src/shared/ppapi/build.scons
index ed7c3033b22d3aabfdf474a23695650cc6308a15..1269684d2c497b1a3cde18435b96a17c5ca62cad 100644
--- a/ppapi/native_client/src/shared/ppapi/build.scons
+++ b/ppapi/native_client/src/shared/ppapi/build.scons
@@ -26,7 +26,7 @@ env.FilterOut(CCFLAGS=['-Wswitch-enum'])
ppapi_sources_gypi = open(
env.File('$SOURCE_ROOT/ppapi/ppapi_sources.gypi').abspath, 'r').read()
-ppapi_sources_list = eval(ppapi_sources_gypi)['variables']['cpp_sources']
+ppapi_sources_list = eval(ppapi_sources_gypi)['variables']['cpp_source_files']
ppapi_cpp_gypi = gyp_extract.LoadGypFile(
env.File('$SOURCE_ROOT/ppapi/ppapi_cpp.gypi').abspath)
« no previous file with comments | « native_client_sdk/src/build_tools/build.scons ('k') | ppapi/native_client/src/shared/ppapi/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698