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

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

Issue 2683573002: [parser/test] Move cctest/PreParserScopeAnalysis into a new file. (Closed)
Patch Set: Created 3 years, 10 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'heap/test-spaces.cc', 112 'heap/test-spaces.cc',
113 'libplatform/test-tracing.cc', 113 'libplatform/test-tracing.cc',
114 'libsampler/test-sampler.cc', 114 'libsampler/test-sampler.cc',
115 'parsing/test-parse-decision.cc', 115 'parsing/test-parse-decision.cc',
116 'parsing/test-scanner-streams.cc', 116 'parsing/test-scanner-streams.cc',
117 'parsing/test-scanner.cc', 117 'parsing/test-scanner.cc',
118 'print-extension.cc', 118 'print-extension.cc',
119 'print-extension.h', 119 'print-extension.h',
120 'profiler-extension.cc', 120 'profiler-extension.cc',
121 'profiler-extension.h', 121 'profiler-extension.h',
122 'scope-test-helper.h',
122 'test-access-checks.cc', 123 'test-access-checks.cc',
123 'test-accessor-assembler.cc', 124 'test-accessor-assembler.cc',
124 'test-accessors.cc', 125 'test-accessors.cc',
125 'test-api.cc', 126 'test-api.cc',
126 'test-api.h', 127 'test-api.h',
127 'test-api-accessors.cc', 128 'test-api-accessors.cc',
128 'test-api-interceptors.cc', 129 'test-api-interceptors.cc',
129 'test-api-fast-accessor-builder.cc', 130 'test-api-fast-accessor-builder.cc',
130 'test-array-list.cc', 131 'test-array-list.cc',
131 'test-ast.cc', 132 'test-ast.cc',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'test-inobject-slack-tracking.cc', 168 'test-inobject-slack-tracking.cc',
168 'test-list.cc', 169 'test-list.cc',
169 'test-liveedit.cc', 170 'test-liveedit.cc',
170 'test-lockers.cc', 171 'test-lockers.cc',
171 'test-log.cc', 172 'test-log.cc',
172 'test-mementos.cc', 173 'test-mementos.cc',
173 'test-modules.cc', 174 'test-modules.cc',
174 'test-object.cc', 175 'test-object.cc',
175 'test-parsing.cc', 176 'test-parsing.cc',
176 'test-platform.cc', 177 'test-platform.cc',
178 'test-preparser.cc',
177 'test-profile-generator.cc', 179 'test-profile-generator.cc',
178 'test-random-number-generator.cc', 180 'test-random-number-generator.cc',
179 'test-receiver-check-hidden-prototype.cc', 181 'test-receiver-check-hidden-prototype.cc',
180 'test-regexp.cc', 182 'test-regexp.cc',
181 'test-representation.cc', 183 'test-representation.cc',
182 'test-sampler-api.cc', 184 'test-sampler-api.cc',
183 'test-serialize.cc', 185 'test-serialize.cc',
184 'test-simd.cc', 186 'test-simd.cc',
185 'test-strings.cc', 187 'test-strings.cc',
186 'test-symbols.cc', 188 'test-symbols.cc',
(...skipping 11 matching lines...) Expand all
198 'test-unique.cc', 200 'test-unique.cc',
199 'test-unscopables-hidden-prototype.cc', 201 'test-unscopables-hidden-prototype.cc',
200 'test-usecounters.cc', 202 'test-usecounters.cc',
201 'test-utils.cc', 203 'test-utils.cc',
202 'test-version.cc', 204 'test-version.cc',
203 'test-weakmaps.cc', 205 'test-weakmaps.cc',
204 'test-weaksets.cc', 206 'test-weaksets.cc',
205 'trace-extension.cc', 207 'trace-extension.cc',
206 'trace-extension.h', 208 'trace-extension.h',
207 'types-fuzz.h', 209 'types-fuzz.h',
210 'unicode-helpers.h',
208 'wasm/test-managed.cc', 211 'wasm/test-managed.cc',
209 'wasm/test-run-wasm.cc', 212 'wasm/test-run-wasm.cc',
210 'wasm/test-run-wasm-64.cc', 213 'wasm/test-run-wasm-64.cc',
211 'wasm/test-run-wasm-asmjs.cc', 214 'wasm/test-run-wasm-asmjs.cc',
212 'wasm/test-run-wasm-interpreter.cc', 215 'wasm/test-run-wasm-interpreter.cc',
213 'wasm/test-run-wasm-js.cc', 216 'wasm/test-run-wasm-js.cc',
214 'wasm/test-run-wasm-module.cc', 217 'wasm/test-run-wasm-module.cc',
215 'wasm/test-run-wasm-relocation.cc', 218 'wasm/test-run-wasm-relocation.cc',
216 'wasm/test-wasm-breakpoints.cc', 219 'wasm/test-wasm-breakpoints.cc',
217 'wasm/test-wasm-stack.cc', 220 'wasm/test-wasm-stack.cc',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 '../../gypfiles/isolate.gypi', 533 '../../gypfiles/isolate.gypi',
531 ], 534 ],
532 'sources': [ 535 'sources': [
533 'cctest.isolate', 536 'cctest.isolate',
534 ], 537 ],
535 }, 538 },
536 ], 539 ],
537 }], 540 }],
538 ], 541 ],
539 } 542 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698