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

Side by Side Diff: src/v8.gyp

Issue 1965373002: Remove TypingResetter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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/typing-reset.cc ('k') | test/cctest/cctest.gyp » ('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 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 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'type-cache.h', 1108 'type-cache.h',
1109 'type-feedback-vector-inl.h', 1109 'type-feedback-vector-inl.h',
1110 'type-feedback-vector.cc', 1110 'type-feedback-vector.cc',
1111 'type-feedback-vector.h', 1111 'type-feedback-vector.h',
1112 'type-info.cc', 1112 'type-info.cc',
1113 'type-info.h', 1113 'type-info.h',
1114 'types.cc', 1114 'types.cc',
1115 'types.h', 1115 'types.h',
1116 'typing-asm.cc', 1116 'typing-asm.cc',
1117 'typing-asm.h', 1117 'typing-asm.h',
1118 'typing-reset.cc',
1119 'typing-reset.h',
1120 'unicode-inl.h', 1118 'unicode-inl.h',
1121 'unicode.cc', 1119 'unicode.cc',
1122 'unicode.h', 1120 'unicode.h',
1123 'unicode-cache-inl.h', 1121 'unicode-cache-inl.h',
1124 'unicode-cache.h', 1122 'unicode-cache.h',
1125 'unicode-decoder.cc', 1123 'unicode-decoder.cc',
1126 'unicode-decoder.h', 1124 'unicode-decoder.h',
1127 'utils-inl.h', 1125 'utils-inl.h',
1128 'utils.cc', 1126 'utils.cc',
1129 'utils.h', 1127 'utils.h',
(...skipping 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after
2234 }], 2232 }],
2235 ['want_separate_host_toolset==1', { 2233 ['want_separate_host_toolset==1', {
2236 'toolsets': ['host'], 2234 'toolsets': ['host'],
2237 }, { 2235 }, {
2238 'toolsets': ['target'], 2236 'toolsets': ['target'],
2239 }], 2237 }],
2240 ], 2238 ],
2241 }, 2239 },
2242 ], 2240 ],
2243 } 2241 }
OLDNEW
« no previous file with comments | « src/typing-reset.cc ('k') | test/cctest/cctest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698