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

Side by Side Diff: src/v8.gyp

Issue 2900713004: [objects] Extract DebugInfo and BreakPointInfo to own file (Closed)
Patch Set: Created 3 years, 7 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/objects/breakpoints-info.h ('K') | « src/objects/debug-info.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 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 'messages.cc', 1208 'messages.cc',
1209 'messages.h', 1209 'messages.h',
1210 'msan.h', 1210 'msan.h',
1211 'objects-body-descriptors-inl.h', 1211 'objects-body-descriptors-inl.h',
1212 'objects-body-descriptors.h', 1212 'objects-body-descriptors.h',
1213 'objects-debug.cc', 1213 'objects-debug.cc',
1214 'objects-inl.h', 1214 'objects-inl.h',
1215 'objects-printer.cc', 1215 'objects-printer.cc',
1216 'objects.cc', 1216 'objects.cc',
1217 'objects.h', 1217 'objects.h',
1218 'objects/breakpoints-info.cc',
1219 'objects/breakpoints-info.h',
1218 'objects/code-cache.h', 1220 'objects/code-cache.h',
1219 'objects/code-cache-inl.h', 1221 'objects/code-cache-inl.h',
1220 'objects/compilation-cache.h', 1222 'objects/compilation-cache.h',
1221 'objects/compilation-cache-inl.h', 1223 'objects/compilation-cache-inl.h',
1224 'objects/debug-info.cc',
1225 'objects/debug-info.h',
1222 'objects/descriptor-array.h', 1226 'objects/descriptor-array.h',
1223 'objects/dictionary.h', 1227 'objects/dictionary.h',
1224 'objects/frame-array.h', 1228 'objects/frame-array.h',
1225 'objects/frame-array-inl.h', 1229 'objects/frame-array-inl.h',
1226 'objects/hash-table.h', 1230 'objects/hash-table.h',
1227 'objects/intl-objects.cc', 1231 'objects/intl-objects.cc',
1228 'objects/intl-objects.h', 1232 'objects/intl-objects.h',
1229 'objects/literal-objects.cc', 1233 'objects/literal-objects.cc',
1230 'objects/literal-objects.h', 1234 'objects/literal-objects.h',
1231 'objects/map-inl.h', 1235 'objects/map-inl.h',
(...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
2599 }], 2603 }],
2600 ['want_separate_host_toolset==1', { 2604 ['want_separate_host_toolset==1', {
2601 'toolsets': ['host'], 2605 'toolsets': ['host'],
2602 }, { 2606 }, {
2603 'toolsets': ['target'], 2607 'toolsets': ['target'],
2604 }], 2608 }],
2605 ], 2609 ],
2606 }, 2610 },
2607 ], 2611 ],
2608 } 2612 }
OLDNEW
« src/objects/breakpoints-info.h ('K') | « src/objects/debug-info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698