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

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

Issue 7736016: Revert 98616 - 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
« no previous file with comments | « ppapi/native_client/tests/ppapi_messaging/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/tests/ppapi_test_example/nacl.scons
===================================================================
--- ppapi/native_client/tests/ppapi_test_example/nacl.scons (revision 98628)
+++ ppapi/native_client/tests/ppapi_test_example/nacl.scons (working copy)
@@ -17,8 +17,6 @@
Import('env')
env.Prepend(CPPDEFINES=['XP_UNIX'])
-env.Replace(TEST_DIR='${SOURCE_ROOT}/ppapi/native_client/tests/' +
- 'ppapi_test_example/')
nexe = 'ppapi_test_example_%s' % env.get('TARGET_FULLARCH')
env.Alias('ppapi_test_example${PROGSUFFIX}',
@@ -36,11 +34,11 @@
env.Publish(nexe, 'run',
['ppapi_test_example.html',
+ 'ppapi_test_example.nmf',
'ppapi_test_example.js'])
node = env.PPAPIBrowserTester('ppapi_test_example_browser_test.out',
url='ppapi_test_example.html',
- nmf='${TEST_DIR}/ppapi_test_example.nmf',
files=env.ExtractPublishedFiles(nexe))
env.AddNodeToTestSuite(node,
« no previous file with comments | « ppapi/native_client/tests/ppapi_messaging/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698