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

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

Issue 2607993003: FFI Compiler based on code stub assembler (Closed)
Patch Set: Move FFIAssembler from .h to .cc Created 3 years, 11 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 | « test/cctest/BUILD.gn ('k') | test/cctest/ffi/OWNERS » ('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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'compiler/test-run-machops.cc', 74 'compiler/test-run-machops.cc',
75 'compiler/test-run-native-calls.cc', 75 'compiler/test-run-native-calls.cc',
76 'compiler/test-run-stackcheck.cc', 76 'compiler/test-run-stackcheck.cc',
77 'compiler/test-run-stubs.cc', 77 'compiler/test-run-stubs.cc',
78 'compiler/test-run-variables.cc', 78 'compiler/test-run-variables.cc',
79 'compiler/test-run-wasm-machops.cc', 79 'compiler/test-run-wasm-machops.cc',
80 'compiler/value-helper.h', 80 'compiler/value-helper.h',
81 'cctest.cc', 81 'cctest.cc',
82 'cctest.h', 82 'cctest.h',
83 'expression-type-collector-macros.h', 83 'expression-type-collector-macros.h',
84 'ffi/test-ffi.cc',
84 'interpreter/interpreter-tester.cc', 85 'interpreter/interpreter-tester.cc',
85 'interpreter/interpreter-tester.h', 86 'interpreter/interpreter-tester.h',
86 'interpreter/source-position-matcher.cc', 87 'interpreter/source-position-matcher.cc',
87 'interpreter/source-position-matcher.h', 88 'interpreter/source-position-matcher.h',
88 'interpreter/test-bytecode-generator.cc', 89 'interpreter/test-bytecode-generator.cc',
89 'interpreter/test-interpreter.cc', 90 'interpreter/test-interpreter.cc',
90 'interpreter/test-interpreter-intrinsics.cc', 91 'interpreter/test-interpreter-intrinsics.cc',
91 'interpreter/test-source-positions.cc', 92 'interpreter/test-source-positions.cc',
92 'interpreter/bytecode-expectations-printer.cc', 93 'interpreter/bytecode-expectations-printer.cc',
93 'interpreter/bytecode-expectations-printer.h', 94 'interpreter/bytecode-expectations-printer.h',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 '../../gypfiles/isolate.gypi', 529 '../../gypfiles/isolate.gypi',
529 ], 530 ],
530 'sources': [ 531 'sources': [
531 'cctest.isolate', 532 'cctest.isolate',
532 ], 533 ],
533 }, 534 },
534 ], 535 ],
535 }], 536 }],
536 ], 537 ],
537 } 538 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/ffi/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698