Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1261 "src/startup-data-util.cc", | 1261 "src/startup-data-util.cc", |
| 1262 "src/string-builder.cc", | 1262 "src/string-builder.cc", |
| 1263 "src/string-builder.h", | 1263 "src/string-builder.h", |
| 1264 "src/string-search.h", | 1264 "src/string-search.h", |
| 1265 "src/string-stream.cc", | 1265 "src/string-stream.cc", |
| 1266 "src/string-stream.h", | 1266 "src/string-stream.h", |
| 1267 "src/strtod.cc", | 1267 "src/strtod.cc", |
| 1268 "src/strtod.h", | 1268 "src/strtod.h", |
| 1269 "src/token.cc", | 1269 "src/token.cc", |
| 1270 "src/token.h", | 1270 "src/token.h", |
| 1271 "src/tracing/trace-event.h", | |
|
jochen (gone - plz use gerrit)
2015/11/26 13:28:35
the cc file needs to be added here as well
fmeawad
2015/11/26 15:48:21
Done.
| |
| 1271 "src/transitions-inl.h", | 1272 "src/transitions-inl.h", |
| 1272 "src/transitions.cc", | 1273 "src/transitions.cc", |
| 1273 "src/transitions.h", | 1274 "src/transitions.h", |
| 1274 "src/type-cache.cc", | 1275 "src/type-cache.cc", |
| 1275 "src/type-cache.h", | 1276 "src/type-cache.h", |
| 1276 "src/type-feedback-vector-inl.h", | 1277 "src/type-feedback-vector-inl.h", |
| 1277 "src/type-feedback-vector.cc", | 1278 "src/type-feedback-vector.cc", |
| 1278 "src/type-feedback-vector.h", | 1279 "src/type-feedback-vector.h", |
| 1279 "src/type-info.cc", | 1280 "src/type-info.cc", |
| 1280 "src/type-info.h", | 1281 "src/type-info.h", |
| (...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1868 if (!is_component_build) { | 1869 if (!is_component_build) { |
| 1869 sources += [ | 1870 sources += [ |
| 1870 "$target_gen_dir/d8-js.cc", | 1871 "$target_gen_dir/d8-js.cc", |
| 1871 ] | 1872 ] |
| 1872 } | 1873 } |
| 1873 if (v8_enable_i18n_support) { | 1874 if (v8_enable_i18n_support) { |
| 1874 deps += [ "//third_party/icu" ] | 1875 deps += [ "//third_party/icu" ] |
| 1875 } | 1876 } |
| 1876 } | 1877 } |
| 1877 } | 1878 } |
| OLD | NEW |