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

Side by Side Diff: BUILD.gn

Issue 2601643002: [runtime] Add MapUpdater class that manages all kinds of map updates. (Closed)
Patch Set: Addressing comments Created 3 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/json-parser.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/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 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 "src/log.cc", 1525 "src/log.cc",
1526 "src/log.h", 1526 "src/log.h",
1527 "src/lookup-cache-inl.h", 1527 "src/lookup-cache-inl.h",
1528 "src/lookup-cache.cc", 1528 "src/lookup-cache.cc",
1529 "src/lookup-cache.h", 1529 "src/lookup-cache.h",
1530 "src/lookup.cc", 1530 "src/lookup.cc",
1531 "src/lookup.h", 1531 "src/lookup.h",
1532 "src/machine-type.cc", 1532 "src/machine-type.cc",
1533 "src/machine-type.h", 1533 "src/machine-type.h",
1534 "src/macro-assembler.h", 1534 "src/macro-assembler.h",
1535 "src/map-updater.cc",
1536 "src/map-updater.h",
1535 "src/messages.cc", 1537 "src/messages.cc",
1536 "src/messages.h", 1538 "src/messages.h",
1537 "src/msan.h", 1539 "src/msan.h",
1538 "src/objects-body-descriptors-inl.h", 1540 "src/objects-body-descriptors-inl.h",
1539 "src/objects-body-descriptors.h", 1541 "src/objects-body-descriptors.h",
1540 "src/objects-debug.cc", 1542 "src/objects-debug.cc",
1541 "src/objects-inl.h", 1543 "src/objects-inl.h",
1542 "src/objects-printer.cc", 1544 "src/objects-printer.cc",
1543 "src/objects.cc", 1545 "src/objects.cc",
1544 "src/objects.h", 1546 "src/objects.h",
(...skipping 1467 matching lines...) Expand 10 before | Expand all | Expand 10 after
3012 ] 3014 ]
3013 3015
3014 configs = [ 3016 configs = [
3015 ":external_config", 3017 ":external_config",
3016 ":internal_config_base", 3018 ":internal_config_base",
3017 ] 3019 ]
3018 } 3020 }
3019 3021
3020 v8_fuzzer("wasm_data_section_fuzzer") { 3022 v8_fuzzer("wasm_data_section_fuzzer") {
3021 } 3023 }
OLDNEW
« no previous file with comments | « no previous file | src/json-parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698