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

Side by Side Diff: src/v8.gyp

Issue 2900713004: [objects] Extract DebugInfo and BreakPointInfo to own file (Closed)
Patch Set: Remove undefs from objects-inl.h 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
« no previous file with comments | « src/objects/object-macros-undef.h ('k') | src/wasm/wasm-objects.cc » ('j') | 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 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/code-cache.h', 1218 'objects/code-cache.h',
1219 'objects/code-cache-inl.h', 1219 'objects/code-cache-inl.h',
1220 'objects/compilation-cache.h', 1220 'objects/compilation-cache.h',
1221 'objects/compilation-cache-inl.h', 1221 'objects/compilation-cache-inl.h',
1222 'objects/debug-objects-inl.h',
1223 'objects/debug-objects.cc',
1224 'objects/debug-objects.h',
1222 'objects/descriptor-array.h', 1225 'objects/descriptor-array.h',
1223 'objects/dictionary.h', 1226 'objects/dictionary.h',
1224 'objects/frame-array.h', 1227 'objects/frame-array.h',
1225 'objects/frame-array-inl.h', 1228 'objects/frame-array-inl.h',
1226 'objects/hash-table.h', 1229 'objects/hash-table.h',
1227 'objects/intl-objects.cc', 1230 'objects/intl-objects.cc',
1228 'objects/intl-objects.h', 1231 'objects/intl-objects.h',
1229 'objects/literal-objects.cc', 1232 'objects/literal-objects.cc',
1230 'objects/literal-objects.h', 1233 'objects/literal-objects.h',
1231 'objects/map-inl.h', 1234 'objects/map-inl.h',
(...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
2599 }], 2602 }],
2600 ['want_separate_host_toolset==1', { 2603 ['want_separate_host_toolset==1', {
2601 'toolsets': ['host'], 2604 'toolsets': ['host'],
2602 }, { 2605 }, {
2603 'toolsets': ['target'], 2606 'toolsets': ['target'],
2604 }], 2607 }],
2605 ], 2608 ],
2606 }, 2609 },
2607 ], 2610 ],
2608 } 2611 }
OLDNEW
« no previous file with comments | « src/objects/object-macros-undef.h ('k') | src/wasm/wasm-objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698