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

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

Issue 2351113004: [modules] Expand API to allow linking and use it in d8 (Closed)
Patch Set: Use StrictEquals, remove check for bad instantiation behavior Created 4 years, 3 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/cctest.status » ('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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'test-hashmap.cc', 162 'test-hashmap.cc',
163 'test-heap-profiler.cc', 163 'test-heap-profiler.cc',
164 'test-hydrogen-types.cc', 164 'test-hydrogen-types.cc',
165 'test-identity-map.cc', 165 'test-identity-map.cc',
166 'test-inobject-slack-tracking.cc', 166 'test-inobject-slack-tracking.cc',
167 'test-list.cc', 167 'test-list.cc',
168 'test-liveedit.cc', 168 'test-liveedit.cc',
169 'test-lockers.cc', 169 'test-lockers.cc',
170 'test-log.cc', 170 'test-log.cc',
171 'test-mementos.cc', 171 'test-mementos.cc',
172 'test-modules.cc',
172 'test-object.cc', 173 'test-object.cc',
173 'test-parsing.cc', 174 'test-parsing.cc',
174 'test-platform.cc', 175 'test-platform.cc',
175 'test-profile-generator.cc', 176 'test-profile-generator.cc',
176 'test-random-number-generator.cc', 177 'test-random-number-generator.cc',
177 'test-receiver-check-hidden-prototype.cc', 178 'test-receiver-check-hidden-prototype.cc',
178 'test-regexp.cc', 179 'test-regexp.cc',
179 'test-representation.cc', 180 'test-representation.cc',
180 'test-sampler-api.cc', 181 'test-sampler-api.cc',
181 'test-serialize.cc', 182 'test-serialize.cc',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 '../../gypfiles/isolate.gypi', 518 '../../gypfiles/isolate.gypi',
518 ], 519 ],
519 'sources': [ 520 'sources': [
520 'cctest.isolate', 521 'cctest.isolate',
521 ], 522 ],
522 }, 523 },
523 ], 524 ],
524 }], 525 }],
525 ], 526 ],
526 } 527 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/cctest.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698