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

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_file_io/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_file_io/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_file_io/nacl.scons b/ppapi/native_client/tests/ppapi_browser/ppb_file_io/nacl.scons
index 8972eac30197cf6acf0c50eec0883accf49cf311..feb642b2152b41d8d3f89131a7dae3f92eaf3a0a 100644
--- a/ppapi/native_client/tests/ppapi_browser/ppb_file_io/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_browser/ppb_file_io/nacl.scons
@@ -22,7 +22,7 @@ env.ComponentProgram(nexe,
'test_query.cc',
'test_sequence_element.cc',
'ppapi_ppb_file_io.cc'],
- EXTRA_LIBS=['${PPAPI_LIBS}',
+ EXTRA_LIBS=['ppapi',
'ppapi_test_lib',
'platform',
'pthread',

Powered by Google App Engine
This is Rietveld 408576698