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

Side by Side Diff: src/v8.gyp

Issue 2663513002: [objects.h splitting] Move out ConstantElementsPair and BoileplateDescriptor. (Closed)
Patch Set: moving constant_elements_kind to ast.cc Created 3 years, 10 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/literal-objects.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 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 'objects-body-descriptors.h', 1077 'objects-body-descriptors.h',
1078 'objects-debug.cc', 1078 'objects-debug.cc',
1079 'objects-inl.h', 1079 'objects-inl.h',
1080 'objects-printer.cc', 1080 'objects-printer.cc',
1081 'objects.cc', 1081 'objects.cc',
1082 'objects.h', 1082 'objects.h',
1083 'objects/module-info.h', 1083 'objects/module-info.h',
1084 'objects/object-macros.h', 1084 'objects/object-macros.h',
1085 'objects/object-macros-undef.h', 1085 'objects/object-macros-undef.h',
1086 'objects/regexp-match-info.h', 1086 'objects/regexp-match-info.h',
1087 'objects/literal-objects.cc',
1088 'objects/literal-objects.h',
1087 'objects/scope-info.cc', 1089 'objects/scope-info.cc',
1088 'objects/scope-info.h', 1090 'objects/scope-info.h',
1089 'ostreams.cc', 1091 'ostreams.cc',
1090 'ostreams.h', 1092 'ostreams.h',
1091 'parsing/duplicate-finder.cc', 1093 'parsing/duplicate-finder.cc',
1092 'parsing/duplicate-finder.h', 1094 'parsing/duplicate-finder.h',
1093 'parsing/expression-classifier.h', 1095 'parsing/expression-classifier.h',
1094 'parsing/func-name-inferrer.cc', 1096 'parsing/func-name-inferrer.cc',
1095 'parsing/func-name-inferrer.h', 1097 'parsing/func-name-inferrer.h',
1096 'parsing/parameter-initializer-rewriter.cc', 1098 'parsing/parameter-initializer-rewriter.cc',
(...skipping 1405 matching lines...) Expand 10 before | Expand all | Expand 10 after
2502 'conditions': [ 2504 'conditions': [
2503 ['want_separate_host_toolset_mkpeephole==1', { 2505 ['want_separate_host_toolset_mkpeephole==1', {
2504 'toolsets': ['host'], 2506 'toolsets': ['host'],
2505 }, { 2507 }, {
2506 'toolsets': ['target'], 2508 'toolsets': ['target'],
2507 }], 2509 }],
2508 ], 2510 ],
2509 }, 2511 },
2510 ], 2512 ],
2511 } 2513 }
OLDNEW
« no previous file with comments | « src/objects/literal-objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698