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

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: merge 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
« no previous file with comments | « ppapi/native_client/tests/ppapi_test_example/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dd3027c41d3503cec04462f432d9c0b75e8670e8..ab9b6eecb23268365ceaf2742ca2c26a75bec1c9 100644
--- a/ppapi/native_client/tests/ppapi_tests/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_tests/nacl.scons
@@ -90,7 +90,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'
])
« no previous file with comments | « ppapi/native_client/tests/ppapi_test_example/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698