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

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_scrollbar/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: 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_scrollbar/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_scrollbar/nacl.scons b/ppapi/native_client/tests/ppapi_browser/ppb_scrollbar/nacl.scons
index 5e86822fe27e28701be233235dfa5c1aac8f2a16..e1e206f1689f3893ad2f4cee7fbcd1b8cc0f450b 100644
--- a/ppapi/native_client/tests/ppapi_browser/ppb_scrollbar/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_browser/ppb_scrollbar/nacl.scons
@@ -17,7 +17,7 @@ env.Alias('ppapi_ppb_scrollbar${PROGSUFFIX}',
ppapi_ppb_scrollbar_nexe = env.ComponentProgram(
nexe,
['ppapi_ppb_scrollbar.cc'],
- EXTRA_LIBS=['${PPAPI_LIBS}',
+ EXTRA_LIBS=['ppapi',
'ppapi_test_lib',
'platform', # for CHECK
'pthread',

Powered by Google App Engine
This is Rietveld 408576698