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

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

Issue 367033002: Reland "Linux perf tool support update + refactoring." (r22146, attempt #5) (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: git cl format Created 6 years, 5 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
« no previous file with comments | « src/third_party/kernel/tools/perf/util/jitdump.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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 '../../src/objects-visiting.cc', 563 '../../src/objects-visiting.cc',
564 '../../src/objects-visiting.h', 564 '../../src/objects-visiting.h',
565 '../../src/objects.cc', 565 '../../src/objects.cc',
566 '../../src/objects.h', 566 '../../src/objects.h',
567 '../../src/optimizing-compiler-thread.cc', 567 '../../src/optimizing-compiler-thread.cc',
568 '../../src/optimizing-compiler-thread.h', 568 '../../src/optimizing-compiler-thread.h',
569 '../../src/ostreams.cc', 569 '../../src/ostreams.cc',
570 '../../src/ostreams.h', 570 '../../src/ostreams.h',
571 '../../src/parser.cc', 571 '../../src/parser.cc',
572 '../../src/parser.h', 572 '../../src/parser.h',
573 '../../src/perf-jit.cc',
574 '../../src/perf-jit.h',
573 '../../src/preparse-data-format.h', 575 '../../src/preparse-data-format.h',
574 '../../src/preparse-data.cc', 576 '../../src/preparse-data.cc',
575 '../../src/preparse-data.h', 577 '../../src/preparse-data.h',
576 '../../src/preparser.cc', 578 '../../src/preparser.cc',
577 '../../src/preparser.h', 579 '../../src/preparser.h',
578 '../../src/prettyprinter.cc', 580 '../../src/prettyprinter.cc',
579 '../../src/prettyprinter.h', 581 '../../src/prettyprinter.h',
580 '../../src/profile-generator-inl.h', 582 '../../src/profile-generator-inl.h',
581 '../../src/profile-generator.cc', 583 '../../src/profile-generator.cc',
582 '../../src/profile-generator.h', 584 '../../src/profile-generator.h',
(...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 }], 1427 }],
1426 ['v8_compress_startup_data=="bz2"', { 1428 ['v8_compress_startup_data=="bz2"', {
1427 'libraries': [ 1429 'libraries': [
1428 '-lbz2', 1430 '-lbz2',
1429 ] 1431 ]
1430 }], 1432 }],
1431 ], 1433 ],
1432 }, 1434 },
1433 ], 1435 ],
1434 } 1436 }
OLDNEW
« no previous file with comments | « src/third_party/kernel/tools/perf/util/jitdump.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698