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

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: Do not create a static lib target. 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..34804a6974cc9fc40c7101faaee5873ea6901bc4 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -362,6 +362,7 @@
'../..',
],
'sources': [
+ '../../test/cctest/interpreter/bytecode-expectations.cc',
rmcilroy 2016/02/12 12:33:10 Also include the .h file
Stefano Sanfilippo 2016/02/12 14:23:59 Done.
'../../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