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

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

Issue 1148293009: Remove the experimental perf jit support until the license is clarified. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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/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 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 '../../src/objects.h', 794 '../../src/objects.h',
795 '../../src/optimizing-compile-dispatcher.cc', 795 '../../src/optimizing-compile-dispatcher.cc',
796 '../../src/optimizing-compile-dispatcher.h', 796 '../../src/optimizing-compile-dispatcher.h',
797 '../../src/ostreams.cc', 797 '../../src/ostreams.cc',
798 '../../src/ostreams.h', 798 '../../src/ostreams.h',
799 '../../src/pattern-rewriter.cc', 799 '../../src/pattern-rewriter.cc',
800 '../../src/parser.cc', 800 '../../src/parser.cc',
801 '../../src/parser.h', 801 '../../src/parser.h',
802 '../../src/pending-compilation-error-handler.cc', 802 '../../src/pending-compilation-error-handler.cc',
803 '../../src/pending-compilation-error-handler.h', 803 '../../src/pending-compilation-error-handler.h',
804 '../../src/perf-jit.cc',
805 '../../src/perf-jit.h',
806 '../../src/preparse-data-format.h', 804 '../../src/preparse-data-format.h',
807 '../../src/preparse-data.cc', 805 '../../src/preparse-data.cc',
808 '../../src/preparse-data.h', 806 '../../src/preparse-data.h',
809 '../../src/preparser.cc', 807 '../../src/preparser.cc',
810 '../../src/preparser.h', 808 '../../src/preparser.h',
811 '../../src/prettyprinter.cc', 809 '../../src/prettyprinter.cc',
812 '../../src/prettyprinter.h', 810 '../../src/prettyprinter.h',
813 '../../src/profile-generator-inl.h', 811 '../../src/profile-generator-inl.h',
814 '../../src/profile-generator.cc', 812 '../../src/profile-generator.cc',
815 '../../src/profile-generator.h', 813 '../../src/profile-generator.h',
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 }], 1879 }],
1882 ['want_separate_host_toolset==1', { 1880 ['want_separate_host_toolset==1', {
1883 'toolsets': ['host'], 1881 'toolsets': ['host'],
1884 }, { 1882 }, {
1885 'toolsets': ['target'], 1883 'toolsets': ['target'],
1886 }], 1884 }],
1887 ], 1885 ],
1888 }, 1886 },
1889 ], 1887 ],
1890 } 1888 }
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