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

Unified Diff: ppapi/native_client/tests/ppapi_messaging/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
Index: ppapi/native_client/tests/ppapi_messaging/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_messaging/nacl.scons b/ppapi/native_client/tests/ppapi_messaging/nacl.scons
index 1f78f7c5b3c8823c26107ae759648d57f0817546..8727084ed1c26ccc5e0a901a1211790be6254065 100644
--- a/ppapi/native_client/tests/ppapi_messaging/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_messaging/nacl.scons
@@ -21,7 +21,7 @@ env.Alias('ppapi_messaging${PROGSUFFIX}',
['$STAGING_DIR/%s${PROGSUFFIX}' % nexe])
ppapi_messaging_nexe = env.ComponentProgram(nexe,
['ppapi_messaging.c'],
- EXTRA_LIBS=['${PPAPI_LIBS}',
+ EXTRA_LIBS=['ppapi',
'platform',
'gio',
'pthread',
« no previous file with comments | « ppapi/native_client/tests/ppapi_gles_book/nacl.scons ('k') | ppapi/native_client/tests/ppapi_simple_tests/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698