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

Unified Diff: test/cctest/cctest.gyp

Issue 1671863002: [Interpreter] Initial generate-bytecode-expectations implementation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressing review comments. 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
« test/cctest/bytecodechecker.cc ('K') | « test/cctest/bytecodechecker.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index 9ef2d9bfb2830cf6a7e3341bf4f94e20559428e7..2680e43ad90dbedda4373cc01b6764b5e9f2053b 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -344,6 +344,20 @@
}
],
},
+ {
+ 'target_name': 'bytecodechecker',
rmcilroy 2016/02/08 13:55:32 I think we should make the name more specific - e.
rmcilroy 2016/02/09 11:58:24 I'd still like this rename to be done before landi
+ 'type': 'executable',
+ 'dependencies': [
+ '../../tools/gyp/v8.gyp:v8_libplatform',
+ '../../tools/gyp/v8.gyp:v8'
+ ],
+ 'include_dirs+': [
+ '../..',
+ ],
+ 'sources': [
+ '../../test/cctest/bytecodechecker.cc',
+ ],
+ },
],
'conditions': [
['test_isolation_mode != "noop"', {
« test/cctest/bytecodechecker.cc ('K') | « test/cctest/bytecodechecker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698