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

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

Issue 618643002: Replace OStream with std::ostream. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix Created 6 years, 2 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 | « src/x87/lithium-x87.cc ('k') | test/cctest/compiler/test-gap-resolver.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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'test-hydrogen-types.cc', 128 'test-hydrogen-types.cc',
129 'test-list.cc', 129 'test-list.cc',
130 'test-liveedit.cc', 130 'test-liveedit.cc',
131 'test-lockers.cc', 131 'test-lockers.cc',
132 'test-log.cc', 132 'test-log.cc',
133 'test-microtask-delivery.cc', 133 'test-microtask-delivery.cc',
134 'test-mark-compact.cc', 134 'test-mark-compact.cc',
135 'test-mementos.cc', 135 'test-mementos.cc',
136 'test-object-observe.cc', 136 'test-object-observe.cc',
137 'test-ordered-hash-table.cc', 137 'test-ordered-hash-table.cc',
138 'test-ostreams.cc',
139 'test-parsing.cc', 138 'test-parsing.cc',
140 'test-platform.cc', 139 'test-platform.cc',
141 'test-profile-generator.cc', 140 'test-profile-generator.cc',
142 'test-random-number-generator.cc', 141 'test-random-number-generator.cc',
143 'test-regexp.cc', 142 'test-regexp.cc',
144 'test-reloc-info.cc', 143 'test-reloc-info.cc',
145 'test-representation.cc', 144 'test-representation.cc',
146 'test-sampler-api.cc', 145 'test-sampler-api.cc',
147 'test-serialize.cc', 146 'test-serialize.cc',
148 'test-spaces.cc', 147 'test-spaces.cc',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 '<@(_outputs)', 296 '<@(_outputs)',
298 'TEST', # type 297 'TEST', # type
299 'off', # compression 298 'off', # compression
300 '<@(file_list)', 299 '<@(file_list)',
301 ], 300 ],
302 } 301 }
303 ], 302 ],
304 }, 303 },
305 ], 304 ],
306 } 305 }
OLDNEW
« no previous file with comments | « src/x87/lithium-x87.cc ('k') | test/cctest/compiler/test-gap-resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698