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

Unified Diff: ppapi/native_client/tests/ppapi_example_audio/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_example_audio/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_example_audio/nacl.scons b/ppapi/native_client/tests/ppapi_example_audio/nacl.scons
index 6c087d012669d7ce5b0d6b67b421584968023a5a..176cf3e0be3fc0342814895e48d78e1df0758c90 100644
--- a/ppapi/native_client/tests/ppapi_example_audio/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_example_audio/nacl.scons
@@ -14,7 +14,7 @@ env.Replace(TEST_DIR='${SOURCE_ROOT}/ppapi/native_client/tests/' +
nexe_name = env.ProgramNameForNmf('ppapi_example_audio')
nexe = env.ComponentProgram(nexe_name,
[ 'audio.cc' ],
- EXTRA_LIBS=['${PPAPI_LIBS}',
+ EXTRA_LIBS=['ppapi',
'ppapi_cpp',
'platform',
'gio',
« no previous file with comments | « ppapi/native_client/tests/ppapi_example_2d/nacl.scons ('k') | ppapi/native_client/tests/ppapi_example_events/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698