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

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

Issue 2588763002: [wasm] Implement GetPossibleBreakpoints (Closed)
Patch Set: Address comment Created 4 years 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 | « test/cctest/BUILD.gn ('k') | test/cctest/wasm/test-wasm-breakpoints.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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'trace-extension.h', 205 'trace-extension.h',
206 'types-fuzz.h', 206 'types-fuzz.h',
207 'wasm/test-managed.cc', 207 'wasm/test-managed.cc',
208 'wasm/test-run-wasm.cc', 208 'wasm/test-run-wasm.cc',
209 'wasm/test-run-wasm-64.cc', 209 'wasm/test-run-wasm-64.cc',
210 'wasm/test-run-wasm-asmjs.cc', 210 'wasm/test-run-wasm-asmjs.cc',
211 'wasm/test-run-wasm-interpreter.cc', 211 'wasm/test-run-wasm-interpreter.cc',
212 'wasm/test-run-wasm-js.cc', 212 'wasm/test-run-wasm-js.cc',
213 'wasm/test-run-wasm-module.cc', 213 'wasm/test-run-wasm-module.cc',
214 'wasm/test-run-wasm-relocation.cc', 214 'wasm/test-run-wasm-relocation.cc',
215 'wasm/test-wasm-breakpoints.cc',
215 'wasm/test-wasm-stack.cc', 216 'wasm/test-wasm-stack.cc',
216 'wasm/test-wasm-trap-position.cc', 217 'wasm/test-wasm-trap-position.cc',
217 'wasm/wasm-run-utils.h', 218 'wasm/wasm-run-utils.h',
218 ], 219 ],
219 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### 220 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ###
220 'test-assembler-ia32.cc', 221 'test-assembler-ia32.cc',
221 'test-code-stubs.cc', 222 'test-code-stubs.cc',
222 'test-code-stubs.h', 223 'test-code-stubs.h',
223 'test-code-stubs-ia32.cc', 224 'test-code-stubs-ia32.cc',
224 'test-disasm-ia32.cc', 225 'test-disasm-ia32.cc',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 '../../gypfiles/isolate.gypi', 528 '../../gypfiles/isolate.gypi',
528 ], 529 ],
529 'sources': [ 530 'sources': [
530 'cctest.isolate', 531 'cctest.isolate',
531 ], 532 ],
532 }, 533 },
533 ], 534 ],
534 }], 535 }],
535 ], 536 ],
536 } 537 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/wasm/test-wasm-breakpoints.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698