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

Unified Diff: BUILD.gn

Issue 1768383002: S390: Initial impl of regexp (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase to master and sort file in alphabetic ordering Created 4 years, 9 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 | « no previous file | src/regexp/jsregexp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index fa15a4d90c561fb6554e065ee2460b15de0af39f..b872461c7c990d5d369d9caf759f05ea4fa2276e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1657,14 +1657,16 @@ source_set("v8_base") {
"src/ic/s390/ic-compiler-s390.cc",
"src/ic/s390/ic-s390.cc",
"src/ic/s390/stub-cache-s390.cc",
- "src/s390/assembler-s390-inl.h",
+ "src/regexp/s390/regexp-macro-assembler-s390.cc",
+ "src/regexp/s390/regexp-macro-assembler-s390.h",
"src/s390/assembler-s390.cc",
"src/s390/assembler-s390.h",
+ "src/s390/assembler-s390-inl.h",
"src/s390/builtins-s390.cc",
- "src/s390/code-stubs-s390.cc",
- "src/s390/code-stubs-s390.h",
"src/s390/codegen-s390.cc",
"src/s390/codegen-s390.h",
+ "src/s390/code-stubs-s390.cc",
+ "src/s390/code-stubs-s390.h",
"src/s390/constants-s390.cc",
"src/s390/constants-s390.h",
"src/s390/cpu-s390.cc",
« no previous file with comments | « no previous file | src/regexp/jsregexp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698