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

Unified Diff: ppapi/native_client/tests/ppapi_example_events/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_events/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_example_events/nacl.scons b/ppapi/native_client/tests/ppapi_example_events/nacl.scons
index 8b28c2cc41f142d39b4081ccede4adde8b17637c..1696ba32deb767d3671a1204db929b736a4d2654 100644
--- a/ppapi/native_client/tests/ppapi_example_events/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_example_events/nacl.scons
@@ -14,7 +14,7 @@ env.Alias('ppapi_example_events${PROGSUFFIX}',
['$STAGING_DIR/%s${PROGSUFFIX}' % nexe])
ppapi_example_events_nexe = env.ComponentProgram(nexe,
['ppapi_example_events.cc',],
- EXTRA_LIBS=['${PPAPI_LIBS}',
+ EXTRA_LIBS=['ppapi',
'ppapi_cpp'])
env.Publish(nexe, 'run',
['ppapi_example_events.html',
« no previous file with comments | « ppapi/native_client/tests/ppapi_example_audio/nacl.scons ('k') | ppapi/native_client/tests/ppapi_example_gles2/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698