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

Unified Diff: src/debug/arm/debug-arm.cc

Issue 1265923002: Debugger: move implementation to a separate folder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/debug/arm/OWNERS ('k') | src/debug/arm64/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/arm/debug-arm.cc
diff --git a/src/arm/debug-arm.cc b/src/debug/arm/debug-arm.cc
similarity index 99%
rename from src/arm/debug-arm.cc
rename to src/debug/arm/debug-arm.cc
index d2b9a8052594fa3c3c230f2881ff104fcffbcd7a..38aadceae01be972245c7de77b6e3ad590267c01 100644
--- a/src/arm/debug-arm.cc
+++ b/src/debug/arm/debug-arm.cc
@@ -7,7 +7,7 @@
#if V8_TARGET_ARCH_ARM
#include "src/codegen.h"
-#include "src/debug.h"
+#include "src/debug/debug.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/debug/arm/OWNERS ('k') | src/debug/arm64/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698