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

Side by Side Diff: BUILD.gn

Issue 2311003002: KeyLookupCache,DescriptorLookupCache: heap.h -> lookup.h (Closed)
Patch Set: Created 4 years, 3 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/heap/heap.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 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 "src/layout-descriptor-inl.h", 1429 "src/layout-descriptor-inl.h",
1430 "src/layout-descriptor.cc", 1430 "src/layout-descriptor.cc",
1431 "src/layout-descriptor.h", 1431 "src/layout-descriptor.h",
1432 "src/list-inl.h", 1432 "src/list-inl.h",
1433 "src/list.h", 1433 "src/list.h",
1434 "src/log-inl.h", 1434 "src/log-inl.h",
1435 "src/log-utils.cc", 1435 "src/log-utils.cc",
1436 "src/log-utils.h", 1436 "src/log-utils.h",
1437 "src/log.cc", 1437 "src/log.cc",
1438 "src/log.h", 1438 "src/log.h",
1439 "src/lookup-inl.h",
1439 "src/lookup.cc", 1440 "src/lookup.cc",
1440 "src/lookup.h", 1441 "src/lookup.h",
1441 "src/machine-type.cc", 1442 "src/machine-type.cc",
1442 "src/machine-type.h", 1443 "src/machine-type.h",
1443 "src/macro-assembler.h", 1444 "src/macro-assembler.h",
1444 "src/messages.cc", 1445 "src/messages.cc",
1445 "src/messages.h", 1446 "src/messages.h",
1446 "src/msan.h", 1447 "src/msan.h",
1447 "src/objects-body-descriptors-inl.h", 1448 "src/objects-body-descriptors-inl.h",
1448 "src/objects-body-descriptors.h", 1449 "src/objects-body-descriptors.h",
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
2598 2599
2599 deps = [ 2600 deps = [
2600 ":fuzzer_support", 2601 ":fuzzer_support",
2601 ] 2602 ]
2602 2603
2603 configs = [ ":internal_config" ] 2604 configs = [ ":internal_config" ]
2604 } 2605 }
2605 2606
2606 v8_fuzzer("wasm_code_fuzzer") { 2607 v8_fuzzer("wasm_code_fuzzer") {
2607 } 2608 }
OLDNEW
« no previous file with comments | « no previous file | src/heap/heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698