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

Unified Diff: test/cctest/cctest.gyp

Issue 61623004: Add signed/unsigned 8-bit and 16-bit Representations (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: White space Created 7 years, 1 month 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 fbe38f27094f02fdb8294634db10d76fdb54212e..e0cdbd014592396b40d3a407cd1dcaeb73a2dfee 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -95,6 +95,7 @@
'test-random-number-generator.cc',
'test-regexp.cc',
'test-reloc-info.cc',
+ 'test-representation.cc',
'test-semaphore.cc',
'test-serialize.cc',
'test-socket.cc',
@@ -122,6 +123,7 @@
'test-code-stubs-ia32.cc',
'test-cpu-ia32.cc',
'test-disasm-ia32.cc',
+ 'test-macro-assembler-ia32.cc',
'test-log-stack-tracer.cc'
],
}],

Powered by Google App Engine
This is Rietveld 408576698