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

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

Issue 1239793002: [interpreter] Add basic framework for bytecode handler code generation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add comment to count macro. Created 5 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
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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'compiler/test-run-jscalls.cc', 77 'compiler/test-run-jscalls.cc',
78 'compiler/test-run-jsexceptions.cc', 78 'compiler/test-run-jsexceptions.cc',
79 'compiler/test-run-jsops.cc', 79 'compiler/test-run-jsops.cc',
80 'compiler/test-run-machops.cc', 80 'compiler/test-run-machops.cc',
81 'compiler/test-run-properties.cc', 81 'compiler/test-run-properties.cc',
82 'compiler/test-run-stackcheck.cc', 82 'compiler/test-run-stackcheck.cc',
83 'compiler/test-run-stubs.cc', 83 'compiler/test-run-stubs.cc',
84 'compiler/test-run-variables.cc', 84 'compiler/test-run-variables.cc',
85 'compiler/test-simplified-lowering.cc', 85 'compiler/test-simplified-lowering.cc',
86 'cctest.cc', 86 'cctest.cc',
87 'interpreter/test-interpreter.cc',
Michael Starzinger 2015/07/17 13:20:59 These files don't seem to be in the CL. I think it
rmcilroy 2015/07/21 11:13:21 Oops, this was a mistake. I'm was still working on
88 'interpreter/test-interpreter.h',
87 'gay-fixed.cc', 89 'gay-fixed.cc',
88 'gay-precision.cc', 90 'gay-precision.cc',
89 'gay-shortest.cc', 91 'gay-shortest.cc',
90 'print-extension.cc', 92 'print-extension.cc',
91 'profiler-extension.cc', 93 'profiler-extension.cc',
92 'test-accessors.cc', 94 'test-accessors.cc',
93 'test-alloc.cc', 95 'test-alloc.cc',
94 'test-api.cc', 96 'test-api.cc',
95 'test-api.h', 97 'test-api.h',
96 'test-api-interceptors.cc', 98 'test-api-interceptors.cc',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 '../../tools/js2c.py', 310 '../../tools/js2c.py',
309 '<@(_outputs)', 311 '<@(_outputs)',
310 'TEST', # type 312 'TEST', # type
311 '<@(file_list)', 313 '<@(file_list)',
312 ], 314 ],
313 } 315 }
314 ], 316 ],
315 }, 317 },
316 ], 318 ],
317 } 319 }
OLDNEW
« src/isolate.cc ('K') | « src/isolate.cc ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698