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

Unified Diff: src/regexp/interpreter-irregexp.cc

Issue 1285163003: Move regexp implementation into its own folder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: addressed comment Created 5 years, 4 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/regexp/interpreter-irregexp.h ('k') | src/regexp/jsregexp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/regexp/interpreter-irregexp.cc
diff --git a/src/interpreter-irregexp.cc b/src/regexp/interpreter-irregexp.cc
similarity index 99%
rename from src/interpreter-irregexp.cc
rename to src/regexp/interpreter-irregexp.cc
index 97c9ba055155c5e6042b660ab929f5f603b24ab6..0d4d467db5831f77effbb1862e49100a479a68d7 100644
--- a/src/interpreter-irregexp.cc
+++ b/src/regexp/interpreter-irregexp.cc
@@ -8,10 +8,10 @@
#include "src/v8.h"
#include "src/ast.h"
-#include "src/bytecodes-irregexp.h"
-#include "src/interpreter-irregexp.h"
-#include "src/jsregexp.h"
-#include "src/regexp-macro-assembler.h"
+#include "src/regexp/bytecodes-irregexp.h"
+#include "src/regexp/interpreter-irregexp.h"
+#include "src/regexp/jsregexp.h"
+#include "src/regexp/regexp-macro-assembler.h"
#include "src/unicode.h"
#include "src/utils.h"
« no previous file with comments | « src/regexp/interpreter-irregexp.h ('k') | src/regexp/jsregexp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698