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

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

Issue 902093002: Add basic compilation support for modules (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add TODO Created 5 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
« no previous file with comments | « test/cctest/cctest.h ('k') | test/cctest/compiler/test-linkage.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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'test-heap.cc', 129 'test-heap.cc',
130 'test-heap-profiler.cc', 130 'test-heap-profiler.cc',
131 'test-hydrogen-types.cc', 131 'test-hydrogen-types.cc',
132 'test-list.cc', 132 'test-list.cc',
133 'test-liveedit.cc', 133 'test-liveedit.cc',
134 'test-lockers.cc', 134 'test-lockers.cc',
135 'test-log.cc', 135 'test-log.cc',
136 'test-microtask-delivery.cc', 136 'test-microtask-delivery.cc',
137 'test-mark-compact.cc', 137 'test-mark-compact.cc',
138 'test-mementos.cc', 138 'test-mementos.cc',
139 'test-modules.cc',
139 'test-object-observe.cc', 140 'test-object-observe.cc',
140 'test-ordered-hash-table.cc', 141 'test-ordered-hash-table.cc',
141 'test-parsing.cc', 142 'test-parsing.cc',
142 'test-platform.cc', 143 'test-platform.cc',
143 'test-profile-generator.cc', 144 'test-profile-generator.cc',
144 'test-random-number-generator.cc', 145 'test-random-number-generator.cc',
145 'test-regexp.cc', 146 'test-regexp.cc',
146 'test-reloc-info.cc', 147 'test-reloc-info.cc',
147 'test-representation.cc', 148 'test-representation.cc',
148 'test-sampler-api.cc', 149 'test-sampler-api.cc',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 '../../tools/js2c.py', 316 '../../tools/js2c.py',
316 '<@(_outputs)', 317 '<@(_outputs)',
317 'TEST', # type 318 'TEST', # type
318 '<@(file_list)', 319 '<@(file_list)',
319 ], 320 ],
320 } 321 }
321 ], 322 ],
322 }, 323 },
323 ], 324 ],
324 } 325 }
OLDNEW
« no previous file with comments | « test/cctest/cctest.h ('k') | test/cctest/compiler/test-linkage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698