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

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_memory/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_memory/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_memory/nacl.scons b/ppapi/native_client/tests/ppapi_browser/ppb_memory/nacl.scons
index e9bb03b5e49b204dae3650df3059033091831d10..4ac9ab67d1d93fc0a3d583483ec99ba55e268ec4 100644
--- a/ppapi/native_client/tests/ppapi_browser/ppb_memory/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_browser/ppb_memory/nacl.scons
@@ -18,7 +18,7 @@ env.Alias('ppapi_ppb_memory${PROGSUFFIX}',
ppapi_ppb_memory_nexe = env.ComponentProgram(
nexe,
['ppapi_ppb_memory.cc'],
- EXTRA_LIBS=['${PPAPI_LIBS}',
+ EXTRA_LIBS=['ppapi',
'ppapi_test_lib',
'platform', # for CHECK
'pthread',

Powered by Google App Engine
This is Rietveld 408576698