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

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

Issue 2060743002: [builtins] Introduce proper Float64Log1p operator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@Math_Log
Patch Set: REBASE Created 4 years, 6 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
« src/builtins.cc ('K') | « test/unittests/compiler/node-test-utils.cc ('k') | no next file » | 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 # Please keep this file in sync with BUILD.gn. 5 # Please keep this file in sync with BUILD.gn.
6 6
7 { 7 {
8 'variables': { 8 'variables': {
9 'v8_code': 1, 9 'v8_code': 1,
10 }, 10 },
(...skipping 13 matching lines...) Expand all
24 'include_dirs': [ 24 'include_dirs': [
25 '../..', 25 '../..',
26 ], 26 ],
27 'sources': [ ### gcmole(all) ### 27 'sources': [ ### gcmole(all) ###
28 'base/atomic-utils-unittest.cc', 28 'base/atomic-utils-unittest.cc',
29 'base/bits-unittest.cc', 29 'base/bits-unittest.cc',
30 'base/cpu-unittest.cc', 30 'base/cpu-unittest.cc',
31 'base/division-by-constant-unittest.cc', 31 'base/division-by-constant-unittest.cc',
32 'base/flags-unittest.cc', 32 'base/flags-unittest.cc',
33 'base/functional-unittest.cc', 33 'base/functional-unittest.cc',
34 'base/ieee754-unittest.cc',
Michael Achenbach 2016/06/27 07:45:34 Note: This unittest will stop running when we swit
34 'base/logging-unittest.cc', 35 'base/logging-unittest.cc',
35 'base/iterator-unittest.cc', 36 'base/iterator-unittest.cc',
36 'base/platform/condition-variable-unittest.cc', 37 'base/platform/condition-variable-unittest.cc',
37 'base/platform/mutex-unittest.cc', 38 'base/platform/mutex-unittest.cc',
38 'base/platform/platform-unittest.cc', 39 'base/platform/platform-unittest.cc',
39 'base/platform/semaphore-unittest.cc', 40 'base/platform/semaphore-unittest.cc',
40 'base/platform/time-unittest.cc', 41 'base/platform/time-unittest.cc',
41 'base/sys-info-unittest.cc', 42 'base/sys-info-unittest.cc',
42 'base/utils/random-number-generator-unittest.cc', 43 'base/utils/random-number-generator-unittest.cc',
43 'cancelable-tasks-unittest.cc', 44 'cancelable-tasks-unittest.cc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 '../../gypfiles/isolate.gypi', 221 '../../gypfiles/isolate.gypi',
221 ], 222 ],
222 'sources': [ 223 'sources': [
223 'unittests.isolate', 224 'unittests.isolate',
224 ], 225 ],
225 }, 226 },
226 ], 227 ],
227 }], 228 }],
228 ], 229 ],
229 } 230 }
OLDNEW
« src/builtins.cc ('K') | « test/unittests/compiler/node-test-utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698