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

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

Issue 2206573002: Move NoSideEffectToString to C++ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address comments Created 4 years, 4 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
« no previous file with comments | « src/runtime/runtime-internal.cc ('k') | test/cctest/test-object.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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'test-hashmap.cc', 148 'test-hashmap.cc',
149 'test-heap-profiler.cc', 149 'test-heap-profiler.cc',
150 'test-hydrogen-types.cc', 150 'test-hydrogen-types.cc',
151 'test-identity-map.cc', 151 'test-identity-map.cc',
152 'test-inobject-slack-tracking.cc', 152 'test-inobject-slack-tracking.cc',
153 'test-list.cc', 153 'test-list.cc',
154 'test-liveedit.cc', 154 'test-liveedit.cc',
155 'test-lockers.cc', 155 'test-lockers.cc',
156 'test-log.cc', 156 'test-log.cc',
157 'test-mementos.cc', 157 'test-mementos.cc',
158 'test-object.cc',
158 'test-parsing.cc', 159 'test-parsing.cc',
159 'test-platform.cc', 160 'test-platform.cc',
160 'test-profile-generator.cc', 161 'test-profile-generator.cc',
161 'test-random-number-generator.cc', 162 'test-random-number-generator.cc',
162 'test-receiver-check-hidden-prototype.cc', 163 'test-receiver-check-hidden-prototype.cc',
163 'test-regexp.cc', 164 'test-regexp.cc',
164 'test-representation.cc', 165 'test-representation.cc',
165 'test-sampler-api.cc', 166 'test-sampler-api.cc',
166 'test-serialize.cc', 167 'test-serialize.cc',
167 'test-simd.cc', 168 'test-simd.cc',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 '../../gypfiles/isolate.gypi', 486 '../../gypfiles/isolate.gypi',
486 ], 487 ],
487 'sources': [ 488 'sources': [
488 'cctest.isolate', 489 'cctest.isolate',
489 ], 490 ],
490 }, 491 },
491 ], 492 ],
492 }], 493 }],
493 ], 494 ],
494 } 495 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-internal.cc ('k') | test/cctest/test-object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698