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

Unified Diff: chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc

Issue 10409032: Enable PPAPINaCl GLIBC browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More ARM build fixes Created 8 years, 6 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 | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc
diff --git a/chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc b/chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc
index ec35670869ae5b7da95c95555983432dbca1b95f..ff4658adffdc4571a3ffce753c260244e388095c 100644
--- a/chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc
+++ b/chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc
@@ -17,13 +17,13 @@ static const FilePath::CharType kMockNaClGdb[] =
FILE_PATH_LITERAL("mock_nacl_gdb");
#endif
-class NaClGdbTest : public PPAPINaClTest {
+class NaClGdbTest : public PPAPINaClNewlibTest {
public:
NaClGdbTest() {
}
void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
- PPAPINaClTest::SetUpCommandLine(command_line);
+ PPAPINaClNewlibTest::SetUpCommandLine(command_line);
FilePath mock_nacl_gdb;
EXPECT_TRUE(PathService::Get(base::DIR_EXE, &mock_nacl_gdb));
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698