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

Unified Diff: test/cctest/cctest.gyp

Issue 1688383003: [Interpreter] Change the output format of generate-bytecode-expectations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix help message. Created 4 years, 10 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
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index 5ebc5600ae9c337266c687880d6a6ebd41d41b51..894a8cfeb3c64c7513acce1071178283f291043e 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -362,6 +362,8 @@
'../..',
],
'sources': [
+ '../../test/cctest/interpreter/bytecode-expectations.cc',
+ '../../test/cctest/interpreter/bytecode-expectations.h',
'../../test/cctest/interpreter/generate-bytecode-expectations.cc',
],
},
« no previous file with comments | « no previous file | test/cctest/interpreter/bytecode-expectations.h » ('j') | test/cctest/interpreter/bytecode-expectations.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698