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

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

Issue 2760233005: [snapshot] Move builtins generation into mksnapshot (Closed)
Patch Set: fix GYP builds Created 3 years, 8 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'libsampler/test-sampler.cc', 115 'libsampler/test-sampler.cc',
116 'parsing/test-parse-decision.cc', 116 'parsing/test-parse-decision.cc',
117 'parsing/test-preparser.cc', 117 'parsing/test-preparser.cc',
118 'parsing/test-scanner-streams.cc', 118 'parsing/test-scanner-streams.cc',
119 'parsing/test-scanner.cc', 119 'parsing/test-scanner.cc',
120 'print-extension.cc', 120 'print-extension.cc',
121 'print-extension.h', 121 'print-extension.h',
122 'profiler-extension.cc', 122 'profiler-extension.cc',
123 'profiler-extension.h', 123 'profiler-extension.h',
124 'scope-test-helper.h', 124 'scope-test-helper.h',
125 'setup-isolate-for-tests.cc',
126 'setup-isolate-for-tests.h',
125 'test-access-checks.cc', 127 'test-access-checks.cc',
126 'test-accessor-assembler.cc', 128 'test-accessor-assembler.cc',
127 'test-accessors.cc', 129 'test-accessors.cc',
128 'test-api.cc', 130 'test-api.cc',
129 'test-api.h', 131 'test-api.h',
130 'test-api-accessors.cc', 132 'test-api-accessors.cc',
131 'test-api-interceptors.cc', 133 'test-api-interceptors.cc',
132 'test-array-list.cc', 134 'test-array-list.cc',
133 'test-ast.cc', 135 'test-ast.cc',
134 'test-atomicops.cc', 136 'test-atomicops.cc',
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 '../../gypfiles/isolate.gypi', 525 '../../gypfiles/isolate.gypi',
524 ], 526 ],
525 'sources': [ 527 'sources': [
526 'cctest.isolate', 528 'cctest.isolate',
527 ], 529 ],
528 }, 530 },
529 ], 531 ],
530 }], 532 }],
531 ], 533 ],
532 } 534 }
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