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

Unified Diff: ppapi/native_client/tests/ppapi_browser/manifest/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/manifest/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_browser/manifest/nacl.scons b/ppapi/native_client/tests/ppapi_browser/manifest/nacl.scons
index e16617b88448c3805f55683b06b94997100f62e6..f1756f92c8e3a703f49770780ac40ac71b4146a9 100644
--- a/ppapi/native_client/tests/ppapi_browser/manifest/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_browser/manifest/nacl.scons
@@ -16,7 +16,7 @@ manifest_good_sources = env.ComponentObject('manifest_good.cc'),
manifest_good_target = env.ProgramNameForNmf('manifest_good')
env.ComponentProgram(manifest_good_target,
[manifest_good_sources],
- EXTRA_LIBS=['${PPAPI_LIBS}',
+ EXTRA_LIBS=['ppapi',
'ppapi_test_lib',
'pthread',
'platform',
@@ -27,7 +27,7 @@ manifest_bad_sources = env.ComponentObject('manifest_bad.cc'),
manifest_bad_target = env.ProgramNameForNmf('manifest_bad')
env.ComponentProgram(manifest_bad_target,
[manifest_bad_sources],
- EXTRA_LIBS=['${PPAPI_LIBS}',
+ EXTRA_LIBS=['ppapi',
'ppapi_test_lib',
'pthread',
'platform',

Powered by Google App Engine
This is Rietveld 408576698