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

Side by Side Diff: src/v8.gyp

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 | « src/objects-inl.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 'layout-descriptor.h', 1025 'layout-descriptor.h',
1026 'list-inl.h', 1026 'list-inl.h',
1027 'list.h', 1027 'list.h',
1028 'locked-queue-inl.h', 1028 'locked-queue-inl.h',
1029 'locked-queue.h', 1029 'locked-queue.h',
1030 'log-inl.h', 1030 'log-inl.h',
1031 'log-utils.cc', 1031 'log-utils.cc',
1032 'log-utils.h', 1032 'log-utils.h',
1033 'log.cc', 1033 'log.cc',
1034 'log.h', 1034 'log.h',
1035 'lookup-inl.h',
1035 'lookup.cc', 1036 'lookup.cc',
1036 'lookup.h', 1037 'lookup.h',
1037 'macro-assembler.h', 1038 'macro-assembler.h',
1038 'machine-type.cc', 1039 'machine-type.cc',
1039 'machine-type.h', 1040 'machine-type.h',
1040 'messages.cc', 1041 'messages.cc',
1041 'messages.h', 1042 'messages.h',
1042 'msan.h', 1043 'msan.h',
1043 'objects-body-descriptors-inl.h', 1044 'objects-body-descriptors-inl.h',
1044 'objects-body-descriptors.h', 1045 'objects-body-descriptors.h',
(...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
2418 'conditions': [ 2419 'conditions': [
2419 ['want_separate_host_toolset_mkpeephole==1', { 2420 ['want_separate_host_toolset_mkpeephole==1', {
2420 'toolsets': ['host'], 2421 'toolsets': ['host'],
2421 }, { 2422 }, {
2422 'toolsets': ['target'], 2423 'toolsets': ['target'],
2423 }], 2424 }],
2424 ], 2425 ],
2425 }, 2426 },
2426 ], 2427 ],
2427 } 2428 }
OLDNEW
« no previous file with comments | « src/objects-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698