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

Side by Side Diff: BUILD.gn

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 | « no previous file | src/assembler.h » ('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 Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium 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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after
1891 "src/base/cpu.h", 1891 "src/base/cpu.h",
1892 "src/base/division-by-constant.cc", 1892 "src/base/division-by-constant.cc",
1893 "src/base/division-by-constant.h", 1893 "src/base/division-by-constant.h",
1894 "src/base/file-utils.cc", 1894 "src/base/file-utils.cc",
1895 "src/base/file-utils.h", 1895 "src/base/file-utils.h",
1896 "src/base/flags.h", 1896 "src/base/flags.h",
1897 "src/base/format-macros.h", 1897 "src/base/format-macros.h",
1898 "src/base/functional.cc", 1898 "src/base/functional.cc",
1899 "src/base/functional.h", 1899 "src/base/functional.h",
1900 "src/base/hashmap.h", 1900 "src/base/hashmap.h",
1901 "src/base/ieee754.cc",
1902 "src/base/ieee754.h",
1901 "src/base/iterator.h", 1903 "src/base/iterator.h",
1902 "src/base/lazy-instance.h", 1904 "src/base/lazy-instance.h",
1903 "src/base/logging.cc", 1905 "src/base/logging.cc",
1904 "src/base/logging.h", 1906 "src/base/logging.h",
1905 "src/base/macros.h", 1907 "src/base/macros.h",
1906 "src/base/once.cc", 1908 "src/base/once.cc",
1907 "src/base/once.h", 1909 "src/base/once.h",
1908 "src/base/platform/condition-variable.cc", 1910 "src/base/platform/condition-variable.cc",
1909 "src/base/platform/condition-variable.h", 1911 "src/base/platform/condition-variable.h",
1910 "src/base/platform/elapsed-timer.h", 1912 "src/base/platform/elapsed-timer.h",
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
2291 2293
2292 deps = [ 2294 deps = [
2293 ":fuzzer_support", 2295 ":fuzzer_support",
2294 ] 2296 ]
2295 2297
2296 configs = [ ":internal_config" ] 2298 configs = [ ":internal_config" ]
2297 } 2299 }
2298 2300
2299 v8_fuzzer("wasm_asmjs_fuzzer") { 2301 v8_fuzzer("wasm_asmjs_fuzzer") {
2300 } 2302 }
OLDNEW
« no previous file with comments | « no previous file | src/assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698