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

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

Issue 1474543004: Implement Fast Accessor Builder (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review feedback. Created 5 years 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'print-extension.cc', 97 'print-extension.cc',
98 'profiler-extension.cc', 98 'profiler-extension.cc',
99 'test-accessors.cc', 99 'test-accessors.cc',
100 'test-alloc.cc', 100 'test-alloc.cc',
101 'test-api.cc', 101 'test-api.cc',
102 'test-api.h', 102 'test-api.h',
103 # TODO(epertoso): re-enable the following test after the API change is 103 # TODO(epertoso): re-enable the following test after the API change is
104 # checked in. 104 # checked in.
105 # 'test-api-accessors.cc', 105 # 'test-api-accessors.cc',
106 'test-api-interceptors.cc', 106 'test-api-interceptors.cc',
107 'test-api-fast-accessor-builder.cc',
107 'test-array-list.cc', 108 'test-array-list.cc',
108 'test-ast.cc', 109 'test-ast.cc',
109 'test-ast-expression-visitor.cc', 110 'test-ast-expression-visitor.cc',
110 'test-asm-validator.cc', 111 'test-asm-validator.cc',
111 'test-atomicops.cc', 112 'test-atomicops.cc',
112 'test-bignum.cc', 113 'test-bignum.cc',
113 'test-bignum-dtoa.cc', 114 'test-bignum-dtoa.cc',
114 'test-bit-vector.cc', 115 'test-bit-vector.cc',
115 'test-circular-queue.cc', 116 'test-circular-queue.cc',
116 'test-compiler.cc', 117 'test-compiler.cc',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 '../../build/isolate.gypi', 353 '../../build/isolate.gypi',
353 ], 354 ],
354 'sources': [ 355 'sources': [
355 'cctest.isolate', 356 'cctest.isolate',
356 ], 357 ],
357 }, 358 },
358 ], 359 ],
359 }], 360 }],
360 ], 361 ],
361 } 362 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698