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

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: rebaseline 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') | 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/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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 "src/builtins.cc", 782 "src/builtins.cc",
783 "src/builtins.h", 783 "src/builtins.h",
784 "src/cached-powers.cc", 784 "src/cached-powers.cc",
785 "src/cached-powers.h", 785 "src/cached-powers.h",
786 "src/cancelable-task.cc", 786 "src/cancelable-task.cc",
787 "src/cancelable-task.h", 787 "src/cancelable-task.h",
788 "src/char-predicates-inl.h", 788 "src/char-predicates-inl.h",
789 "src/char-predicates.cc", 789 "src/char-predicates.cc",
790 "src/char-predicates.h", 790 "src/char-predicates.h",
791 "src/checks.h", 791 "src/checks.h",
792 "src/code-events.h",
792 "src/code-factory.cc", 793 "src/code-factory.cc",
793 "src/code-factory.h", 794 "src/code-factory.h",
794 "src/code-stub-assembler.cc", 795 "src/code-stub-assembler.cc",
795 "src/code-stub-assembler.h", 796 "src/code-stub-assembler.h",
796 "src/code-stubs-hydrogen.cc", 797 "src/code-stubs-hydrogen.cc",
797 "src/code-stubs.cc", 798 "src/code-stubs.cc",
798 "src/code-stubs.h", 799 "src/code-stubs.h",
799 "src/codegen.cc", 800 "src/codegen.cc",
800 "src/codegen.h", 801 "src/codegen.h",
801 "src/collector.h", 802 "src/collector.h",
(...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after
2245 2246
2246 deps = [ 2247 deps = [
2247 ":fuzzer_support", 2248 ":fuzzer_support",
2248 ] 2249 ]
2249 2250
2250 configs = [ ":internal_config" ] 2251 configs = [ ":internal_config" ]
2251 } 2252 }
2252 2253
2253 v8_fuzzer("wasm_asmjs_fuzzer") { 2254 v8_fuzzer("wasm_asmjs_fuzzer") {
2254 } 2255 }
OLDNEW
« no previous file with comments | « no previous file | src/builtins.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698