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

Side by Side Diff: tools/gyp/v8.gyp

Issue 12314027: Split profile-generator (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 10 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 | Annotate | Revision Log
« src/profile-generator.h ('K') | « src/v8.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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 '../../src/global-handles.cc', 336 '../../src/global-handles.cc',
337 '../../src/global-handles.h', 337 '../../src/global-handles.h',
338 '../../src/globals.h', 338 '../../src/globals.h',
339 '../../src/handles-inl.h', 339 '../../src/handles-inl.h',
340 '../../src/handles.cc', 340 '../../src/handles.cc',
341 '../../src/handles.h', 341 '../../src/handles.h',
342 '../../src/hashmap.h', 342 '../../src/hashmap.h',
343 '../../src/heap-inl.h', 343 '../../src/heap-inl.h',
344 '../../src/heap-profiler.cc', 344 '../../src/heap-profiler.cc',
345 '../../src/heap-profiler.h', 345 '../../src/heap-profiler.h',
346 '../../src/heap-snapshot-generator-inl.h',
347 '../../src/heap-snapshot-generator.cc',
348 '../../src/heap-snapshot-generator.h',
346 '../../src/heap.cc', 349 '../../src/heap.cc',
347 '../../src/heap.h', 350 '../../src/heap.h',
348 '../../src/hydrogen-instructions.cc', 351 '../../src/hydrogen-instructions.cc',
349 '../../src/hydrogen-instructions.h', 352 '../../src/hydrogen-instructions.h',
350 '../../src/hydrogen.cc', 353 '../../src/hydrogen.cc',
351 '../../src/hydrogen.h', 354 '../../src/hydrogen.h',
352 '../../src/ic-inl.h', 355 '../../src/ic-inl.h',
353 '../../src/ic.cc', 356 '../../src/ic.cc',
354 '../../src/ic.h', 357 '../../src/ic.h',
355 '../../src/incremental-marking.cc', 358 '../../src/incremental-marking.cc',
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 }], 1053 }],
1051 ], 1054 ],
1052 'dependencies': [ 1055 'dependencies': [
1053 'v8' 1056 'v8'
1054 ], 1057 ],
1055 }, 1058 },
1056 ], 1059 ],
1057 }], 1060 }],
1058 ], 1061 ],
1059 } 1062 }
OLDNEW
« src/profile-generator.h ('K') | « src/v8.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698