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

Side by Side Diff: BUILD.gn

Issue 2757693003: [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 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 "src/api-arguments.h", 1037 "src/api-arguments.h",
1038 "src/api-natives.cc", 1038 "src/api-natives.cc",
1039 "src/api-natives.h", 1039 "src/api-natives.h",
1040 "src/api.cc", 1040 "src/api.cc",
1041 "src/api.h", 1041 "src/api.h",
1042 "src/arguments.cc", 1042 "src/arguments.cc",
1043 "src/arguments.h", 1043 "src/arguments.h",
1044 "src/asmjs/asm-js.cc", 1044 "src/asmjs/asm-js.cc",
1045 "src/asmjs/asm-js.h", 1045 "src/asmjs/asm-js.h",
1046 "src/asmjs/asm-names.h", 1046 "src/asmjs/asm-names.h",
1047 "src/asmjs/asm-parser.cc",
1048 "src/asmjs/asm-parser.h",
1047 "src/asmjs/asm-scanner.cc", 1049 "src/asmjs/asm-scanner.cc",
1048 "src/asmjs/asm-scanner.h", 1050 "src/asmjs/asm-scanner.h",
1049 "src/asmjs/asm-typer.cc", 1051 "src/asmjs/asm-typer.cc",
1050 "src/asmjs/asm-typer.h", 1052 "src/asmjs/asm-typer.h",
1051 "src/asmjs/asm-types.cc", 1053 "src/asmjs/asm-types.cc",
1052 "src/asmjs/asm-types.h", 1054 "src/asmjs/asm-types.h",
1053 "src/asmjs/asm-wasm-builder.cc", 1055 "src/asmjs/asm-wasm-builder.cc",
1054 "src/asmjs/asm-wasm-builder.h", 1056 "src/asmjs/asm-wasm-builder.h",
1055 "src/asmjs/switch-logic.cc", 1057 "src/asmjs/switch-logic.cc",
1056 "src/asmjs/switch-logic.h", 1058 "src/asmjs/switch-logic.h",
(...skipping 2173 matching lines...) Expand 10 before | Expand all | Expand 10 after
3230 ] 3232 ]
3231 3233
3232 configs = [ 3234 configs = [
3233 ":external_config", 3235 ":external_config",
3234 ":internal_config_base", 3236 ":internal_config_base",
3235 ] 3237 ]
3236 } 3238 }
3237 3239
3238 v8_fuzzer("wasm_compile_fuzzer") { 3240 v8_fuzzer("wasm_compile_fuzzer") {
3239 } 3241 }
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