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

Unified Diff: ppapi/ppapi_cpp.gypi

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 | « ppapi/native_client/src/shared/ppapi/nacl.scons ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_cpp.gypi
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index e4e61aa0f16510093abead9699ffbff83c250770..00bb8f0569c92100b6e549ef93c1de47200346c3 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -19,7 +19,7 @@
],
},
'sources': [
- '<@(c_sources)',
+ '<@(c_source_files)',
],
},
{
@@ -32,7 +32,7 @@
'..',
],
'sources': [
- '<@(cpp_sources)',
+ '<@(cpp_source_files)',
],
'conditions': [
['OS=="win"', {
« no previous file with comments | « ppapi/native_client/src/shared/ppapi/nacl.scons ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698