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

Unified Diff: ppapi/native_client/tests/ppapi_tests/nacl.scons

Issue 10868029: Inlining PPAPI_LIBS as its now the same everywhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months 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: ppapi/native_client/tests/ppapi_tests/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_tests/nacl.scons b/ppapi/native_client/tests/ppapi_tests/nacl.scons
index 50edb2da60e6b9b1b8aa81491abe6558c4556346..4fa7885c59cbb7d8306cad5ecb6e5497b0fd90a0 100644
--- a/ppapi/native_client/tests/ppapi_tests/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_tests/nacl.scons
@@ -91,7 +91,7 @@ ppapi_tests_objs = [MakeComponentObject(src) for src in ppapi_tests_sources]
ppapi_tests_nexe = env.ComponentProgram(ppapi_tests_target,
ppapi_tests_objs,
- EXTRA_LIBS=['${PPAPI_LIBS}',
+ EXTRA_LIBS=['ppapi',
'ppapi_cpp'
])

Powered by Google App Engine
This is Rietveld 408576698