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

Side by Side Diff: test/cctest/cctest.gyp

Issue 6973053: Removed dead code (ingenious 3-bit representation of types) (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/cctest/SConscript ('k') | test/cctest/test-type-info.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2010 the V8 project authors. All rights reserved. 1 # Copyright 2010 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'test-profile-generator.cc', 106 'test-profile-generator.cc',
107 'test-regexp.cc', 107 'test-regexp.cc',
108 'test-reloc-info.cc', 108 'test-reloc-info.cc',
109 'test-serialize.cc', 109 'test-serialize.cc',
110 'test-sockets.cc', 110 'test-sockets.cc',
111 'test-spaces.cc', 111 'test-spaces.cc',
112 'test-strings.cc', 112 'test-strings.cc',
113 'test-strtod.cc', 113 'test-strtod.cc',
114 'test-thread-termination.cc', 114 'test-thread-termination.cc',
115 'test-threads.cc', 115 'test-threads.cc',
116 'test-type-info.cc',
117 'test-unbound-queue.cc', 116 'test-unbound-queue.cc',
118 'test-utils.cc', 117 'test-utils.cc',
119 'test-version.cc' 118 'test-version.cc'
120 ], 119 ],
121 'conditions': [ 120 'conditions': [
122 ['v8_target_arch=="ia32"', { 121 ['v8_target_arch=="ia32"', {
123 'sources': [ 122 'sources': [
124 'test-assembler-ia32.cc', 123 'test-assembler-ia32.cc',
125 'test-disasm-ia32.cc', 124 'test-disasm-ia32.cc',
126 'test-log-stack-tracer.cc' 125 'test-log-stack-tracer.cc'
(...skipping 30 matching lines...) Expand all
157 }], 156 }],
158 [ 'OS=="win"', { 157 [ 'OS=="win"', {
159 'sources': [ 158 'sources': [
160 'test-platform-win32.cc', 159 'test-platform-win32.cc',
161 ], 160 ],
162 }], 161 }],
163 ], 162 ],
164 }, 163 },
165 ], 164 ],
166 } 165 }
OLDNEW
« no previous file with comments | « test/cctest/SConscript ('k') | test/cctest/test-type-info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698