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

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_dev/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_dev/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_dev/nacl.scons b/ppapi/native_client/tests/ppapi_browser/ppb_dev/nacl.scons
index eb5189873f58af41e9612b5cdd3babe4f66fbd8e..410e1fb0c37e8cd58b50fe5f111a9fa8ff850745 100644
--- a/ppapi/native_client/tests/ppapi_browser/ppb_dev/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_browser/ppb_dev/nacl.scons
@@ -18,12 +18,12 @@ env.Alias('ppapi_ppb_dev${PROGSUFFIX}',
env.ComponentProgram(
nexe,
['ppapi_ppb_dev.cc'],
- EXTRA_LIBS=['${PPAPI_LIBS}',
- 'ppapi_test_lib',
- 'platform', # for CHECK
- 'pthread',
- 'gio',
- ])
+ EXTRA_LIBS=['ppapi',
+ 'ppapi_test_lib',
+ 'platform', # for CHECK
+ 'pthread',
+ 'gio',
+ ])
env.Publish(nexe, 'run',
[ 'ppapi_ppb_dev.html',

Powered by Google App Engine
This is Rietveld 408576698