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

Unified Diff: ppapi/native_client/tests/ppapi_messaging/nacl.scons

Issue 7778012: Landing chrome side of nacl change pre-dating ppapi switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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_messaging/nacl.scons
===================================================================
--- ppapi/native_client/tests/ppapi_messaging/nacl.scons (revision 98496)
+++ ppapi/native_client/tests/ppapi_messaging/nacl.scons (working copy)
@@ -13,6 +13,8 @@
Import('env')
env.Prepend(CPPDEFINES=['XP_UNIX'])
+env.Replace(TEST_DIR='${SOURCE_ROOT}/ppapi/native_client/tests/' +
+ 'ppapi_messaging/')
nexe = 'ppapi_messaging_%s' % env.get('TARGET_FULLARCH')
@@ -31,7 +33,6 @@
# Note that the html is required to run this program.
dest_copy = env.Replicate('$STAGING_DIR',
['ppapi_messaging.html',
- 'ppapi_messaging.nmf',
env.File('${SCONSTRUCT_DIR}/tools/browser_tester/'
'browserdata/nacltest.js')]
)
@@ -39,6 +40,7 @@
node = env.PPAPIBrowserTester('ppapi_messaging_browser_test.out',
url='ppapi_messaging.html',
+ nmf='${TEST_DIR}/ppapi_messaging.nmf',
files=[ppapi_messaging_nexe,
env.File('ppapi_messaging.nmf'),
env.File('ppapi_messaging.html')])
« no previous file with comments | « ppapi/native_client/tests/ppapi_gles_book/nacl.scons ('k') | ppapi/native_client/tests/ppapi_test_example/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698