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

Side by Side Diff: tools/gyp/v8.gyp

Issue 863633002: Use signaling NaN for holes in fixed double arrays. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Next bunch of fixes Created 5 years, 11 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
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 1314 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 '../../src/base/division-by-constant.cc', 1325 '../../src/base/division-by-constant.cc',
1326 '../../src/base/division-by-constant.h', 1326 '../../src/base/division-by-constant.h',
1327 '../../src/base/flags.h', 1327 '../../src/base/flags.h',
1328 '../../src/base/functional.cc', 1328 '../../src/base/functional.cc',
1329 '../../src/base/functional.h', 1329 '../../src/base/functional.h',
1330 '../../src/base/iterator.h', 1330 '../../src/base/iterator.h',
1331 '../../src/base/lazy-instance.h', 1331 '../../src/base/lazy-instance.h',
1332 '../../src/base/logging.cc', 1332 '../../src/base/logging.cc',
1333 '../../src/base/logging.h', 1333 '../../src/base/logging.h',
1334 '../../src/base/macros.h', 1334 '../../src/base/macros.h',
1335 '../../src/base/math.cc',
1336 '../../src/base/math.h',
1335 '../../src/base/once.cc', 1337 '../../src/base/once.cc',
1336 '../../src/base/once.h', 1338 '../../src/base/once.h',
1337 '../../src/base/platform/elapsed-timer.h', 1339 '../../src/base/platform/elapsed-timer.h',
1338 '../../src/base/platform/time.cc', 1340 '../../src/base/platform/time.cc',
1339 '../../src/base/platform/time.h', 1341 '../../src/base/platform/time.h',
1340 '../../src/base/platform/condition-variable.cc', 1342 '../../src/base/platform/condition-variable.cc',
1341 '../../src/base/platform/condition-variable.h', 1343 '../../src/base/platform/condition-variable.h',
1342 '../../src/base/platform/mutex.cc', 1344 '../../src/base/platform/mutex.cc',
1343 '../../src/base/platform/mutex.h', 1345 '../../src/base/platform/mutex.h',
1344 '../../src/base/platform/platform.h', 1346 '../../src/base/platform/platform.h',
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1810 }], 1812 }],
1811 ['want_separate_host_toolset==1', { 1813 ['want_separate_host_toolset==1', {
1812 'toolsets': ['host'], 1814 'toolsets': ['host'],
1813 }, { 1815 }, {
1814 'toolsets': ['target'], 1816 'toolsets': ['target'],
1815 }], 1817 }],
1816 ], 1818 ],
1817 }, 1819 },
1818 ], 1820 ],
1819 } 1821 }
OLDNEW
« test/mjsunit/regress/regress-undefined-nan.js ('K') | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698