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

Unified Diff: src/parsing/scanner.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/scanner.h ('k') | src/parsing/scanner-character-streams.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/scanner.cc
diff --git a/src/scanner.cc b/src/parsing/scanner.cc
similarity index 99%
rename from src/scanner.cc
rename to src/parsing/scanner.cc
index 3031144b0915ad528b4f7ab1d8ba0ff95f31c980..524740885b7450cd2c799398f2955fc4554a1a80 100644
--- a/src/scanner.cc
+++ b/src/parsing/scanner.cc
@@ -4,17 +4,17 @@
// Features shared by parsing and pre-parsing scanners.
-#include "src/scanner.h"
+#include "src/parsing/scanner.h"
#include <stdint.h>
#include <cmath>
-#include "src/ast-value-factory.h"
+#include "src/ast/ast-value-factory.h"
#include "src/char-predicates-inl.h"
#include "src/conversions-inl.h"
#include "src/list-inl.h"
-#include "src/parser.h"
+#include "src/parsing/parser.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/parsing/scanner.h ('k') | src/parsing/scanner-character-streams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698