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

Side by Side Diff: BUILD.gn

Issue 2401173002: Version 5.6.1.1 (cherry-pick) (Closed)
Patch Set: Created 4 years, 2 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 | include/v8-version.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/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 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1170 "src/compiler/types.cc", 1170 "src/compiler/types.cc",
1171 "src/compiler/types.h", 1171 "src/compiler/types.h",
1172 "src/compiler/unwinding-info-writer.h", 1172 "src/compiler/unwinding-info-writer.h",
1173 "src/compiler/value-numbering-reducer.cc", 1173 "src/compiler/value-numbering-reducer.cc",
1174 "src/compiler/value-numbering-reducer.h", 1174 "src/compiler/value-numbering-reducer.h",
1175 "src/compiler/verifier.cc", 1175 "src/compiler/verifier.cc",
1176 "src/compiler/verifier.h", 1176 "src/compiler/verifier.h",
1177 "src/compiler/wasm-compiler.cc", 1177 "src/compiler/wasm-compiler.cc",
1178 "src/compiler/wasm-compiler.h", 1178 "src/compiler/wasm-compiler.h",
1179 "src/compiler/wasm-linkage.cc", 1179 "src/compiler/wasm-linkage.cc",
1180 "src/compiler/zone-stats.cc", 1180 "src/compiler/zone-pool.cc",
1181 "src/compiler/zone-stats.h", 1181 "src/compiler/zone-pool.h",
1182 "src/context-measure.cc", 1182 "src/context-measure.cc",
1183 "src/context-measure.h", 1183 "src/context-measure.h",
1184 "src/contexts-inl.h", 1184 "src/contexts-inl.h",
1185 "src/contexts.cc", 1185 "src/contexts.cc",
1186 "src/contexts.h", 1186 "src/contexts.h",
1187 "src/conversions-inl.h", 1187 "src/conversions-inl.h",
1188 "src/conversions.cc", 1188 "src/conversions.cc",
1189 "src/conversions.h", 1189 "src/conversions.h",
1190 "src/counters-inl.h", 1190 "src/counters-inl.h",
1191 "src/counters.cc", 1191 "src/counters.cc",
(...skipping 1758 matching lines...) Expand 10 before | Expand all | Expand 10 after
2950 ] 2950 ]
2951 2951
2952 configs = [ 2952 configs = [
2953 ":external_config", 2953 ":external_config",
2954 ":internal_config_base", 2954 ":internal_config_base",
2955 ] 2955 ]
2956 } 2956 }
2957 2957
2958 v8_fuzzer("wasm_data_section_fuzzer") { 2958 v8_fuzzer("wasm_data_section_fuzzer") {
2959 } 2959 }
OLDNEW
« no previous file with comments | « no previous file | include/v8-version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698