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

Side by Side Diff: BUILD.gn

Issue 2316503004: KeyedLookupCache and DescriptorLookupCache -> lookup-cache{-inl.h,.cc,.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/lookup.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 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 "src/layout-descriptor-inl.h", 1431 "src/layout-descriptor-inl.h",
1432 "src/layout-descriptor.cc", 1432 "src/layout-descriptor.cc",
1433 "src/layout-descriptor.h", 1433 "src/layout-descriptor.h",
1434 "src/list-inl.h", 1434 "src/list-inl.h",
1435 "src/list.h", 1435 "src/list.h",
1436 "src/log-inl.h", 1436 "src/log-inl.h",
1437 "src/log-utils.cc", 1437 "src/log-utils.cc",
1438 "src/log-utils.h", 1438 "src/log-utils.h",
1439 "src/log.cc", 1439 "src/log.cc",
1440 "src/log.h", 1440 "src/log.h",
1441 "src/lookup-inl.h", 1441 "src/lookup-cache-inl.h",
1442 "src/lookup-cache.cc",
1443 "src/lookup-cache.h",
1442 "src/lookup.cc", 1444 "src/lookup.cc",
1443 "src/lookup.h", 1445 "src/lookup.h",
1444 "src/machine-type.cc", 1446 "src/machine-type.cc",
1445 "src/machine-type.h", 1447 "src/machine-type.h",
1446 "src/macro-assembler.h", 1448 "src/macro-assembler.h",
1447 "src/messages.cc", 1449 "src/messages.cc",
1448 "src/messages.h", 1450 "src/messages.h",
1449 "src/msan.h", 1451 "src/msan.h",
1450 "src/objects-body-descriptors-inl.h", 1452 "src/objects-body-descriptors-inl.h",
1451 "src/objects-body-descriptors.h", 1453 "src/objects-body-descriptors.h",
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
2599 2601
2600 deps = [ 2602 deps = [
2601 ":fuzzer_support", 2603 ":fuzzer_support",
2602 ] 2604 ]
2603 2605
2604 configs = [ ":internal_config" ] 2606 configs = [ ":internal_config" ]
2605 } 2607 }
2606 2608
2607 v8_fuzzer("wasm_code_fuzzer") { 2609 v8_fuzzer("wasm_code_fuzzer") {
2608 } 2610 }
OLDNEW
« no previous file with comments | « no previous file | src/lookup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698