DescriptionAllow having different files for different ISAs in NaCl manifest.
Currently all files must have version for current ISA or
NaCl program will not load. I relaxed this condition. This
is useful when ARM version of the program is compiled with
newlib but x86 version is compiled with glibc. Developer
doesn't need to add ARM versions for all *.so libraries in
this case.
Since not having current architecture for a file is no
longer an error, I changed ppapi_bad_manifest_bad_files.nmf
to test for a different error in file section.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3049
TEST= run_manifest_browser_test and run_ppapi_bad_browser_test
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195145
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 10
Patch Set 4 : #
Total comments: 2
Patch Set 5 : #
Messages
Total messages: 12 (0 generated)
|