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

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: Additional include for windows. 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
« no previous file with comments | « no previous file | src/wasm/wasm-external-refs.h » ('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/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 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 "src/vm-state.h", 1375 "src/vm-state.h",
1376 "src/wasm/asm-wasm-builder.cc", 1376 "src/wasm/asm-wasm-builder.cc",
1377 "src/wasm/asm-wasm-builder.h", 1377 "src/wasm/asm-wasm-builder.h",
1378 "src/wasm/ast-decoder.cc", 1378 "src/wasm/ast-decoder.cc",
1379 "src/wasm/ast-decoder.h", 1379 "src/wasm/ast-decoder.h",
1380 "src/wasm/decoder.h", 1380 "src/wasm/decoder.h",
1381 "src/wasm/encoder.cc", 1381 "src/wasm/encoder.cc",
1382 "src/wasm/encoder.h", 1382 "src/wasm/encoder.h",
1383 "src/wasm/module-decoder.cc", 1383 "src/wasm/module-decoder.cc",
1384 "src/wasm/module-decoder.h", 1384 "src/wasm/module-decoder.h",
1385 "src/wasm/wasm-external-refs.cc",
1385 "src/wasm/wasm-external-refs.h", 1386 "src/wasm/wasm-external-refs.h",
1386 "src/wasm/wasm-js.cc", 1387 "src/wasm/wasm-js.cc",
1387 "src/wasm/wasm-js.h", 1388 "src/wasm/wasm-js.h",
1388 "src/wasm/wasm-macro-gen.h", 1389 "src/wasm/wasm-macro-gen.h",
1389 "src/wasm/wasm-module.cc", 1390 "src/wasm/wasm-module.cc",
1390 "src/wasm/wasm-module.h", 1391 "src/wasm/wasm-module.h",
1391 "src/wasm/wasm-opcodes.cc", 1392 "src/wasm/wasm-opcodes.cc",
1392 "src/wasm/wasm-opcodes.h", 1393 "src/wasm/wasm-opcodes.h",
1393 "src/wasm/wasm-result.cc", 1394 "src/wasm/wasm-result.cc",
1394 "src/wasm/wasm-result.h", 1395 "src/wasm/wasm-result.h",
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
2116 2117
2117 configs -= [ "//build/config/compiler:chromium_code" ] 2118 configs -= [ "//build/config/compiler:chromium_code" ]
2118 configs += [ "//build/config/compiler:no_chromium_code" ] 2119 configs += [ "//build/config/compiler:no_chromium_code" ]
2119 configs += [ 2120 configs += [
2120 ":internal_config", 2121 ":internal_config",
2121 ":libplatform_config", 2122 ":libplatform_config",
2122 ":features", 2123 ":features",
2123 ":toolchain", 2124 ":toolchain",
2124 ] 2125 ]
2125 } 2126 }
OLDNEW
« no previous file with comments | « no previous file | src/wasm/wasm-external-refs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698