Test for --nacl-gdb functionality.
I expanded access rights for NaCl loader (launched under nacl-gdb) process
handle from QueryLimitedInformation to QueryInformation because Windows XP
doesn't support QueryLimitedInformation.
However, this test is switched off on Windows 32-bit due to problems with
allocating 1Gb of address space. Future nacl-gdb must have special launching
code to solve this problem.
BUG=
117010
TEST= browser_tests.exe --gtest_filter=NaClGdbTest.* (on Windows)
Committed:
http://src.chromium.org/viewvc/chrome?view=rev&revision=127453