Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 747 'defines': [ | 747 'defines': [ |
| 748 'BUILDING_V8_SHARED', | 748 'BUILDING_V8_SHARED', |
| 749 'V8_SHARED', | 749 'V8_SHARED', |
| 750 ], | 750 ], |
| 751 }], | 751 }], |
| 752 ['v8_postmortem_support=="true"', { | 752 ['v8_postmortem_support=="true"', { |
| 753 'sources': [ | 753 'sources': [ |
| 754 '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', | 754 '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', |
| 755 ] | 755 ] |
| 756 }], | 756 }], |
| 757 ['v8_enable_vtunejit==1', { | |
|
Jakob Kummerow
2012/12/21 12:50:59
Inclusion of source files should occur on the same
| |
| 758 'sources' : [ | |
|
Jakob Kummerow
2012/12/21 12:50:59
nit: no space before ':'
| |
| 759 '../../src/third_party/vtune/vtune-jit.cc', | |
|
Jakob Kummerow
2012/12/21 12:50:59
nit: indentation
| |
| 760 '../../src/third_party/vtune/vtune-jit.h', | |
| 761 '../../src/third_party/vtune/jitprofiling.cc', | |
| 762 ], | |
| 763 }], | |
| 757 ], | 764 ], |
| 758 }, | 765 }, |
| 759 { | 766 { |
| 760 'target_name': 'js2c', | 767 'target_name': 'js2c', |
| 761 'type': 'none', | 768 'type': 'none', |
| 762 'conditions': [ | 769 'conditions': [ |
| 763 ['want_separate_host_toolset==1', { | 770 ['want_separate_host_toolset==1', { |
| 764 'toolsets': ['host'], | 771 'toolsets': ['host'], |
| 765 }, { | 772 }, { |
| 766 'toolsets': ['target'], | 773 'toolsets': ['target'], |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1007 }], | 1014 }], |
| 1008 ], | 1015 ], |
| 1009 'dependencies': [ | 1016 'dependencies': [ |
| 1010 'v8' | 1017 'v8' |
| 1011 ], | 1018 ], |
| 1012 }, | 1019 }, |
| 1013 ], | 1020 ], |
| 1014 }], | 1021 }], |
| 1015 ], | 1022 ], |
| 1016 } | 1023 } |
| OLD | NEW |