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

Side by Side Diff: BUILD.gn

Issue 2061623002: Introduce JIT code events dispatcher for the isolate. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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/builtins.cc » ('j') | src/isolate.cc » ('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 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 "src/builtins.cc", 812 "src/builtins.cc",
813 "src/builtins.h", 813 "src/builtins.h",
814 "src/cached-powers.cc", 814 "src/cached-powers.cc",
815 "src/cached-powers.h", 815 "src/cached-powers.h",
816 "src/cancelable-task.cc", 816 "src/cancelable-task.cc",
817 "src/cancelable-task.h", 817 "src/cancelable-task.h",
818 "src/char-predicates-inl.h", 818 "src/char-predicates-inl.h",
819 "src/char-predicates.cc", 819 "src/char-predicates.cc",
820 "src/char-predicates.h", 820 "src/char-predicates.h",
821 "src/checks.h", 821 "src/checks.h",
822 "src/code-events.h",
822 "src/code-factory.cc", 823 "src/code-factory.cc",
823 "src/code-factory.h", 824 "src/code-factory.h",
824 "src/code-stub-assembler.cc", 825 "src/code-stub-assembler.cc",
825 "src/code-stub-assembler.h", 826 "src/code-stub-assembler.h",
826 "src/code-stubs-hydrogen.cc", 827 "src/code-stubs-hydrogen.cc",
827 "src/code-stubs.cc", 828 "src/code-stubs.cc",
828 "src/code-stubs.h", 829 "src/code-stubs.h",
829 "src/codegen.cc", 830 "src/codegen.cc",
830 "src/codegen.h", 831 "src/codegen.h",
831 "src/collector.h", 832 "src/collector.h",
(...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after
2289 2290
2290 deps = [ 2291 deps = [
2291 ":fuzzer_support", 2292 ":fuzzer_support",
2292 ] 2293 ]
2293 2294
2294 configs = [ ":internal_config" ] 2295 configs = [ ":internal_config" ]
2295 } 2296 }
2296 2297
2297 v8_fuzzer("wasm_asmjs_fuzzer") { 2298 v8_fuzzer("wasm_asmjs_fuzzer") {
2298 } 2299 }
OLDNEW
« no previous file with comments | « no previous file | src/builtins.cc » ('j') | src/isolate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698