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

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

Issue 337093005: Revert 22098 "Linux perf tool support update + refactoring." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 '../../src/objects-visiting.cc', 570 '../../src/objects-visiting.cc',
571 '../../src/objects-visiting.h', 571 '../../src/objects-visiting.h',
572 '../../src/objects.cc', 572 '../../src/objects.cc',
573 '../../src/objects.h', 573 '../../src/objects.h',
574 '../../src/optimizing-compiler-thread.cc', 574 '../../src/optimizing-compiler-thread.cc',
575 '../../src/optimizing-compiler-thread.h', 575 '../../src/optimizing-compiler-thread.h',
576 '../../src/ostreams.cc', 576 '../../src/ostreams.cc',
577 '../../src/ostreams.h', 577 '../../src/ostreams.h',
578 '../../src/parser.cc', 578 '../../src/parser.cc',
579 '../../src/parser.h', 579 '../../src/parser.h',
580 '../../src/perf-jit.cc',
581 '../../src/perf-jit.h',
582 '../../src/preparse-data-format.h', 580 '../../src/preparse-data-format.h',
583 '../../src/preparse-data.cc', 581 '../../src/preparse-data.cc',
584 '../../src/preparse-data.h', 582 '../../src/preparse-data.h',
585 '../../src/preparser.cc', 583 '../../src/preparser.cc',
586 '../../src/preparser.h', 584 '../../src/preparser.h',
587 '../../src/prettyprinter.cc', 585 '../../src/prettyprinter.cc',
588 '../../src/prettyprinter.h', 586 '../../src/prettyprinter.h',
589 '../../src/profile-generator-inl.h', 587 '../../src/profile-generator-inl.h',
590 '../../src/profile-generator.cc', 588 '../../src/profile-generator.cc',
591 '../../src/profile-generator.h', 589 '../../src/profile-generator.h',
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 }], 1397 }],
1400 ['v8_compress_startup_data=="bz2"', { 1398 ['v8_compress_startup_data=="bz2"', {
1401 'libraries': [ 1399 'libraries': [
1402 '-lbz2', 1400 '-lbz2',
1403 ] 1401 ]
1404 }], 1402 }],
1405 ], 1403 ],
1406 }, 1404 },
1407 ], 1405 ],
1408 } 1406 }
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