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

Unified Diff: src/full-codegen/full-codegen.h

Issue 1248443003: Move Full-codegen into its own folder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rename define Created 5 years, 5 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/full-codegen/arm64/full-codegen-arm64.cc ('k') | src/full-codegen/full-codegen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/full-codegen/full-codegen.h
diff --git a/src/full-codegen.h b/src/full-codegen/full-codegen.h
similarity index 99%
rename from src/full-codegen.h
rename to src/full-codegen/full-codegen.h
index c22a6c0e0e07f469ecd3d3519f3d5321e6a17106..f90925df4fdea6bd87dc138ac9a5afe1ecec5ef1 100644
--- a/src/full-codegen.h
+++ b/src/full-codegen/full-codegen.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_FULL_CODEGEN_H_
-#define V8_FULL_CODEGEN_H_
+#ifndef V8_FULL_CODEGEN_FULL_CODEGEN_H_
+#define V8_FULL_CODEGEN_FULL_CODEGEN_H_
#include "src/v8.h"
@@ -1086,4 +1086,4 @@ class BackEdgeTable {
} } // namespace v8::internal
-#endif // V8_FULL_CODEGEN_H_
+#endif // V8_FULL_CODEGEN_FULL_CODEGEN_H_
« no previous file with comments | « src/full-codegen/arm64/full-codegen-arm64.cc ('k') | src/full-codegen/full-codegen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698