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

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

Issue 1082183003: Revert of Reland "Remove support for thread-based recompilation" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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/runtime/runtime-test.cc ('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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 '../../src/messages.cc', 773 '../../src/messages.cc',
774 '../../src/messages.h', 774 '../../src/messages.h',
775 '../../src/modules.cc', 775 '../../src/modules.cc',
776 '../../src/modules.h', 776 '../../src/modules.h',
777 '../../src/msan.h', 777 '../../src/msan.h',
778 '../../src/objects-debug.cc', 778 '../../src/objects-debug.cc',
779 '../../src/objects-inl.h', 779 '../../src/objects-inl.h',
780 '../../src/objects-printer.cc', 780 '../../src/objects-printer.cc',
781 '../../src/objects.cc', 781 '../../src/objects.cc',
782 '../../src/objects.h', 782 '../../src/objects.h',
783 '../../src/optimizing-compile-dispatcher.cc', 783 '../../src/optimizing-compiler-thread.cc',
784 '../../src/optimizing-compile-dispatcher.h', 784 '../../src/optimizing-compiler-thread.h',
785 '../../src/ostreams.cc', 785 '../../src/ostreams.cc',
786 '../../src/ostreams.h', 786 '../../src/ostreams.h',
787 '../../src/parser.cc', 787 '../../src/parser.cc',
788 '../../src/parser.h', 788 '../../src/parser.h',
789 '../../src/pending-compilation-error-handler.cc', 789 '../../src/pending-compilation-error-handler.cc',
790 '../../src/pending-compilation-error-handler.h', 790 '../../src/pending-compilation-error-handler.h',
791 '../../src/perf-jit.cc', 791 '../../src/perf-jit.cc',
792 '../../src/perf-jit.h', 792 '../../src/perf-jit.h',
793 '../../src/preparse-data-format.h', 793 '../../src/preparse-data-format.h',
794 '../../src/preparse-data.cc', 794 '../../src/preparse-data.cc',
(...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after
1830 }], 1830 }],
1831 ['want_separate_host_toolset==1', { 1831 ['want_separate_host_toolset==1', {
1832 'toolsets': ['host'], 1832 'toolsets': ['host'],
1833 }, { 1833 }, {
1834 'toolsets': ['target'], 1834 'toolsets': ['target'],
1835 }], 1835 }],
1836 ], 1836 ],
1837 }, 1837 },
1838 ], 1838 ],
1839 } 1839 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698