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

Side by Side Diff: BUILD.gn

Issue 2168593002: Don't hide V8 symbols in debug builds (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 4 years, 5 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 | gni/v8.gni » ('j') | gni/v8.gni » ('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 13 matching lines...) Expand all
24 24
25 # Enable compiler warnings when using V8_DEPRECATED apis. 25 # Enable compiler warnings when using V8_DEPRECATED apis.
26 v8_deprecation_warnings = false 26 v8_deprecation_warnings = false
27 27
28 # Enable compiler warnings when using V8_DEPRECATE_SOON apis. 28 # Enable compiler warnings when using V8_DEPRECATE_SOON apis.
29 v8_imminent_deprecation_warnings = "" 29 v8_imminent_deprecation_warnings = ""
30 30
31 # Embeds the given script into the snapshot. 31 # Embeds the given script into the snapshot.
32 v8_embed_script = "" 32 v8_embed_script = ""
33 33
34 # Support for backtrace_symbols on linux.
35 v8_enable_backtrace = false
36
37 # Sets -dENABLE_DISASSEMBLER. 34 # Sets -dENABLE_DISASSEMBLER.
38 v8_enable_disassembler = false 35 v8_enable_disassembler = false
39 36
40 # Sets -dENABLE_GDB_JIT_INTERFACE. 37 # Sets -dENABLE_GDB_JIT_INTERFACE.
41 v8_enable_gdbjit = "" 38 v8_enable_gdbjit = ""
42 39
43 # Sets -dENABLE_HANDLE_ZAPPING. 40 # Sets -dENABLE_HANDLE_ZAPPING.
44 v8_enable_handle_zapping = true 41 v8_enable_handle_zapping = true
45 42
46 # Enable ECMAScript Internationalization API. Enabling this feature will 43 # Enable ECMAScript Internationalization API. Enabling this feature will
(...skipping 2454 matching lines...) Expand 10 before | Expand all | Expand 10 after
2501 2498
2502 deps = [ 2499 deps = [
2503 ":fuzzer_support", 2500 ":fuzzer_support",
2504 ] 2501 ]
2505 2502
2506 configs = [ ":internal_config" ] 2503 configs = [ ":internal_config" ]
2507 } 2504 }
2508 2505
2509 v8_fuzzer("wasm_asmjs_fuzzer") { 2506 v8_fuzzer("wasm_asmjs_fuzzer") {
2510 } 2507 }
OLDNEW
« no previous file with comments | « no previous file | gni/v8.gni » ('j') | gni/v8.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698