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

Unified Diff: trunk/platform_tools/nacl/tests/tests.nmf

Issue 14771017: Copy NaCl directory into trunk/platform_tools, adjust paths (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: Created 7 years, 8 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 | « trunk/platform_tools/nacl/nacl_make ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/platform_tools/nacl/tests/tests.nmf
===================================================================
--- trunk/platform_tools/nacl/tests/tests.nmf (revision 8976)
+++ trunk/platform_tools/nacl/tests/tests.nmf (working copy)
@@ -1,6 +1,6 @@
{
"program": {
- "x86-64": {"url": "../out/nacl64/Debug/tests"},
- "x86-32": {"url": "../out/nacl32/Debug/tests"}
+ "x86-64": {"url": "../../out/nacl64/Debug/tests"},
+ "x86-32": {"url": "../../out/nacl32/Debug/tests"}
}
}
« no previous file with comments | « trunk/platform_tools/nacl/nacl_make ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698