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

Side by Side Diff: BUILD.gn

Issue 2042253002: [icu] Support loading data file from default location (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 | include/v8.h » ('j') | include/v8.h » ('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/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 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 "src/factory.cc", 1132 "src/factory.cc",
1133 "src/factory.h", 1133 "src/factory.h",
1134 "src/fast-accessor-assembler.cc", 1134 "src/fast-accessor-assembler.cc",
1135 "src/fast-accessor-assembler.h", 1135 "src/fast-accessor-assembler.h",
1136 "src/fast-dtoa.cc", 1136 "src/fast-dtoa.cc",
1137 "src/fast-dtoa.h", 1137 "src/fast-dtoa.h",
1138 "src/field-index-inl.h", 1138 "src/field-index-inl.h",
1139 "src/field-index.h", 1139 "src/field-index.h",
1140 "src/field-type.cc", 1140 "src/field-type.cc",
1141 "src/field-type.h", 1141 "src/field-type.h",
1142 "src/file-utils.cc",
1143 "src/file-utils.h",
1142 "src/fixed-dtoa.cc", 1144 "src/fixed-dtoa.cc",
1143 "src/fixed-dtoa.h", 1145 "src/fixed-dtoa.h",
1144 "src/flag-definitions.h", 1146 "src/flag-definitions.h",
1145 "src/flags.cc", 1147 "src/flags.cc",
1146 "src/flags.h", 1148 "src/flags.h",
1147 "src/frames-inl.h", 1149 "src/frames-inl.h",
1148 "src/frames.cc", 1150 "src/frames.cc",
1149 "src/frames.h", 1151 "src/frames.h",
1150 "src/full-codegen/full-codegen.cc", 1152 "src/full-codegen/full-codegen.cc",
1151 "src/full-codegen/full-codegen.h", 1153 "src/full-codegen/full-codegen.h",
(...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after
2269 ] 2271 ]
2270 2272
2271 deps = [ 2273 deps = [
2272 ":fuzzer_support", 2274 ":fuzzer_support",
2273 ] 2275 ]
2274 2276
2275 configs = [ ":internal_config" ] 2277 configs = [ ":internal_config" ]
2276 } 2278 }
2277 2279
2278 v8_fuzzer("wasm_asmjs_fuzzer") {} 2280 v8_fuzzer("wasm_asmjs_fuzzer") {}
OLDNEW
« no previous file with comments | « no previous file | include/v8.h » ('j') | include/v8.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698