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

Side by Side Diff: BUILD.gn

Issue 1853123002: [wasm] Refactoring of wasm-external-refs. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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
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/mips.gni") 7 import("//build/config/mips.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 "src/vm-state.h", 1378 "src/vm-state.h",
1379 "src/wasm/asm-wasm-builder.cc", 1379 "src/wasm/asm-wasm-builder.cc",
1380 "src/wasm/asm-wasm-builder.h", 1380 "src/wasm/asm-wasm-builder.h",
1381 "src/wasm/ast-decoder.cc", 1381 "src/wasm/ast-decoder.cc",
1382 "src/wasm/ast-decoder.h", 1382 "src/wasm/ast-decoder.h",
1383 "src/wasm/decoder.h", 1383 "src/wasm/decoder.h",
1384 "src/wasm/encoder.cc", 1384 "src/wasm/encoder.cc",
1385 "src/wasm/encoder.h", 1385 "src/wasm/encoder.h",
1386 "src/wasm/module-decoder.cc", 1386 "src/wasm/module-decoder.cc",
1387 "src/wasm/module-decoder.h", 1387 "src/wasm/module-decoder.h",
1388 "src/wasm/wasm-external-refs.cc",
1388 "src/wasm/wasm-external-refs.h", 1389 "src/wasm/wasm-external-refs.h",
1389 "src/wasm/wasm-js.cc", 1390 "src/wasm/wasm-js.cc",
1390 "src/wasm/wasm-js.h", 1391 "src/wasm/wasm-js.h",
1391 "src/wasm/wasm-macro-gen.h", 1392 "src/wasm/wasm-macro-gen.h",
1392 "src/wasm/wasm-module.cc", 1393 "src/wasm/wasm-module.cc",
1393 "src/wasm/wasm-module.h", 1394 "src/wasm/wasm-module.h",
1394 "src/wasm/wasm-opcodes.cc", 1395 "src/wasm/wasm-opcodes.cc",
1395 "src/wasm/wasm-opcodes.h", 1396 "src/wasm/wasm-opcodes.h",
1396 "src/wasm/wasm-result.cc", 1397 "src/wasm/wasm-result.cc",
1397 "src/wasm/wasm-result.h", 1398 "src/wasm/wasm-result.h",
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
2117 2118
2118 configs -= [ "//build/config/compiler:chromium_code" ] 2119 configs -= [ "//build/config/compiler:chromium_code" ]
2119 configs += [ "//build/config/compiler:no_chromium_code" ] 2120 configs += [ "//build/config/compiler:no_chromium_code" ]
2120 configs += [ 2121 configs += [
2121 ":internal_config", 2122 ":internal_config",
2122 ":libplatform_config", 2123 ":libplatform_config",
2123 ":features", 2124 ":features",
2124 ":toolchain", 2125 ":toolchain",
2125 ] 2126 ]
2126 } 2127 }
OLDNEW
« no previous file with comments | « no previous file | src/wasm/wasm-external-refs.h » ('j') | test/cctest/compiler/test-run-calls-to-external-references.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698