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

Side by Side Diff: src/v8.gyp

Issue 2389313002: Avoid static initializers in PropertyAccessCompiler (Closed)
Patch Set: Ports Created 4 years, 2 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/isolate.cc ('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 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 'heap/slot-set.h', 941 'heap/slot-set.h',
942 'heap/spaces-inl.h', 942 'heap/spaces-inl.h',
943 'heap/spaces.cc', 943 'heap/spaces.cc',
944 'heap/spaces.h', 944 'heap/spaces.h',
945 'heap/store-buffer.cc', 945 'heap/store-buffer.cc',
946 'heap/store-buffer.h', 946 'heap/store-buffer.h',
947 'i18n.cc', 947 'i18n.cc',
948 'i18n.h', 948 'i18n.h',
949 'icu_util.cc', 949 'icu_util.cc',
950 'icu_util.h', 950 'icu_util.h',
951 'ic/access-compiler-data.h',
951 'ic/access-compiler.cc', 952 'ic/access-compiler.cc',
952 'ic/access-compiler.h', 953 'ic/access-compiler.h',
953 'ic/call-optimization.cc', 954 'ic/call-optimization.cc',
954 'ic/call-optimization.h', 955 'ic/call-optimization.h',
955 'ic/handler-compiler.cc', 956 'ic/handler-compiler.cc',
956 'ic/handler-compiler.h', 957 'ic/handler-compiler.h',
957 'ic/handler-configuration.h', 958 'ic/handler-configuration.h',
958 'ic/ic-inl.h', 959 'ic/ic-inl.h',
959 'ic/ic-state.cc', 960 'ic/ic-state.cc',
960 'ic/ic-state.h', 961 'ic/ic-state.h',
(...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 'conditions': [ 2440 'conditions': [
2440 ['want_separate_host_toolset_mkpeephole==1', { 2441 ['want_separate_host_toolset_mkpeephole==1', {
2441 'toolsets': ['host'], 2442 'toolsets': ['host'],
2442 }, { 2443 }, {
2443 'toolsets': ['target'], 2444 'toolsets': ['target'],
2444 }], 2445 }],
2445 ], 2446 ],
2446 }, 2447 },
2447 ], 2448 ],
2448 } 2449 }
OLDNEW
« no previous file with comments | « src/isolate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698