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

Side by Side Diff: chrome/browser/nacl_host/test/gdb_debug_stub_browsertest.cc

Issue 19631004: Update include paths in chrome/browser/ for base/process changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge ToT Created 7 years, 5 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/command_line.h" 5 #include "base/command_line.h"
6 #include "base/environment.h" 6 #include "base/environment.h"
7 #include "base/path_service.h" 7 #include "base/path_service.h"
8 #include "base/process_util.h" 8 #include "base/process/kill.h"
9 #include "base/process/launch.h"
9 #include "base/strings/string_number_conversions.h" 10 #include "base/strings/string_number_conversions.h"
10 #include "chrome/browser/nacl_host/nacl_browser.h" 11 #include "chrome/browser/nacl_host/nacl_browser.h"
11 #include "chrome/test/ppapi/ppapi_test.h" 12 #include "chrome/test/ppapi/ppapi_test.h"
12 #include "components/nacl/common/nacl_switches.h" 13 #include "components/nacl/common/nacl_switches.h"
13 #include "content/public/test/test_utils.h" 14 #include "content/public/test/test_utils.h"
14 15
15 class NaClGdbDebugStubTest : public PPAPINaClNewlibTest { 16 class NaClGdbDebugStubTest : public PPAPINaClNewlibTest {
16 public: 17 public:
17 NaClGdbDebugStubTest() { 18 NaClGdbDebugStubTest() {
18 } 19 }
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 #elif defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(ARCH_CPU_ARM_FAMILY) 80 #elif defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(ARCH_CPU_ARM_FAMILY)
80 // Timing out on ARM linux: http://crbug.com/238469 81 // Timing out on ARM linux: http://crbug.com/238469
81 # define MAYBE_Breakpoint DISABLED_Breakpoint 82 # define MAYBE_Breakpoint DISABLED_Breakpoint
82 #else 83 #else
83 # define MAYBE_Breakpoint Breakpoint 84 # define MAYBE_Breakpoint Breakpoint
84 #endif 85 #endif
85 86
86 IN_PROC_BROWSER_TEST_F(NaClGdbDebugStubTest, MAYBE_Breakpoint) { 87 IN_PROC_BROWSER_TEST_F(NaClGdbDebugStubTest, MAYBE_Breakpoint) {
87 RunDebugStubTest("Empty", "breakpoint"); 88 RunDebugStubTest("Empty", "breakpoint");
88 } 89 }
OLDNEW
« no previous file with comments | « chrome/browser/nacl_host/nacl_process_host.cc ('k') | chrome/browser/nacl_host/test/mock_nacl_gdb.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698