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

Unified Diff: src/assembler.h

Issue 2145023002: [builtins] move builtin files to src/builtins/. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 4 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/arm64/builtins-arm64.cc ('k') | src/assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index d98da351bfb14e19c4b57a35fa834b0bedd76c38..4f3cfda39822828471adabe9e5b9a0545581bc74 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -36,7 +36,7 @@
#define V8_ASSEMBLER_H_
#include "src/allocation.h"
-#include "src/builtins.h"
+#include "src/builtins/builtins.h"
#include "src/isolate.h"
#include "src/log.h"
#include "src/register-configuration.h"
« no previous file with comments | « src/arm64/builtins-arm64.cc ('k') | src/assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698