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

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

Issue 1407913003: [turbofan] Remove obsolete JSTypeFeedbackSpecializer and JSTypeFeedbackLowering. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@NamedAccess
Patch Set: REBASE Created 5 years, 2 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 | « src/flag-definitions.h ('k') | tools/gyp/v8.gyp » ('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 2014 the V8 project authors. All rights reserved. 1 # Copyright 2014 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'v8_code': 1, 7 'v8_code': 1,
8 }, 8 },
9 'includes': ['../../build/toolchain.gypi', '../../build/features.gypi'], 9 'includes': ['../../build/toolchain.gypi', '../../build/features.gypi'],
10 'targets': [ 10 'targets': [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'compiler/instruction-selector-unittest.h', 63 'compiler/instruction-selector-unittest.h',
64 'compiler/instruction-sequence-unittest.cc', 64 'compiler/instruction-sequence-unittest.cc',
65 'compiler/instruction-sequence-unittest.h', 65 'compiler/instruction-sequence-unittest.h',
66 'compiler/interpreter-assembler-unittest.cc', 66 'compiler/interpreter-assembler-unittest.cc',
67 'compiler/interpreter-assembler-unittest.h', 67 'compiler/interpreter-assembler-unittest.h',
68 'compiler/js-builtin-reducer-unittest.cc', 68 'compiler/js-builtin-reducer-unittest.cc',
69 'compiler/js-context-relaxation-unittest.cc', 69 'compiler/js-context-relaxation-unittest.cc',
70 'compiler/js-intrinsic-lowering-unittest.cc', 70 'compiler/js-intrinsic-lowering-unittest.cc',
71 'compiler/js-operator-unittest.cc', 71 'compiler/js-operator-unittest.cc',
72 'compiler/js-typed-lowering-unittest.cc', 72 'compiler/js-typed-lowering-unittest.cc',
73 'compiler/js-type-feedback-unittest.cc',
74 'compiler/linkage-tail-call-unittest.cc', 73 'compiler/linkage-tail-call-unittest.cc',
75 'compiler/liveness-analyzer-unittest.cc', 74 'compiler/liveness-analyzer-unittest.cc',
76 'compiler/live-range-unittest.cc', 75 'compiler/live-range-unittest.cc',
77 'compiler/load-elimination-unittest.cc', 76 'compiler/load-elimination-unittest.cc',
78 'compiler/loop-peeling-unittest.cc', 77 'compiler/loop-peeling-unittest.cc',
79 'compiler/machine-operator-reducer-unittest.cc', 78 'compiler/machine-operator-reducer-unittest.cc',
80 'compiler/machine-operator-unittest.cc', 79 'compiler/machine-operator-unittest.cc',
81 'compiler/move-optimizer-unittest.cc', 80 'compiler/move-optimizer-unittest.cc',
82 'compiler/node-cache-unittest.cc', 81 'compiler/node-cache-unittest.cc',
83 'compiler/node-matchers-unittest.cc', 82 'compiler/node-matchers-unittest.cc',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 '../../build/isolate.gypi', 192 '../../build/isolate.gypi',
194 ], 193 ],
195 'sources': [ 194 'sources': [
196 'unittests.isolate', 195 'unittests.isolate',
197 ], 196 ],
198 }, 197 },
199 ], 198 ],
200 }], 199 }],
201 ], 200 ],
202 } 201 }
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698