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

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

Issue 1809973002: X87: Assembler changes for enabling GrowHeap in Wasm (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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-inl.h ('k') | test/cctest/test-run-wasm-relocation-x87.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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'test-macro-assembler-mips64.cc' 286 'test-macro-assembler-mips64.cc'
287 ], 287 ],
288 }], 288 }],
289 ['v8_target_arch=="x87"', { 289 ['v8_target_arch=="x87"', {
290 'sources': [ ### gcmole(arch:x87) ### 290 'sources': [ ### gcmole(arch:x87) ###
291 'test-assembler-x87.cc', 291 'test-assembler-x87.cc',
292 'test-code-stubs.cc', 292 'test-code-stubs.cc',
293 'test-code-stubs-x87.cc', 293 'test-code-stubs-x87.cc',
294 'test-disasm-x87.cc', 294 'test-disasm-x87.cc',
295 'test-macro-assembler-x87.cc', 295 'test-macro-assembler-x87.cc',
296 'test-log-stack-tracer.cc' 296 'test-log-stack-tracer.cc',
297 'test-run-wasm-relocation-x87.cc'
297 ], 298 ],
298 }], 299 }],
299 [ 'OS=="linux" or OS=="qnx"', { 300 [ 'OS=="linux" or OS=="qnx"', {
300 'sources': [ 301 'sources': [
301 'test-platform-linux.cc', 302 'test-platform-linux.cc',
302 ], 303 ],
303 }], 304 }],
304 [ 'OS=="win"', { 305 [ 'OS=="win"', {
305 'sources': [ 306 'sources': [
306 'test-platform-win32.cc', 307 'test-platform-win32.cc',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 '../../build/isolate.gypi', 416 '../../build/isolate.gypi',
416 ], 417 ],
417 'sources': [ 418 'sources': [
418 'cctest.isolate', 419 'cctest.isolate',
419 ], 420 ],
420 }, 421 },
421 ], 422 ],
422 }], 423 }],
423 ], 424 ],
424 } 425 }
OLDNEW
« no previous file with comments | « src/x87/assembler-x87-inl.h ('k') | test/cctest/test-run-wasm-relocation-x87.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698