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

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_instance/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_browser/ppb_instance/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_instance/nacl.scons b/ppapi/native_client/tests/ppapi_browser/ppb_instance/nacl.scons
index 0a1078ea50e740dc9655af43b9f08cac1a2b1ee0..8e44a0a06cee996b147239b07d21f776d87d5e6c 100644
--- a/ppapi/native_client/tests/ppapi_browser/ppb_instance/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_browser/ppb_instance/nacl.scons
@@ -17,7 +17,7 @@ env.Alias('ppapi_ppb_instance${PROGSUFFIX}', ['$STAGING_DIR/%s${PROGSUFFIX}' % n
env.ComponentProgram(
nexe,
['ppapi_ppb_instance.cc'],
- EXTRA_LIBS=['${PPAPI_LIBS}',
+ EXTRA_LIBS=['ppapi',
'ppapi_test_lib',
'pthread',
'platform',

Powered by Google App Engine
This is Rietveld 408576698