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

Side by Side Diff: src/v8.gyp

Issue 2642353002: objects.h splitting: Move RegExpMatchInfo. (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
« src/contexts.h ('K') | « src/regexp/regexp-utils.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 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 'objects-body-descriptors-inl.h', 1071 'objects-body-descriptors-inl.h',
1072 'objects-body-descriptors.h', 1072 'objects-body-descriptors.h',
1073 'objects-debug.cc', 1073 'objects-debug.cc',
1074 'objects-inl.h', 1074 'objects-inl.h',
1075 'objects-printer.cc', 1075 'objects-printer.cc',
1076 'objects.cc', 1076 'objects.cc',
1077 'objects.h', 1077 'objects.h',
1078 'objects/module-info.h', 1078 'objects/module-info.h',
1079 'objects/object-macros.h', 1079 'objects/object-macros.h',
1080 'objects/object-macros-undef.h', 1080 'objects/object-macros-undef.h',
1081 'objects/regexp-match-info.h',
1081 'objects/scope-info.cc', 1082 'objects/scope-info.cc',
1082 'objects/scope-info.h', 1083 'objects/scope-info.h',
1083 'ostreams.cc', 1084 'ostreams.cc',
1084 'ostreams.h', 1085 'ostreams.h',
1085 'parsing/duplicate-finder.cc', 1086 'parsing/duplicate-finder.cc',
1086 'parsing/duplicate-finder.h', 1087 'parsing/duplicate-finder.h',
1087 'parsing/expression-classifier.h', 1088 'parsing/expression-classifier.h',
1088 'parsing/func-name-inferrer.cc', 1089 'parsing/func-name-inferrer.cc',
1089 'parsing/func-name-inferrer.h', 1090 'parsing/func-name-inferrer.h',
1090 'parsing/parameter-initializer-rewriter.cc', 1091 'parsing/parameter-initializer-rewriter.cc',
(...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after
2497 'conditions': [ 2498 'conditions': [
2498 ['want_separate_host_toolset_mkpeephole==1', { 2499 ['want_separate_host_toolset_mkpeephole==1', {
2499 'toolsets': ['host'], 2500 'toolsets': ['host'],
2500 }, { 2501 }, {
2501 'toolsets': ['target'], 2502 'toolsets': ['target'],
2502 }], 2503 }],
2503 ], 2504 ],
2504 }, 2505 },
2505 ], 2506 ],
2506 } 2507 }
OLDNEW
« src/contexts.h ('K') | « src/regexp/regexp-utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698