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

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

Issue 2109613004: Remove position info from relocation info. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@turbosourcepos
Patch Set: fix Created 4 years, 5 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/x87/assembler-x87.cc ('k') | test/cctest/test-reloc-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 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'test-liveedit.cc', 156 'test-liveedit.cc',
157 'test-lockers.cc', 157 'test-lockers.cc',
158 'test-log.cc', 158 'test-log.cc',
159 'test-mementos.cc', 159 'test-mementos.cc',
160 'test-parsing.cc', 160 'test-parsing.cc',
161 'test-platform.cc', 161 'test-platform.cc',
162 'test-profile-generator.cc', 162 'test-profile-generator.cc',
163 'test-random-number-generator.cc', 163 'test-random-number-generator.cc',
164 'test-receiver-check-hidden-prototype.cc', 164 'test-receiver-check-hidden-prototype.cc',
165 'test-regexp.cc', 165 'test-regexp.cc',
166 'test-reloc-info.cc',
167 'test-representation.cc', 166 'test-representation.cc',
168 'test-sampler-api.cc', 167 'test-sampler-api.cc',
169 'test-serialize.cc', 168 'test-serialize.cc',
170 'test-simd.cc', 169 'test-simd.cc',
171 'test-strings.cc', 170 'test-strings.cc',
172 'test-symbols.cc', 171 'test-symbols.cc',
173 'test-strtod.cc', 172 'test-strtod.cc',
174 'test-thread-termination.cc', 173 'test-thread-termination.cc',
175 'test-threads.cc', 174 'test-threads.cc',
176 'test-trace-event.cc', 175 'test-trace-event.cc',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 '../../gypfiles/isolate.gypi', 486 '../../gypfiles/isolate.gypi',
488 ], 487 ],
489 'sources': [ 488 'sources': [
490 'cctest.isolate', 489 'cctest.isolate',
491 ], 490 ],
492 }, 491 },
493 ], 492 ],
494 }], 493 }],
495 ], 494 ],
496 } 495 }
OLDNEW
« no previous file with comments | « src/x87/assembler-x87.cc ('k') | test/cctest/test-reloc-info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698