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

Side by Side Diff: src/v8.gyp

Issue 2171323002: Introduce a holder for compile jobs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
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 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 'compiler/unwinding-info-writer.h', 724 'compiler/unwinding-info-writer.h',
725 'compiler/value-numbering-reducer.cc', 725 'compiler/value-numbering-reducer.cc',
726 'compiler/value-numbering-reducer.h', 726 'compiler/value-numbering-reducer.h',
727 'compiler/verifier.cc', 727 'compiler/verifier.cc',
728 'compiler/verifier.h', 728 'compiler/verifier.h',
729 'compiler/wasm-compiler.cc', 729 'compiler/wasm-compiler.cc',
730 'compiler/wasm-compiler.h', 730 'compiler/wasm-compiler.h',
731 'compiler/wasm-linkage.cc', 731 'compiler/wasm-linkage.cc',
732 'compiler/zone-pool.cc', 732 'compiler/zone-pool.cc',
733 'compiler/zone-pool.h', 733 'compiler/zone-pool.h',
734 'compiler-dispatcher/compiler-dispatcher-job.cc',
735 'compiler-dispatcher/compiler-dispatcher-job.h',
734 'compiler-dispatcher/optimizing-compile-dispatcher.cc', 736 'compiler-dispatcher/optimizing-compile-dispatcher.cc',
735 'compiler-dispatcher/optimizing-compile-dispatcher.h', 737 'compiler-dispatcher/optimizing-compile-dispatcher.h',
736 'compiler.cc', 738 'compiler.cc',
737 'compiler.h', 739 'compiler.h',
738 'context-measure.cc', 740 'context-measure.cc',
739 'context-measure.h', 741 'context-measure.h',
740 'contexts-inl.h', 742 'contexts-inl.h',
741 'contexts.cc', 743 'contexts.cc',
742 'contexts.h', 744 'contexts.h',
743 'conversions-inl.h', 745 'conversions-inl.h',
(...skipping 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after
2373 'conditions': [ 2375 'conditions': [
2374 ['want_separate_host_toolset==1', { 2376 ['want_separate_host_toolset==1', {
2375 'toolsets': ['host'], 2377 'toolsets': ['host'],
2376 }, { 2378 }, {
2377 'toolsets': ['target'], 2379 'toolsets': ['target'],
2378 }], 2380 }],
2379 ], 2381 ],
2380 }, 2382 },
2381 ], 2383 ],
2382 } 2384 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698