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

Unified Diff: ppapi/native_client/tests/earth/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
« no previous file with comments | « no previous file | ppapi/native_client/tests/ppapi_browser/bad/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/tests/earth/nacl.scons
diff --git a/ppapi/native_client/tests/earth/nacl.scons b/ppapi/native_client/tests/earth/nacl.scons
index bc98cfe4f5be6f42fee235effd2d0b3167c015cf..fec94290ff06cb3f293c4bab7dfb18e2bc27d20f 100644
--- a/ppapi/native_client/tests/earth/nacl.scons
+++ b/ppapi/native_client/tests/earth/nacl.scons
@@ -18,7 +18,7 @@ cobj=['pepper_c.c']
c_nexe_name = env.ProgramNameForNmf('earth_c')
cnexe = env.ComponentProgram(c_nexe_name, cobj,
EXTRA_LIBS=['earthlib',
- '${PPAPI_LIBS}',
+ 'ppapi',
'm', 'pthread'])
env.Publish(c_nexe_name, 'run', ['earth_c.html'])
@@ -30,7 +30,6 @@ ccobj=['pepper_cc.cc']
cc_nexe_name = env.ProgramNameForNmf('earth_cc')
ccnexe = env.ComponentProgram(cc_nexe_name, ccobj,
EXTRA_LIBS=['earthlib',
- '${PPAPI_LIBS}',
'ppapi_cpp',
'm', 'pthread'])
env.Publish(cc_nexe_name, 'run', ['earth_cc.html'])
« no previous file with comments | « no previous file | ppapi/native_client/tests/ppapi_browser/bad/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698