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

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

Powered by Google App Engine
This is Rietveld 408576698