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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1307093006: Spliting out TyperCache into ZoneTypeCache to share with AsmTyper. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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/zone-type-cache.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 981 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 '../../src/v8memory.h', 992 '../../src/v8memory.h',
993 '../../src/v8threads.cc', 993 '../../src/v8threads.cc',
994 '../../src/v8threads.h', 994 '../../src/v8threads.h',
995 '../../src/variables.cc', 995 '../../src/variables.cc',
996 '../../src/variables.h', 996 '../../src/variables.h',
997 '../../src/vector.h', 997 '../../src/vector.h',
998 '../../src/version.cc', 998 '../../src/version.cc',
999 '../../src/version.h', 999 '../../src/version.h',
1000 '../../src/vm-state-inl.h', 1000 '../../src/vm-state-inl.h',
1001 '../../src/vm-state.h', 1001 '../../src/vm-state.h',
1002 '../../src/zone-type-cache.h',
1002 '../../src/zone.cc', 1003 '../../src/zone.cc',
1003 '../../src/zone.h', 1004 '../../src/zone.h',
1004 '../../src/zone-allocator.h', 1005 '../../src/zone-allocator.h',
1005 '../../src/zone-containers.h', 1006 '../../src/zone-containers.h',
1006 '../../src/third_party/fdlibm/fdlibm.cc', 1007 '../../src/third_party/fdlibm/fdlibm.cc',
1007 '../../src/third_party/fdlibm/fdlibm.h', 1008 '../../src/third_party/fdlibm/fdlibm.h',
1008 ], 1009 ],
1009 'conditions': [ 1010 'conditions': [
1010 ['want_separate_host_toolset==1', { 1011 ['want_separate_host_toolset==1', {
1011 'toolsets': ['host', 'target'], 1012 'toolsets': ['host', 'target'],
(...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
2022 }], 2023 }],
2023 ['want_separate_host_toolset==1', { 2024 ['want_separate_host_toolset==1', {
2024 'toolsets': ['host'], 2025 'toolsets': ['host'],
2025 }, { 2026 }, {
2026 'toolsets': ['target'], 2027 'toolsets': ['target'],
2027 }], 2028 }],
2028 ], 2029 ],
2029 }, 2030 },
2030 ], 2031 ],
2031 } 2032 }
OLDNEW
« no previous file with comments | « src/zone-type-cache.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698