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

Unified Diff: src/parsing/preparse-data.cc

Issue 1481613002: Create ast/ and parsing/ subdirectories and move appropriate files (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years, 1 month 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/parsing/preparse-data.h ('k') | src/parsing/preparse-data-format.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/preparse-data.cc
diff --git a/src/preparse-data.cc b/src/parsing/preparse-data.cc
similarity index 96%
rename from src/preparse-data.cc
rename to src/parsing/preparse-data.cc
index ffbfbab633badf3608b06109238eb97f418cb065..d02cd63d669e1bd1ddf985d1ff51db5d2a625a16 100644
--- a/src/preparse-data.cc
+++ b/src/parsing/preparse-data.cc
@@ -5,9 +5,9 @@
#include "src/base/logging.h"
#include "src/globals.h"
#include "src/hashmap.h"
-#include "src/parser.h"
-#include "src/preparse-data.h"
-#include "src/preparse-data-format.h"
+#include "src/parsing/parser.h"
+#include "src/parsing/preparse-data.h"
+#include "src/parsing/preparse-data-format.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/parsing/preparse-data.h ('k') | src/parsing/preparse-data-format.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698