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

Side by Side Diff: BUILD.gn

Issue 2751693002: [wasm][asm.js] Adding custom asm.js lexer. (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-names.h » ('j') | src/asmjs/asm-scanner.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 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 "src/api-arguments.cc", 911 "src/api-arguments.cc",
912 "src/api-arguments.h", 912 "src/api-arguments.h",
913 "src/api-natives.cc", 913 "src/api-natives.cc",
914 "src/api-natives.h", 914 "src/api-natives.h",
915 "src/api.cc", 915 "src/api.cc",
916 "src/api.h", 916 "src/api.h",
917 "src/arguments.cc", 917 "src/arguments.cc",
918 "src/arguments.h", 918 "src/arguments.h",
919 "src/asmjs/asm-js.cc", 919 "src/asmjs/asm-js.cc",
920 "src/asmjs/asm-js.h", 920 "src/asmjs/asm-js.h",
921 "src/asmjs/asm-names.h",
922 "src/asmjs/asm-scanner.cc",
923 "src/asmjs/asm-scanner.h",
921 "src/asmjs/asm-typer.cc", 924 "src/asmjs/asm-typer.cc",
922 "src/asmjs/asm-typer.h", 925 "src/asmjs/asm-typer.h",
923 "src/asmjs/asm-types.cc", 926 "src/asmjs/asm-types.cc",
924 "src/asmjs/asm-types.h", 927 "src/asmjs/asm-types.h",
925 "src/asmjs/asm-wasm-builder.cc", 928 "src/asmjs/asm-wasm-builder.cc",
926 "src/asmjs/asm-wasm-builder.h", 929 "src/asmjs/asm-wasm-builder.h",
927 "src/asmjs/switch-logic.cc", 930 "src/asmjs/switch-logic.cc",
928 "src/asmjs/switch-logic.h", 931 "src/asmjs/switch-logic.h",
929 "src/assembler-inl.h", 932 "src/assembler-inl.h",
930 "src/assembler.cc", 933 "src/assembler.cc",
(...skipping 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after
3134 ] 3137 ]
3135 3138
3136 configs = [ 3139 configs = [
3137 ":external_config", 3140 ":external_config",
3138 ":internal_config_base", 3141 ":internal_config_base",
3139 ] 3142 ]
3140 } 3143 }
3141 3144
3142 v8_fuzzer("wasm_compile_fuzzer") { 3145 v8_fuzzer("wasm_compile_fuzzer") {
3143 } 3146 }
OLDNEW
« no previous file with comments | « no previous file | src/asmjs/asm-names.h » ('j') | src/asmjs/asm-scanner.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698