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

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

Issue 2021373002: Refactor Maps' code_cache (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: windows don't want no constexpr Created 4 years, 6 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/test-code-cache.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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'test-api-fast-accessor-builder.cc', 122 'test-api-fast-accessor-builder.cc',
123 'test-array-list.cc', 123 'test-array-list.cc',
124 'test-ast.cc', 124 'test-ast.cc',
125 'test-ast-expression-visitor.cc', 125 'test-ast-expression-visitor.cc',
126 'test-asm-validator.cc', 126 'test-asm-validator.cc',
127 'test-atomicops.cc', 127 'test-atomicops.cc',
128 'test-bignum.cc', 128 'test-bignum.cc',
129 'test-bignum-dtoa.cc', 129 'test-bignum-dtoa.cc',
130 'test-bit-vector.cc', 130 'test-bit-vector.cc',
131 'test-circular-queue.cc', 131 'test-circular-queue.cc',
132 'test-code-cache.cc',
132 'test-compiler.cc', 133 'test-compiler.cc',
133 'test-constantpool.cc', 134 'test-constantpool.cc',
134 'test-conversions.cc', 135 'test-conversions.cc',
135 'test-cpu-profiler.cc', 136 'test-cpu-profiler.cc',
136 'test-date.cc', 137 'test-date.cc',
137 'test-debug.cc', 138 'test-debug.cc',
138 'test-decls.cc', 139 'test-decls.cc',
139 'test-deoptimization.cc', 140 'test-deoptimization.cc',
140 'test-dictionary.cc', 141 'test-dictionary.cc',
141 'test-diy-fp.cc', 142 'test-diy-fp.cc',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 '../../gypfiles/isolate.gypi', 444 '../../gypfiles/isolate.gypi',
444 ], 445 ],
445 'sources': [ 446 'sources': [
446 'cctest.isolate', 447 'cctest.isolate',
447 ], 448 ],
448 }, 449 },
449 ], 450 ],
450 }], 451 }],
451 ], 452 ],
452 } 453 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/test-code-cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698