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

Side by Side Diff: BUILD.gn

Issue 1899133004: [Interpreter] Add Ignition statistics JavaScript extension. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. Created 4 years, 7 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/assembler.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/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 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 "src/elements.cc", 1058 "src/elements.cc",
1059 "src/elements.h", 1059 "src/elements.h",
1060 "src/execution.cc", 1060 "src/execution.cc",
1061 "src/execution.h", 1061 "src/execution.h",
1062 "src/extensions/externalize-string-extension.cc", 1062 "src/extensions/externalize-string-extension.cc",
1063 "src/extensions/externalize-string-extension.h", 1063 "src/extensions/externalize-string-extension.h",
1064 "src/extensions/free-buffer-extension.cc", 1064 "src/extensions/free-buffer-extension.cc",
1065 "src/extensions/free-buffer-extension.h", 1065 "src/extensions/free-buffer-extension.h",
1066 "src/extensions/gc-extension.cc", 1066 "src/extensions/gc-extension.cc",
1067 "src/extensions/gc-extension.h", 1067 "src/extensions/gc-extension.h",
1068 "src/extensions/ignition-statistics-extension.cc",
1069 "src/extensions/ignition-statistics-extension.h",
1068 "src/extensions/statistics-extension.cc", 1070 "src/extensions/statistics-extension.cc",
1069 "src/extensions/statistics-extension.h", 1071 "src/extensions/statistics-extension.h",
1070 "src/extensions/trigger-failure-extension.cc", 1072 "src/extensions/trigger-failure-extension.cc",
1071 "src/extensions/trigger-failure-extension.h", 1073 "src/extensions/trigger-failure-extension.h",
1072 "src/external-reference-table.cc", 1074 "src/external-reference-table.cc",
1073 "src/external-reference-table.h", 1075 "src/external-reference-table.h",
1074 "src/factory.cc", 1076 "src/factory.cc",
1075 "src/factory.h", 1077 "src/factory.h",
1076 "src/fast-accessor-assembler.cc", 1078 "src/fast-accessor-assembler.cc",
1077 "src/fast-accessor-assembler.h", 1079 "src/fast-accessor-assembler.h",
(...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after
2157 2159
2158 configs -= [ "//build/config/compiler:chromium_code" ] 2160 configs -= [ "//build/config/compiler:chromium_code" ]
2159 configs += [ "//build/config/compiler:no_chromium_code" ] 2161 configs += [ "//build/config/compiler:no_chromium_code" ]
2160 configs += [ 2162 configs += [
2161 ":internal_config", 2163 ":internal_config",
2162 ":libplatform_config", 2164 ":libplatform_config",
2163 ":features", 2165 ":features",
2164 ":toolchain", 2166 ":toolchain",
2165 ] 2167 ]
2166 } 2168 }
OLDNEW
« no previous file with comments | « no previous file | src/assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698