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

Side by Side Diff: src/v8.gyp

Issue 2647493002: [ic] Clean up handler boilerplate (Closed)
Patch Set: Created 3 years, 11 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
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 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 'heap/store-buffer.cc', 957 'heap/store-buffer.cc',
958 'heap/store-buffer.h', 958 'heap/store-buffer.h',
959 'i18n.cc', 959 'i18n.cc',
960 'i18n.h', 960 'i18n.h',
961 'icu_util.cc', 961 'icu_util.cc',
962 'icu_util.h', 962 'icu_util.h',
963 'ic/access-compiler-data.h', 963 'ic/access-compiler-data.h',
964 'ic/access-compiler.cc', 964 'ic/access-compiler.cc',
965 'ic/access-compiler.h', 965 'ic/access-compiler.h',
966 'ic/accessor-assembler.cc', 966 'ic/accessor-assembler.cc',
967 'ic/accessor-assembler-impl.h',
968 'ic/accessor-assembler.h', 967 'ic/accessor-assembler.h',
969 'ic/call-optimization.cc', 968 'ic/call-optimization.cc',
970 'ic/call-optimization.h', 969 'ic/call-optimization.h',
971 'ic/handler-compiler.cc', 970 'ic/handler-compiler.cc',
972 'ic/handler-compiler.h', 971 'ic/handler-compiler.h',
973 'ic/handler-configuration-inl.h', 972 'ic/handler-configuration-inl.h',
974 'ic/handler-configuration.h', 973 'ic/handler-configuration.h',
975 'ic/ic-inl.h', 974 'ic/ic-inl.h',
976 'ic/ic-state.cc', 975 'ic/ic-state.cc',
977 'ic/ic-state.h', 976 'ic/ic-state.h',
(...skipping 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after
2495 'conditions': [ 2494 'conditions': [
2496 ['want_separate_host_toolset_mkpeephole==1', { 2495 ['want_separate_host_toolset_mkpeephole==1', {
2497 'toolsets': ['host'], 2496 'toolsets': ['host'],
2498 }, { 2497 }, {
2499 'toolsets': ['target'], 2498 'toolsets': ['target'],
2500 }], 2499 }],
2501 ], 2500 ],
2502 }, 2501 },
2503 ], 2502 ],
2504 } 2503 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698