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

Side by Side Diff: BUILD.gn

Issue 2733743002: [wasm][asm.js] Asm.js -> wasm custom parser. (Closed)
Patch Set: fix Created 3 years, 9 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/asmjs/asm-js.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 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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 "src/api-arguments.h", 962 "src/api-arguments.h",
963 "src/api-natives.cc", 963 "src/api-natives.cc",
964 "src/api-natives.h", 964 "src/api-natives.h",
965 "src/api.cc", 965 "src/api.cc",
966 "src/api.h", 966 "src/api.h",
967 "src/arguments.cc", 967 "src/arguments.cc",
968 "src/arguments.h", 968 "src/arguments.h",
969 "src/asmjs/asm-js.cc", 969 "src/asmjs/asm-js.cc",
970 "src/asmjs/asm-js.h", 970 "src/asmjs/asm-js.h",
971 "src/asmjs/asm-names.h", 971 "src/asmjs/asm-names.h",
972 "src/asmjs/asm-parser.cc",
973 "src/asmjs/asm-parser.h",
972 "src/asmjs/asm-scanner.cc", 974 "src/asmjs/asm-scanner.cc",
973 "src/asmjs/asm-scanner.h", 975 "src/asmjs/asm-scanner.h",
974 "src/asmjs/asm-typer.cc", 976 "src/asmjs/asm-typer.cc",
975 "src/asmjs/asm-typer.h", 977 "src/asmjs/asm-typer.h",
976 "src/asmjs/asm-types.cc", 978 "src/asmjs/asm-types.cc",
977 "src/asmjs/asm-types.h", 979 "src/asmjs/asm-types.h",
978 "src/asmjs/asm-wasm-builder.cc", 980 "src/asmjs/asm-wasm-builder.cc",
979 "src/asmjs/asm-wasm-builder.h", 981 "src/asmjs/asm-wasm-builder.h",
980 "src/asmjs/switch-logic.cc", 982 "src/asmjs/switch-logic.cc",
981 "src/asmjs/switch-logic.h", 983 "src/asmjs/switch-logic.h",
(...skipping 2193 matching lines...) Expand 10 before | Expand all | Expand 10 after
3175 ] 3177 ]
3176 3178
3177 configs = [ 3179 configs = [
3178 ":external_config", 3180 ":external_config",
3179 ":internal_config_base", 3181 ":internal_config_base",
3180 ] 3182 ]
3181 } 3183 }
3182 3184
3183 v8_fuzzer("wasm_compile_fuzzer") { 3185 v8_fuzzer("wasm_compile_fuzzer") {
3184 } 3186 }
OLDNEW
« no previous file with comments | « no previous file | src/asmjs/asm-js.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698