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

Side by Side Diff: trunk/platform_tools/nacl/SampleApp/SampleApp.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, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « trunk/gyp/nacl.gyp ('k') | trunk/platform_tools/nacl/debugger/debugger.nmf » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "program": { 2 "program": {
3 "x86-64": {"url": "../out/nacl64/Debug/SampleApp"}, 3 "x86-64": {"url": "../../out/nacl64/Debug/SampleApp"},
4 "x86-32": {"url": "../out/nacl32/Debug/SampleApp"} 4 "x86-32": {"url": "../../out/nacl32/Debug/SampleApp"}
5 } 5 }
6 } 6 }
OLDNEW
« no previous file with comments | « trunk/gyp/nacl.gyp ('k') | trunk/platform_tools/nacl/debugger/debugger.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698