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

Side by Side Diff: src/v8.gyp

Issue 2053893003: [builtins] Introduce proper base::ieee754::log. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: BUILD.gn 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
« no previous file with comments | « src/profiler/sampling-heap-profiler.cc ('k') | test/cctest/compiler/test-run-machops.cc » ('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 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after
1673 'base/cpu.h', 1673 'base/cpu.h',
1674 'base/division-by-constant.cc', 1674 'base/division-by-constant.cc',
1675 'base/division-by-constant.h', 1675 'base/division-by-constant.h',
1676 'base/file-utils.cc', 1676 'base/file-utils.cc',
1677 'base/file-utils.h', 1677 'base/file-utils.h',
1678 'base/flags.h', 1678 'base/flags.h',
1679 'base/format-macros.h', 1679 'base/format-macros.h',
1680 'base/functional.cc', 1680 'base/functional.cc',
1681 'base/functional.h', 1681 'base/functional.h',
1682 'base/hashmap.h', 1682 'base/hashmap.h',
1683 'base/ieee754.cc',
1684 'base/ieee754.h',
1683 'base/iterator.h', 1685 'base/iterator.h',
1684 'base/lazy-instance.h', 1686 'base/lazy-instance.h',
1685 'base/logging.cc', 1687 'base/logging.cc',
1686 'base/logging.h', 1688 'base/logging.h',
1687 'base/macros.h', 1689 'base/macros.h',
1688 'base/once.cc', 1690 'base/once.cc',
1689 'base/once.h', 1691 'base/once.h',
1690 'base/platform/elapsed-timer.h', 1692 'base/platform/elapsed-timer.h',
1691 'base/platform/time.cc', 1693 'base/platform/time.cc',
1692 'base/platform/time.h', 1694 'base/platform/time.h',
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 }], 2282 }],
2281 ['want_separate_host_toolset==1', { 2283 ['want_separate_host_toolset==1', {
2282 'toolsets': ['host'], 2284 'toolsets': ['host'],
2283 }, { 2285 }, {
2284 'toolsets': ['target'], 2286 'toolsets': ['target'],
2285 }], 2287 }],
2286 ], 2288 ],
2287 }, 2289 },
2288 ], 2290 ],
2289 } 2291 }
OLDNEW
« no previous file with comments | « src/profiler/sampling-heap-profiler.cc ('k') | test/cctest/compiler/test-run-machops.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698