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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 5188e6a3a112b0fb3190e575aa683d1d31837ba7..685df6e6c443985f1b957f7ed2d2f9733e3e8a5b 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1680,6 +1680,8 @@
'base/functional.cc',
'base/functional.h',
'base/hashmap.h',
+ 'base/ieee754.cc',
+ 'base/ieee754.h',
'base/iterator.h',
'base/lazy-instance.h',
'base/logging.cc',
« 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