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

Unified Diff: ppapi/native_client/tests/ppapi_example_2d/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_2d/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_example_2d/nacl.scons b/ppapi/native_client/tests/ppapi_example_2d/nacl.scons
index c3dda6fcb9b89beb3ef808c01751e19304ede357..8134f5928223b72c815532af2951deb93e2565a5 100644
--- a/ppapi/native_client/tests/ppapi_example_2d/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_example_2d/nacl.scons
@@ -15,7 +15,7 @@ obj = env.ComponentObject(
'$SOURCE_ROOT/ppapi/examples/2d/graphics_2d_example.c'
)
ppapi_example_2d_nexe = env.ComponentProgram(nexe_name, [obj],
- EXTRA_LIBS=['${PPAPI_LIBS}'])
+ EXTRA_LIBS=['ppapi'])
# Note that the html is required to run this program.
env.Publish(nexe_name, 'run',

Powered by Google App Engine
This is Rietveld 408576698