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

Side by Side Diff: BUILD.gn

Issue 2751693002: [wasm][asm.js] Adding custom asm.js lexer. (Closed)
Patch Set: fix warning 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-lexer.h » ('j') | src/asmjs/asm-lexer.h » ('J')
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 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 "src/api-experimental.cc", 955 "src/api-experimental.cc",
956 "src/api-experimental.h", 956 "src/api-experimental.h",
957 "src/api-natives.cc", 957 "src/api-natives.cc",
958 "src/api-natives.h", 958 "src/api-natives.h",
959 "src/api.cc", 959 "src/api.cc",
960 "src/api.h", 960 "src/api.h",
961 "src/arguments.cc", 961 "src/arguments.cc",
962 "src/arguments.h", 962 "src/arguments.h",
963 "src/asmjs/asm-js.cc", 963 "src/asmjs/asm-js.cc",
964 "src/asmjs/asm-js.h", 964 "src/asmjs/asm-js.h",
965 "src/asmjs/asm-lexer.cc",
966 "src/asmjs/asm-lexer.h",
967 "src/asmjs/asm-names.h",
965 "src/asmjs/asm-typer.cc", 968 "src/asmjs/asm-typer.cc",
966 "src/asmjs/asm-typer.h", 969 "src/asmjs/asm-typer.h",
967 "src/asmjs/asm-types.cc", 970 "src/asmjs/asm-types.cc",
968 "src/asmjs/asm-types.h", 971 "src/asmjs/asm-types.h",
969 "src/asmjs/asm-wasm-builder.cc", 972 "src/asmjs/asm-wasm-builder.cc",
970 "src/asmjs/asm-wasm-builder.h", 973 "src/asmjs/asm-wasm-builder.h",
971 "src/asmjs/switch-logic.cc", 974 "src/asmjs/switch-logic.cc",
972 "src/asmjs/switch-logic.h", 975 "src/asmjs/switch-logic.h",
973 "src/assembler-inl.h", 976 "src/assembler-inl.h",
974 "src/assembler.cc", 977 "src/assembler.cc",
(...skipping 2199 matching lines...) Expand 10 before | Expand all | Expand 10 after
3174 ] 3177 ]
3175 3178
3176 configs = [ 3179 configs = [
3177 ":external_config", 3180 ":external_config",
3178 ":internal_config_base", 3181 ":internal_config_base",
3179 ] 3182 ]
3180 } 3183 }
3181 3184
3182 v8_fuzzer("wasm_compile_fuzzer") { 3185 v8_fuzzer("wasm_compile_fuzzer") {
3183 } 3186 }
OLDNEW
« no previous file with comments | « no previous file | src/asmjs/asm-lexer.h » ('j') | src/asmjs/asm-lexer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698