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

Side by Side Diff: BUILD.gn

Issue 2045703007: V8. ASM-2-WASM. New type system. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: vs require unsigned zero. 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/v8.gyp » ('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 1474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1485 "src/utils.h", 1485 "src/utils.h",
1486 "src/v8.cc", 1486 "src/v8.cc",
1487 "src/v8.h", 1487 "src/v8.h",
1488 "src/v8memory.h", 1488 "src/v8memory.h",
1489 "src/v8threads.cc", 1489 "src/v8threads.cc",
1490 "src/v8threads.h", 1490 "src/v8threads.h",
1491 "src/version.cc", 1491 "src/version.cc",
1492 "src/version.h", 1492 "src/version.h",
1493 "src/vm-state-inl.h", 1493 "src/vm-state-inl.h",
1494 "src/vm-state.h", 1494 "src/vm-state.h",
1495 "src/wasm/asm-types.cc",
1496 "src/wasm/asm-types.h",
1495 "src/wasm/asm-wasm-builder.cc", 1497 "src/wasm/asm-wasm-builder.cc",
1496 "src/wasm/asm-wasm-builder.h", 1498 "src/wasm/asm-wasm-builder.h",
1497 "src/wasm/ast-decoder.cc", 1499 "src/wasm/ast-decoder.cc",
1498 "src/wasm/ast-decoder.h", 1500 "src/wasm/ast-decoder.h",
1499 "src/wasm/decoder.h", 1501 "src/wasm/decoder.h",
1500 "src/wasm/encoder.cc", 1502 "src/wasm/encoder.cc",
1501 "src/wasm/encoder.h", 1503 "src/wasm/encoder.h",
1502 "src/wasm/leb-helper.h", 1504 "src/wasm/leb-helper.h",
1503 "src/wasm/module-decoder.cc", 1505 "src/wasm/module-decoder.cc",
1504 "src/wasm/module-decoder.h", 1506 "src/wasm/module-decoder.h",
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
2289 2291
2290 deps = [ 2292 deps = [
2291 ":fuzzer_support", 2293 ":fuzzer_support",
2292 ] 2294 ]
2293 2295
2294 configs = [ ":internal_config" ] 2296 configs = [ ":internal_config" ]
2295 } 2297 }
2296 2298
2297 v8_fuzzer("wasm_asmjs_fuzzer") { 2299 v8_fuzzer("wasm_asmjs_fuzzer") {
2298 } 2300 }
OLDNEW
« no previous file with comments | « no previous file | src/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698