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

Unified Diff: tools/gyp/v8.gyp

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 | « src/regexp/s390/regexp-macro-assembler-s390.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 8a1ea6bc1e3f8c968339b975a5883d827fdf4e10..e4ebaca0587f1a5928d90ed5f9240436e6b1f976 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -1577,16 +1577,18 @@
'../../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/constants-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',
'../../src/s390/deoptimizer-s390.cc',
'../../src/s390/disasm-s390.cc',
« no previous file with comments | « src/regexp/s390/regexp-macro-assembler-s390.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698