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

Unified Diff: src/ast/modules.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/ast/modules.h ('k') | src/ast/prettyprinter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/modules.cc
diff --git a/src/modules.cc b/src/ast/modules.cc
similarity index 96%
rename from src/modules.cc
rename to src/ast/modules.cc
index f72693cd66dfee76abf2e58bf78316aa02add477..225cd8d62cd4bb0f87f6a8c43c5e9b2e77f9433a 100644
--- a/src/modules.cc
+++ b/src/ast/modules.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/modules.h"
+#include "src/ast/modules.h"
-#include "src/ast-value-factory.h"
+#include "src/ast/ast-value-factory.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/ast/modules.h ('k') | src/ast/prettyprinter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698