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

Side by Side Diff: src/v8.gyp

Issue 2623573003: objects.h splitting: move ModuleInfo (Closed)
Patch Set: ditto 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
« 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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 'messages.cc', 1066 'messages.cc',
1067 'messages.h', 1067 'messages.h',
1068 'msan.h', 1068 'msan.h',
1069 'objects-body-descriptors-inl.h', 1069 'objects-body-descriptors-inl.h',
1070 'objects-body-descriptors.h', 1070 'objects-body-descriptors.h',
1071 'objects-debug.cc', 1071 'objects-debug.cc',
1072 'objects-inl.h', 1072 'objects-inl.h',
1073 'objects-printer.cc', 1073 'objects-printer.cc',
1074 'objects.cc', 1074 'objects.cc',
1075 'objects.h', 1075 'objects.h',
1076 'objects/module-info.h',
1076 'objects/object-macros.h', 1077 'objects/object-macros.h',
1077 'objects/object-macros-undef.h', 1078 'objects/object-macros-undef.h',
1078 'objects/scope-info.h', 1079 'objects/scope-info.h',
1079 'ostreams.cc', 1080 'ostreams.cc',
1080 'ostreams.h', 1081 'ostreams.h',
1081 'parsing/duplicate-finder.cc', 1082 'parsing/duplicate-finder.cc',
1082 'parsing/duplicate-finder.h', 1083 'parsing/duplicate-finder.h',
1083 'parsing/expression-classifier.h', 1084 'parsing/expression-classifier.h',
1084 'parsing/func-name-inferrer.cc', 1085 'parsing/func-name-inferrer.cc',
1085 'parsing/func-name-inferrer.h', 1086 'parsing/func-name-inferrer.h',
(...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after
2493 'conditions': [ 2494 'conditions': [
2494 ['want_separate_host_toolset_mkpeephole==1', { 2495 ['want_separate_host_toolset_mkpeephole==1', {
2495 'toolsets': ['host'], 2496 'toolsets': ['host'],
2496 }, { 2497 }, {
2497 'toolsets': ['target'], 2498 'toolsets': ['target'],
2498 }], 2499 }],
2499 ], 2500 ],
2500 }, 2501 },
2501 ], 2502 ],
2502 } 2503 }
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