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

Side by Side Diff: BUILD.gn

Issue 1640563004: Reland of "[heap] Parallel newspace evacuation, semispace copy, and compaction \o/" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Convert bogus DCHECK into proper branch Created 4 years, 11 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/globals.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/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 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after
1310 "src/typing-asm.h", 1310 "src/typing-asm.h",
1311 "src/typing-reset.cc", 1311 "src/typing-reset.cc",
1312 "src/typing-reset.h", 1312 "src/typing-reset.h",
1313 "src/unicode-inl.h", 1313 "src/unicode-inl.h",
1314 "src/unicode.cc", 1314 "src/unicode.cc",
1315 "src/unicode.h", 1315 "src/unicode.h",
1316 "src/unicode-cache-inl.h", 1316 "src/unicode-cache-inl.h",
1317 "src/unicode-cache.h", 1317 "src/unicode-cache.h",
1318 "src/unicode-decoder.cc", 1318 "src/unicode-decoder.cc",
1319 "src/unicode-decoder.h", 1319 "src/unicode-decoder.h",
1320 "src/utils-inl.h",
1320 "src/utils.cc", 1321 "src/utils.cc",
1321 "src/utils.h", 1322 "src/utils.h",
1322 "src/v8.cc", 1323 "src/v8.cc",
1323 "src/v8.h", 1324 "src/v8.h",
1324 "src/v8memory.h", 1325 "src/v8memory.h",
1325 "src/v8threads.cc", 1326 "src/v8threads.cc",
1326 "src/v8threads.h", 1327 "src/v8threads.h",
1327 "src/version.cc", 1328 "src/version.cc",
1328 "src/version.h", 1329 "src/version.h",
1329 "src/vm-state-inl.h", 1330 "src/vm-state-inl.h",
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
1945 ] 1946 ]
1946 1947
1947 configs -= [ "//build/config/compiler:chromium_code" ] 1948 configs -= [ "//build/config/compiler:chromium_code" ]
1948 configs += [ "//build/config/compiler:no_chromium_code" ] 1949 configs += [ "//build/config/compiler:no_chromium_code" ]
1949 configs += [ 1950 configs += [
1950 ":internal_config", 1951 ":internal_config",
1951 ":features", 1952 ":features",
1952 ":toolchain", 1953 ":toolchain",
1953 ] 1954 ]
1954 } 1955 }
OLDNEW
« no previous file with comments | « no previous file | src/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698