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

Side by Side Diff: src/v8.gyp

Issue 2594663002: objects.h splitting: Split out ScopeInfo + add necessary structures. (Closed)
Patch Set: scope-info.h iwyu + remove scope-info-inl.h Created 4 years 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/scope-info.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 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 'messages.cc', 1061 'messages.cc',
1062 'messages.h', 1062 'messages.h',
1063 'msan.h', 1063 'msan.h',
1064 'objects-body-descriptors-inl.h', 1064 'objects-body-descriptors-inl.h',
1065 'objects-body-descriptors.h', 1065 'objects-body-descriptors.h',
1066 'objects-debug.cc', 1066 'objects-debug.cc',
1067 'objects-inl.h', 1067 'objects-inl.h',
1068 'objects-printer.cc', 1068 'objects-printer.cc',
1069 'objects.cc', 1069 'objects.cc',
1070 'objects.h', 1070 'objects.h',
1071 'objects/object-macros.h',
1072 'objects/object-macros-undef.h',
1073 'objects/scope-info.h',
1071 'ostreams.cc', 1074 'ostreams.cc',
1072 'ostreams.h', 1075 'ostreams.h',
1073 'parsing/duplicate-finder.cc', 1076 'parsing/duplicate-finder.cc',
1074 'parsing/duplicate-finder.h', 1077 'parsing/duplicate-finder.h',
1075 'parsing/expression-classifier.h', 1078 'parsing/expression-classifier.h',
1076 'parsing/func-name-inferrer.cc', 1079 'parsing/func-name-inferrer.cc',
1077 'parsing/func-name-inferrer.h', 1080 'parsing/func-name-inferrer.h',
1078 'parsing/parameter-initializer-rewriter.cc', 1081 'parsing/parameter-initializer-rewriter.cc',
1079 'parsing/parameter-initializer-rewriter.h', 1082 'parsing/parameter-initializer-rewriter.h',
1080 'parsing/parse-info.cc', 1083 'parsing/parse-info.cc',
(...skipping 1403 matching lines...) Expand 10 before | Expand all | Expand 10 after
2484 'conditions': [ 2487 'conditions': [
2485 ['want_separate_host_toolset_mkpeephole==1', { 2488 ['want_separate_host_toolset_mkpeephole==1', {
2486 'toolsets': ['host'], 2489 'toolsets': ['host'],
2487 }, { 2490 }, {
2488 'toolsets': ['target'], 2491 'toolsets': ['target'],
2489 }], 2492 }],
2490 ], 2493 ],
2491 }, 2494 },
2492 ], 2495 ],
2493 } 2496 }
OLDNEW
« no previous file with comments | « src/objects/scope-info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698