| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |