| Index: ppapi/ppapi_untrusted.gyp
|
| diff --git a/ppapi/ppapi_untrusted.gyp b/ppapi/ppapi_untrusted.gyp
|
| index af0313a7be74ac7a589c8c58566d100efa3b1819..eaca9387761511de82ddafa6e0eeaffc1ed0a675 100644
|
| --- a/ppapi/ppapi_untrusted.gyp
|
| +++ b/ppapi/ppapi_untrusted.gyp
|
| @@ -20,7 +20,7 @@
|
| 'build_glibc': 0,
|
| 'build_newlib': 1,
|
| 'sources': [
|
| - '<@(cpp_sources)',
|
| + '<@(cpp_source_files)',
|
| 'cpp/module_embedder.h',
|
| 'cpp/ppp_entrypoints.cc',
|
| ],
|
| @@ -58,8 +58,8 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32/libppapi.a',
|
| ],
|
| 'sources': [
|
| - '<@(test_sources_common)',
|
| - '<@(test_sources_nacl)',
|
| + '<@(test_common_source_files)',
|
| + '<@(test_nacl_source_files)',
|
| ],
|
| },
|
| },
|
|
|